Deal Custom Field
Create Deal Custom Field
Create a new deal custom field
post/deal_custom_field
Query parameters
selectstring
Filtering Columns
Request body
deal_idstring uuid
Deal ID
custom_field_idstring uuid
Custom field ID
created_atstring timestamp with time zone
Deal custom field creation date
updated_atstring timestamp with time zone
Latest update
organisation_idstring uuid
Organisation ID
keystring text nullable
Deal custom field key
valuestring text nullable
Value of deal custom field
date_valuestring date nullable
Date value
string_valuestring text nullable
String value
number_valuenumber nullable
Number value
boolean_valueboolean nullable
Boolean value
datetime_valuestring timestamp with time zone nullable
Datetime value
string_list_valuestring[] nullable
String list value
Response
The updated Deal Custom Field object
deal_idstring uuid
Deal ID
custom_field_idstring uuid
Custom field ID
created_atstring timestamp with time zone
Deal custom field creation date
updated_atstring timestamp with time zone
Latest update
organisation_idstring uuid
Organisation ID
keystring text nullable
Deal custom field key
valuestring text nullable
Value of deal custom field
date_valuestring date nullable
Date value
string_valuestring text nullable
String value
number_valuenumber nullable
Number value
boolean_valueboolean nullable
Boolean value
datetime_valuestring timestamp with time zone nullable
Datetime value
string_list_valuestring[] nullable
String list value