CRM

Create Or Update Lead Field

Create or update a lead field configuration.

If a field with the same field_api_name already exists for this customer, it will be updated. Otherwise, a new field configuration will be created.

Requires user authentication.

post/crm/lead-fields

Request body

field_api_namestring required

Zoho field API name (e.g., 'Lead_Source', 'Industry')

field_labelstring required

Display label for the field

field_data_typestring required

Zoho data type (text, picklist, boolean, date, datetime, integer, bigint, currency, decimal)

value_textstring nullable

Value for text/textarea fields

value_pickliststring nullable

Actual value for picklist fields

value_picklist_optionsobject[] nullable

Available picklist options from Zoho

value_booleanboolean nullable

Value for boolean fields

value_datestring date nullable

Value for date fields

value_datetimestring date-time nullable

Value for datetime fields

value_integerinteger nullable

Value for integer/bigint fields

value_decimalnumber nullable

Value for currency/decimal fields

Response

Successful Response

zoho_lead_field_idstring uuid required
customer_idstring uuid required
field_api_namestring required
field_labelstring required
field_data_typestring required
value_textstring nullable
value_pickliststring nullable
value_picklist_optionsobject[] nullable
value_booleanboolean nullable
value_datestring date nullable
value_datetimestring date-time nullable
value_integerinteger nullable
value_decimalnumber nullable
created_atstring date-time required
updated_atstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.