Create a custom object record
Creates a new record inside the selected custom object definition.
POST
/api/unstable/objects/recordsCreates a new record inside the selected custom object definition.
Request Body
application/json
objectId*string
Object definition identifier that owns the record.
Example
"objdef_123"data*
Dynamic JSON object keyed by field handle.
Example
{
"name": "Acme",
"stage": "lead"
}[key: string]?never
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json