Skip to main content
POST
Create a record
Creates a new record. The request body is validated against the resource’s createRules. If the resource has an ownerColumn, it’s automatically set to the authenticated user’s ID.

Path parameters

string
required
The resource name (e.g. contact, order).

Request body

The fields to create the record with. The exact fields depend on the resource’s createRules method.

Request

Response

Returns the created record’s transformed data with a 201 Created status. Example response:

Errors