delivery_notes_pdf
Download delivery note PDFs as base64-encoded binary data. Optionally hide VAT amounts or prices for simplified delivery documents when the note is in issued or converted status.
Instructions
Download the PDF for a delivery note. Returns base64-encoded PDF binary data. The delivery note must be in issued or converted status. Optionally hide VAT or prices for simplified delivery documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the delivery note | |
| hideVat | No | Hide VAT amounts from the PDF (default: false) | |
| companyId | No | Company UUID (overrides configured default) | |
| hidePrices | No | Hide all prices from the PDF (default: false) |