Create a record
Resources
Create a record
Creates a new record for the specified resource.
POST
Create a record
Creates a new record. The request body is validated against the resource’sDocumentation Index
Fetch the complete documentation index at: https://docs.exowizz.com/llms.txt
Use this file to discover all available pages before exploring further.
createRules. If the resource has an ownerColumn, it’s automatically set to the authenticated user’s ID.
Path parameters
The resource name (e.g.
contact, order).Request body
The fields to create the record with. The exact fields depend on the resource’screateRules method.
Request
Response
Returns the created record’s transformed data with a201 Created status.
Example response:
Errors
| Status | Description |
|---|---|
404 | Resource name not found |
405 | Resource does not support creation (supportsCreate returns false) |
422 | Validation failed — see errors object for details |