DownloadAccountExports
Downloads a file.
Input
| Name | Type | Required | Description |
| ExportId | String | True | Account Export Id |
| FileLocation | String | False | The location where file is to be downloaded |
| Encoding | String | 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. |