v1

latestOpenAPI 3.1.02026-08-0612447737.4 KB
Custom Field

Create Custom Field

Create a new custom field

post/custom_field

Query parameters

selectstring

Filtering Columns

Request body

idstring uuid

Custom field ID

created_atstring timestamp with time zone

Custom field creation date

updated_atstring timestamp with time zone

Latest update

organisation_idstring uuid nullable

Organisation ID

namestring text

Name of custom field

descriptionstring text nullable

Custom field description

type'string' | 'datetime' | 'boolean' | 'number' | 'date' | 'string_list' public.field_type

Typ of custom field

keystring text

Custom field key

entity'contact' | 'deal' | 'appointment' public.custom_field_entity

Response

The updated Custom Field object

idstring uuid

Custom field ID

created_atstring timestamp with time zone

Custom field creation date

updated_atstring timestamp with time zone

Latest update

organisation_idstring uuid nullable

Organisation ID

namestring text

Name of custom field

descriptionstring text nullable

Custom field description

type'string' | 'datetime' | 'boolean' | 'number' | 'date' | 'string_list' public.field_type

Typ of custom field

keystring text

Custom field key

entity'contact' | 'deal' | 'appointment' public.custom_field_entity