v1
latestOpenAPI 3.0.02026-07-2455104.8 MBInvoice
Send invoice V3
This endpoint requires the following scopes: invoice:send.
Send an invoice.
patch/api/v3/invoices/{id}/actions/send
Path parameters
idstring required
Request body
Example request
{
"email": {
"to": "laura.schneider@xentral.com",
"name": "Laura Schneider"
},
"printer": {
"id": "43"
},
"markAsSent": true
}Response
No Content