BatchResponse

BatchResponse
BatchResponse

The reponse to a batch operation

JSON Example
{
    "has_errors": false,
    "rolled_back": false,
    "results": [
        {
            "code": 0
        }
    ]
}
boolean
has_errors
Optional

Indicates if any of the APIs failed

boolean
rolled_back
Optional

Optional flag indicating that all items were rolled back even if succeeded initially

results
Required

Bulk list results