{ "opencollection": "1.0.0", "info": { "name": "OData Service $Batch API", "version": "4.01" }, "items": [ { "info": { "name": "$Batch", "type": "folder" }, "items": [ { "info": { "name": "OData Execute Batch Request", "type": "http" }, "http": { "method": "POST", "url": "https://services.odata.org/V4/TripPinService/$batch", "headers": [ { "name": "OData-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Executes a batch of OData requests in a single HTTP call. Supports both JSON batch format and multipart/mixed format." } ] } ], "bundled": true }