v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
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

filenamestring
mimeTypestring
base64encodedboolean
contentstring binary

Example response

{
  "filename": "RE-101.pdf",
  "mimeType": "application/pdf",
  "base64encoded": true
}