DownloadExport
Execute a query in Zuora Export and download the exported file in CSV format.
Input
Name | Type | Required | Description |
Query | String | True | The query which is executed in Zuora Export. |
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. |