Invoice
Retrieve pdf document of an invoice
Retrieves the pdf document of an invoice with additional metadata.
get/Invoice/{invoiceId}/getPdf
Path parameters
invoiceIdinteger required
ID of invoice from which you want the pdf
Query parameters
downloadboolean
If u want to download the pdf of the invoice.
preventSendByboolean
Defines if u want to send the invoice.
Response
A pdf file
Example response
{
"filename": "RE-101.pdf",
"mimeType": "application/pdf",
"base64encoded": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.