Client - Custom Fields
Manage custom field values for individual clients. Custom fields are defined at the tenant level and values are stored per client. Supports getting all field definitions with their current values for a client, and setting/updating values with type validation (text, number, date, boolean, select, multi-select).
-
GET Get Custom Field ValuesReturns field code and value pairs for the specified client. Use the custom field definitions endpoint to retrieve data types, labels, and allowed opt.../tenants/{tenant}/clients/{client}/custom-field-values
-
PUT Set Custom Field ValuesSets or updates custom field values for the specified client. Only fields included in the request are updated. Use the custom field definitions endpoi.../tenants/{tenant}/clients/{client}/custom-field-values