Batch Response Body
Describes the result of a Composite Batch request.
Properties
| Name | Type | Description |
|---|---|---|
hasErrors | Boolean | true if at least one of the results in the result set is an HTTP status code in the 400 or 500 range; false otherwise. |
results | Subrequest Result[] | Collection of subrequest results. |
JSON example
Properties
| Name | Type | Description |
|---|---|---|
result | The type depends on the response type of the subrequest. If the result is an error, the type is a collection containing the error message and error code. | The response body of this subrequest. |
statusCode | Integer | An HTTP status code indicating the status of this subrequest. |
JSON example