---
title: "Sends a copy of a specific invoice to related contact via email"
method: POST
path: "/Invoices/{InvoiceID}/Email"
tags: ["Accounting"]
---

# Sends a copy of a specific invoice to related contact via email

`POST /Invoices/{InvoiceID}/Email`

## Path parameters

- `InvoiceID` string, uuid, required

## Headers

- `Idempotency-Key` string

## Request body

- RequestEmpty
  - `Status` string — Need at least one field to create an empty JSON payload

## Response `204`

Success - return response 204 no content

## Other responses

- `400` — A failed request due to validation error

---

[API](https://skmtc.net/xeroapi/apis/xero-accounting-api.md) · [All operations](https://skmtc.net/xeroapi/apis/xero-accounting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xeroapi/xero-accounting-api/versions/dc231cafd8de/schema)
