---
title: "Send the provided invoice to the client"
method: POST
path: "/api/invoice/sendtoclient"
tags: ["Invoice"]
---

# Send the provided invoice to the client

`POST /api/invoice/sendtoclient`

## Headers

- `x-auth-key` string, required
- `x-auth-secret` string, required

## Request body

- SendInvoiceToClientApiModel
  - `Id` integer — Id of the invoice
  - `InvoiceId` integer — Id of the invoice
  - `Message` string — Message to be embedded in the email
  - `Subject` string — Subject for the email
  - `SendToSelf` boolean — Should email copy be send to self
  - `AttachPdf` boolean — Should attach pdf file

## Response `200`

OK

- integer

---

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