Common operations
Creating Records
Create one or several records in a single request.
Create one record
POST
/api/v2/{entity}Create one or several recordsSend a JSON object containing the properties of the new record.
Create several records
Send a JSON array to create several records in one request.
The response contains the created record in data; a batch request returns an array of created records.