Get quotation PDF
get_quotation_pdfRetrieve a quotation's PDF as a base64-encoded string. Optionally save the decoded file to a specified path.
Instructions
Get quotation PDF.
Download the PDF of a quotation as a base64-encoded string.
[Quotations] GET /quotations/pdf/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the quotation. | |
| 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. |