---
title: "Send Sales Invoice"
method: POST
path: "/sales-invoices/send-all/{invoice_id}/"
---

# Send Sales Invoice

`POST /sales-invoices/send-all/{invoice_id}/`

## Path parameters

- `invoice_id` string, required

## Request body

- object
  - `email` object
    - `to` string — indicate the first recipient of the email
    - `cc` string — indicate other people that want to be informed with the notification as well
  - `whatsapp` object
    - `number` string[] — Phone number that will receive the message from Whatsapp/SMS
  - `sms` object
    - `number` string[] — Phone number that will receive the message from Whatsapp/SMS

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/paper/apis/version-1.md) · [All operations](https://skmtc.net/paper/apis/version-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paper/version-1/versions/3c426ced31a3/schema)
