Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Create CRM object record

POST/v1/crm/object-types/{objectKind}/records
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
objectKindstringrequired
Request body
requiredapplication/json
attributesany
custom_fieldsany
fieldsany
metadataany
Responses
201Created
created_atstringrequired
custom_fieldsanyrequired
display_namestringrequired
enrichment_summaryobject
fieldsobjectrequired
idstringrequired
kindstringrequired
metadataanyrequired
relationships_summaryobjectrequired
updated_atstringrequired
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
404Not Found
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
409Conflict
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X POST "/v1/crm/object-types/string/records" \
  -H "Content-Type: application/json" \
  -d '{
  "attributes": "string",
  "custom_fields": "string",
  "fields": "string",
  "metadata": "string"
}'
Response
{
  "created_at": "string",
  "custom_fields": "string",
  "display_name": "string",
  "enrichment_summary": {},
  "fields": {},
  "id": "string",
  "kind": "string",
  "metadata": "string",
  "relationships_summary": {},
  "updated_at": "string"
}