Custom Fields
Tenant-level custom field definitions for extending entity data. Define custom fields with types (Text, Number, Date, Boolean, Select, MultiSelect) that can be attached to entities like Clients. Supports CRUD operations with filtering by entity type and archived status.
-
GET List CustomFieldDefinitionsLists all CustomFieldDefinitions for the given tenant./tenants/{tenant}/custom-fields
-
POST Create CustomFieldDefinitionCreates a new CustomFieldDefinition for the specified tenant./tenants/{tenant}/custom-fields
-
GET Get CustomFieldDefinitionGets a CustomFieldDefinition for the specified tenant./tenants/{tenant}/custom-fields/{code}
-
PUT Update CustomFieldDefinitionUpdates a CustomFieldDefinition for the specified tenant./tenants/{tenant}/custom-fields/{code}
-
DELETE Delete CustomFieldDefinitionDeletes a CustomFieldDefinition for the specified tenant./tenants/{tenant}/custom-fields/{code}