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 Exec query. These columns can typically be used with only = comparison.
For example:
EXECUTE DownloadFile FileId = '3688662', DownloadLocation = 'D:\\Desktop'
Input
Name | Type | Required | Accepts Output Streams | Description |
FileId | String | True | False | The File Id. |
DownloadLocation | String | False | False | Download location. |
Encoding | String | False | False | The FileData input encoding type.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
FileStream | String | False | True | An instance of an output stream where file data is written to. Only used if DownloadLocation is not provided. |
Result Set Columns
Name | Type | Description |
Status | String | Execution status of the stored procedure |
FileData | String | The FileData output |