Perform multiple CRUD-like operations in a single transaction
POST/data-batch
Each step takes either 'DataReadParams' (for Read) or the corresponding arguments of the single-operation endpoints (for Create, Update, Delete, Undelete, Map, Unmap) . See request body schema.
Request
Responses
- 200
- 4XX
- 5XX
Returns 'DataBatchResult'
The request failed because invalid request parameters or data were supplied or access was denied.
The request failed because an error occurred during processing of the request.