Bulkprocessstatus
Holds information about the status of a bulk process
errors object[]
List of errors
Numeric value associated to the error reason
For more information on your error message, refer to API Response and Error Codes
Details about the error
Optional field populated only when request payload contains an externalId
The index of the entity/item from bulk request that failed on processing
processedItems object[]
List of successful processed items
Optional field populated only when request payload contains an externalId
Unique identifier for the newly created resource
The index of the entity/item from bulk request that failed on processing
Represents the execution status of a background process
Possible values: [QUEUED, IN_PROGRESS, COMPLETE, NOT_FOUND, CANCEL, TO_BE_CANCELED, TIMED_OUT, ERROR, TRANSIENT_ERROR, OVERRIDDEN, RECOVERABLE_ERROR]
{
"errors": [
{
"errorCode": 0,
"errorReason": "string",
"errorSource": "string",
"externalId": "string",
"indexInRequest": 0
}
],
"processedItems": [
{
"externalId": "string",
"id": "string",
"indexInRequest": 0
}
],
"status": "QUEUED"
}