Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 2.87 KB

ProxyGetExport.md

File metadata and controls

22 lines (19 loc) · 2.87 KB

Zuora::ProxyGetExport

Properties

Name Type Description Notes
convert_to_currencies String The currencies that you want to convert transaction amounts into. You can specify any number of currencies. Specify the currencies using their Foreign Currency Conversion enabled to use this field. Character limit: Values: a list of valid currency codes [optional]
created_by_id String The user ID of the person who created the export. Character limit: 32 Values: automatically generated [optional]
created_date DateTime The date when the import was created. Character limit: 29 Values: automatically generated [optional]
encrypted BOOLEAN Exports a secure version of encrypted data source fields. such as the AchAccountNumber field of the PaymentMethod object and the DefaultPaymentMethod data souce objects. Character limit: 5 Values: true, false [optional]
file_id String The ID of the file generated by an export query. This file is automatically generated when an Export object is created. Use this file ID with Get files to download the export file. Character limit: 32 Values: automatically generated [optional]
format String The format that you want the export file to use. Character limit: 5 [optional]
id String Object identifier. [optional]
name String The name of the export. Character limit: 255 Values: a string of 255 characters or fewer [optional]
query String Export ZOQL query. [optional]
size Integer The number of records or rows exported. This field value is null until the export status is Completed. Character limit: Values: automatically generated [optional]
status String The status of the export. Type: string (enum) Character limit: 10 Values: automatically generated to be one of the following values: - Pending - Processing - Completed - Canceled - Failed [optional]
status_reason String The reason for the given status. Use this information to help ascertain why an export failed. Character limit: 255 Values: automatically generated [optional]
updated_by_id String The ID of the user who last updated the export. Character limit: 32 Values: automatically generated [optional]
updated_date DateTime The date when the expotr was last updated. Character limit: 29 Values: automatically generated [optional]
zip BOOLEAN Indicates if you want the resulting export file to be compressed into a zip file. Character limit: Values: true, false (default) [optional]