BulkItemResponseInfo
BulkItemResponseInfo
Response for each of the operation in a bulk operation.
JSON Example
{
"error_messages": [
"Entity does not exists.",
"Property is mandatory."
],
"id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
"status_code": 200,
"timestamp": 1561939200000
}
array of
string
error_messages
Optional
Reasons for the failure of the operation.
string
id
Optional
Unique ID representing the entity on which the operation was performed. Will not be populated for create operation if the operation fails.
integer As int32
As int32
status_code
Required
Response HTTP status code of the operation.
integer As int64
As int64
timestamp
Required
Timestamp in milliseconds when the operation failed. Measured as epoch time.