Skip to main content

Bulkprocessingsuccess

Holds details about successful processed item

externalIdstring

Optional field populated only when request payload contains an externalId

idstring

Unique identifier for the newly created resource

indexInRequestint32

The index of the entity/item from bulk request that failed on processing

Bulkprocessingsuccess
{
"externalId": "string",
"id": "string",
"indexInRequest": 0
}