---
title: "Send invoice to given email adresses."
method: POST
path: "/documents/{id}/send"
tags: ["Document"]
---

# Send invoice to given email adresses.

`POST /documents/{id}/send`

Returns a list of emails, where the invoice is sent.

## Path parameters

- `id` integer, required

## Request body

- SendDocument
  - `emails` string[]

## Response `200`

List of email adresses where the invoice sent.

- SendDocument
  - `emails` string[]

## Other responses

- `400` — The request is malformed.
- `401` — Authorization information is missing or invalid.
- `403` — Authenticated user doesn't have access to the resource.
- `404` — Non-existent resource is requested.
- `422` — Validation errors occured.
- `500` — Internal server error.

---

[API](https://skmtc.dev/swaggerhub/apis/billingo-api-v3.md) · [All operations](https://skmtc.dev/swaggerhub/apis/billingo-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/swaggerhub/billingo-api-v3/revisions/03576cabefad/schema)
