customFields in the body. See notes on Create a Client for an example on how to format the customFields object.
Properties
idstring
The unique identifier for this item.
type string
The data-type of this Custom Field. Can be text, multiSelect, email, address, url, number, or phoneNumber.
name string
Display name of the field in your workspace.
key string
Unique identifier used by the API to denote this custom field in READ and UPDATE queries on Clients. key is auto-generated, typically a camelCase version of the name of the custom field. (e.g. Support Email -> supportEmail)
order number
Represents the visual ordering (zero-indexed) of this field amongst all custom fields on the client details page.
options array of custom field options
Only relevant for multiSelect fields. If present, represents the available options in the dropdown for that field. The structure of custom field options is defined in the Custom Field Options Resource
entityType: string
The type of entity that this custom field is associated with. Can be one of client or company.
Example List of all Custom Fields in a workspace