Write Batches

POST

Synchronously writes batches of records to a Nominal data source.

Request

This endpoint expects an object.
batcheslist of objectsRequired
dataSourceRidstringRequired
asynchronousInsertbooleanOptionalDefaults to false

Should typically be set to false. If enabled, the server handles batching of requests. Request latency will be slower, but overall throughput will be faster if requests are sent in parallel. Defaults to false if not specified.

Built with