Batch creation in exchange rest call

48 Views Asked by At

I am performing multiple create operation using batch rest call in exchange.

Will the response be available in the same ordered of the batch request or will it be unordered???

1

There are 1 best solutions below

0
On

Yes. It will be in the same order as the request.

The following snippet from the OData protocol:

Structurally, a batch response body MUST match one-to-one with the corresponding batch request body, such that the same multipart MIME message structure defined for requests is used for responses.