DownloadFile
Retrieve files such as export results, invoices, and accounting period reports.
Input
| Name | Type | Required | Description |
| FileId | String | True | The Zuora ID of the file to retrieve. |
| FilePath | String | False | The location where the exported file will be downloaded. |
| FileStream | String | False | The output stream where the exported result can be read if FilePath is not specified. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates if the export succeeded. |
| FileData | String | Base64 encoded content of the exported file if both FilePath and FileStream are not specified. |