DownloadFile
Download the file in the raw binary format.
Stored Procedure Specific Information
QuickBooks Time allows only a small subset of columns to be used in the EXECUTE query. These columns can typically only be used with the = comparison.
For example:
EXECUTE DownloadFile FileId = '3688662', DownloadLocation = 'D:\\Desktop'
Input
| Name | Type | Required | Description |
| FileId | String | True | The File Id. |
| DownloadLocation | String | False | Download location. |
| Encoding | String | False | The FileData input encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |
| FileData | String | The FileData output |