---
title: "Send purchase order V3"
method: PATCH
path: "/api/v3/purchaseOrders/{id}/actions/send"
tags: ["PurchaseOrder"]
---

# Send purchase order V3

`PATCH /api/v3/purchaseOrders/{id}/actions/send`

This endpoint requires the following scopes: `purchaseOrder:send`.

Send a purchase order.

## Path parameters

- `id` string, required

## Request body

- object
  - `email` object — Data for sending the document via email.
    - `to` string — Recipient email address. If not provided, the email from the recipient address will be used.
    - `name` string — Recipient name. If not provided, the name from the recipient address will be used. Can only be used if "to" is also provided.
    - `cc` string[] — List of CC email addresses. If not provided, CC addresses will be used from the address settings.
    - `bcc` string[] — List of BCC email addresses.
    - `subject` string — Subject of the email. If not provided, the system default subject will be used.
    - `body` string — Email body of the email. If not provided, the system default body will be used.
  - `printer` object — Data for sending the document via printer.
    - `id` string, required — ID of the printer
  - `markAsSent` boolean — Whether to mark the document as sent. Only true is supported.

## Response `204`

No Content

## Other responses

- `400` — Failed validation
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Problem occurred
- `429` — Too Many Requests

---

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