Send Invoice by Email
Path parameters
The type of the invoice document.
The ID of the document.
Query parameters
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
Changes
Changed in 1 of the 2 revisions of this API.221
- ▲
the
errorsresponse's property type/format changed fromobject/toarray/for status401response-property-type-changed
- ▲
the
errorsresponse's property type/format changed fromobject/toarray/for status422response-property-type-changed
- ●
removed the optional property
errors/errorfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
errors/errorfrom the response with the422statusresponse-optional-property-removed
- ○
added the non-success response with the status
403response-non-success-status-added
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲