Invoice

Download the PDF for an invoice

The document is rendered when you call this, from the invoice's current state and the tenant's PDFs & Emails settings, so it is the same document the product's Download button produces rather than a stored copy of one sent earlier. The date format on the rendered document is presentational and is not part of this contract — read dates from the invoice's JSON representation rather than parsing them out of the PDF.

get/api/invoices/{invoiceId}/pdf

Path parameters

invoiceIdstring required

Response

The invoice PDF

Changes