v1

latestOpenAPI 3.1.02026-07-26474165.4 KB
Query

Execute Batch Query

The batch operation allows you to execute batch INSERTs, UPDATEs, and DELETEs against your data sources using a single request.

post/batch

Request body

defaultCatalogstring nullable
defaultSchemastring nullable
parametersobject[] nullable
querystring required

The SQL query to execute. Must be a valid SQL query.

timeoutinteger

Response

OK