API Docs / Operations / Custom Fields / Create CustomFieldDefinition

Create CustomFieldDefinition

POST /tenants/{tenant}/custom-fields

Creates a new CustomFieldDefinition for the specified tenant.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "label": "string",
  "entityType": "Client",
  "dataType": "Text",
  "options": [
    "string"
  ],
  "maxLength": 0
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden
404 Not Found