v1

latestOpenAPI 3.1.02026-07-1414757122.7 KB
entities

Create entity

Creates a new custom CRM entity type.

post/crm/v1/entity

Request body

titlestring
tableNamestring
typestring
sortinteger

Example request

{
  "title": "Leads",
  "tableName": "leads",
  "type": "leads",
  "sort": 1
}

Response

Created

titlestring
tableNamestring
typestring
sortinteger

Example response

{
  "title": "Leads",
  "tableName": "leads",
  "type": "leads",
  "sort": 1
}