Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 3.66 KB

GETMassUpdateType.md

File metadata and controls

22 lines (19 loc) · 3.66 KB

Zuora::GETMassUpdateType

Properties

Name Type Description Notes
action_type String Type of mass action. [optional]
ended_on DateTime Date and time that the mass action was completed. The format is `yyyy-MM-dd hh:mm:ss`. [optional]
error_count String Total number of failed records. This field is updated in real time. When the mass action status is Processing, this field returns the number of records that have failed so far. When the mass action status is Pending, this field is null. [optional]
input_size Integer Size of the input file in bytes. [optional]
output_size Integer Size of the response file in bytes. [optional]
output_type String Type of output for the response file. The following table describes the output type. Output Type
output_url String URL to download the response file. The response file is a zipped .csv file. The response file is identical to the file you uploaded to perform the mass action, with additional columns providing information about the outcome of each record. This field only returns a value when the mass action status is Completed or Stopped. Otherwise, this field is null. [optional]
processed_count String Total number of processed records. This field is equal to the sum of `errorCount` and `successCount`. This field is updated in real time. When the mass action status is Processing, this field returns the number of records that have been processed so far. When the mass action status is Pending, this field is null. [optional]
started_on DateTime Date and time that Zuora started processing the mass action. The format is `yyyy-MM-dd hh:mm:ss`. [optional]
status String Status of the mass action. The following table describes the mass action statuses. Status
success BOOLEAN Returns `true` if the request was processed successfully. [optional]
success_count String Total number of successful records. This field is updated in real time. When the mass action status is Processing, this field returns the number of records that have succeeded so far. When the mass action status is Pending, this field is null. [optional]
total_count String Total number of records in the uploaded mass action file. When the mass action status is Pending, this field is null. [optional]
uploaded_by String Email of the person who uploaded the mass action file. [optional]
uploaded_on DateTime Date and time that the mass action file was uploaded. The format is `yyyy-MM-dd hh:mm:ss`. [optional]