Batch Response Body

Describes the result of a Composite Batch request.

Properties

NameTypeDescription
hasErrorsBooleantrue if at least one of the results in the result set is an HTTP status code in the 400 or 500 range; false otherwise.
resultsSubrequest Result[]Collection of subrequest results.

JSON example

Properties

NameTypeDescription
resultThe 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.
statusCodeIntegerAn HTTP status code indicating the status of this subrequest.

JSON example