DownloadBatch
Download a single batch file.
Input
Name | Type | Required | Accepts Output Streams | Description |
CompanyId | String | True | False | The ID of the company that owns this batch |
BatchId | String | True | False | The ID of the batch object. |
FileId | String | True | False | The primary key of this batch file object. |
FilePath | String | False | False | The full path (including the file's name) where the file will be downloaded. |
FileStream | String | False | True | An instance of an output stream where file data is written to. Only used if FilePath is not set. |
Result Set Columns
Name | Type | Description |
FileData | String | The file's data encoded in Base64 will be outputted if FilePath and FileStream are not set. |