Get salesbook PDF
get_salesbook_invoice_pdfDownload the PDF attached to a salesbook invoice as a base64 string or save it to a local file path. Provide the invoice ID to retrieve the document.
Instructions
Get salesbook PDF.
Download the PDF file attached to a salesbook invoice as a base64-encoded string.
[Salesbook] GET /salesbook/pdf/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the salesbook invoice. | |
| save_path | No | Optional absolute file path to write the decoded file to. When omitted the file is returned inline as a base64 resource. | |
| administration | No | The client administration to act on. Only one is configured: default. |