Create a custom object record
Creates a new record inside the selected custom object definition.
POST
/api/objects/recordsCreates a new record inside the selected custom object definition.
Request Body
application/json
Request payload for Create a custom object record.
objectId*string
Object definition identifier that owns the record.
Example
"objdef_123"data*object
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
application/json
application/json