v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
DeliveryNote

Send delivery note V3

This endpoint requires the following scopes: deliveryNote:send.

Send a delivery note.

patch/api/v3/deliveryNotes/{id}/actions/send

Path parameters

idstring required

Request body

markAsSentboolean

Whether to mark the document as sent. Only true is supported.

Example request

{
  "email": {
    "to": "laura.schneider@xentral.com",
    "name": "Laura Schneider"
  },
  "printer": {
    "id": "43"
  },
  "markAsSent": true
}

Response

No Content