Submits a program in Zuora Revenue and returns the job ID.
An array that contains the parameter values to be used for the program. For each parameter, you need to specify the parameter ID, sequence, and desired value. You can get the parameter name, ID, and sequence by using the "Get list of available programs and program parameters" operation.
Array of objects (ParameterList) |
The job status is returned with the job ID.
The specified program is not supported.
The specified organization ID does not match the organization assigned to the current user role.
{- "parameters": [
- {
- "parameter_id": 1002,
- "sequence": 1,
- "parameter_value": "string"
}
]
}
{- "data": {
- "actual_start_date": "string",
- "crtd_by": "string",
- "crtd_dt": "string",
- "error_message": "string",
- "id": 0,
- "sec_atr_val": 0,
- "status": "string",
- "updt_dt": "string"
}, - "success": true
}