DownloadAccountExports
Downloads a file.
Input
| Name | Type | Required | Accepts Output Streams | Description |
| ExportId | String | True | False | Account Export Id |
| FileLocation | String | False | False | The location where file is to be downloaded |
| FileStream | String | False | True | An instance of an output stream where file data is written to. Only used if FileLocation is not provided. |
| Encoding | String | False | False | The FileData output encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
Result Set Columns
| Name | Type | Description |
| FileData | String | If the FileLocation and FileStream are not provided, this contains the content of the file. |
| Success | String | The result of the procedure. |