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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.