v1
latestOpenAPI 3.1.02026-08-0658107212.4 KBInvoices
Send Invoice by Email
put/{invoices-type}/{document-id}/email-document.json
Path parameters
invoices-type'invoices' | 'invoice_receipts' | 'simplified_invoices' | 'credit_notes' | 'debit_notes' required
The type of the invoice document.
document-idinteger required
Example:1050
The ID of the document.
Query parameters
api_keystring required
Example:YOUR_API_KEY
Your API Key.
Request body
Example request
{
"message": {
"client": {
"email": "dest@mail.com",
"save": "1"
},
"subject": "Invoice",
"body": "Attached.",
"cc": "cc@mail.com",
"bcc": "bcc@mail.com",
"logo": "1"
}
}Response
SUCCESS