DownloadPDF
Downloads a specified document in PDF format from Xero.
Input
| Name | Type | Required | Description |
| Table | String | True | The table containing the document to be downloaded.
使用できる値は次のとおりです。Invoices, CreditNotes, Quotes |
| ObjectId | String | True | The unique ID of the item to download as PDF. |
| DownloadPath | String | False | The path of the file to be saved. Must be a path to a file, not just a directory. |
| TenantId | String | False | The ID of the tenant to query instead of the connection tenant |
Result Set Columns
| Name | Type | Description |
| Success | String | A boolean indicating if the operation was successful. |
| FileData | String | If the DownloadPath and FileStream are not provided, this contains the base64 encoded content of the file. |