OData - Batch requests action

The Batch requests action sends batch requests for multiple objects using one action in OData. Allowed operations are Get, Search, Update, Create, and Delete.

Input

Input fieldsDescription
Operation groupsProvide the operation group to perform batch requests. This includes, operation type and object for each item.

Output

Output fieldsDescription
Response codeThe response code indicating if the client connected to the server successfully.
HeadersHeaders associated with the batch requested objects, such as content type, content length, cache control, and data service version.
DataData associated with the batch requested objects.

Last updated: