DownloadAttachment
Downloads an attachment file from QuickBooks Online, such as a document or receipt that is linked to a transaction or entity.
Input
| Name | Type | Description |
| AttachmentId | String | Specifies the unique identifier (Id) of the attachment to download (for example, 5000000000000009867). This input is required. |
| DownloadFolder | String | Specifies the folder path where the downloaded attachment file is saved. |
Result Set Columns
| Name | Type | Description |
| FileName | String | Specifies the name of the downloaded attachment file. |
| Base64EncodedData | String | Specifies the Base64-encoded content of the attachment file when neither the download folder nore nor the file stream is provided. |