Create, update, upsert or delete records
Authorizations
Path Parameters
Body
The ID of the user group whose SaaS instance you'd like to write data to. This is the ID that was provided during installation creation.
The type of write operation. Synchronous mode only supports create and update. Bulk mode only supports upsert and delete.
create
, update
, upsert
, delete
The mode of write operation. Default is synchronous.
synchronous
, bulk
The record to write in case of non-bulk writes.
The records to write, in a CSV string. Max size limit of data is 10 MiB. For bulk writes, you must provide either recordsCSV or recordsURL.
Either a public URL to download the records in CSV format, or a reference
returned by /generate-upload-url
. Max size limit of CSV data is 150 MiB. You can provide either recordsCSV or recordsURL. For bulk writes, you must provide either recordsCSV or recordsURL.
The name of the primary key field for bulk write (required for upsert, update and delete)
Response
Was this page helpful?