CompanyLeadFieldDTO
CRM company custom field information object.
Field ID
1Field name (default language)
Client TypeField name (Uzbek)
Mijoz turiField name (Russian)
Тип клиентаField name (English)
Client TypeField name (Turkish)
Müşteri TipiField name (Tajik)
Навъи муштарӣField name (Kyrgyz)
Кардардын түрүCRM field type enum.
Possible values: [TEXT, DATE, SELECT, MULTI_SELECT, URL, TOGGLE_SWITCH, RADIO, LOCATION, COUNTER, ADDRESS, EXTENDED_TEXT, EMPLOYEE, FILE, NUMBER]
SELECTWhich entity a field/value belongs to.
LED— the leadCONTACT— the contact
Possible values: [LED, CONTACT]
LEDoptions object[]
Field options (for select / multi-select / radio / toggle).
Field option ID
1Main name
VIPName (Uzbek)
VIPName (Russian)
ВИПName (English)
VIPName (Turkish)
VIPName (Tajik)
ВИПName (Kyrgyz)
ВИПUpdate time (epoch seconds)
1672531200Option description
Very important clientOption color (hex)
#FF5733Option sort order
1Last update time (epoch seconds)
1672531200Field description
Client category typecurrencies object[]
Present only for NUMBER fields whose numberFormat is CURRENCY — the
currencies selectable for the field's currencyId. Fetch the full list via
GET /v1/open-api/currency.
Currency ID
1Exchange rate (1 for the basic currency)
1Last update time (epoch seconds)
1672531200Whether it's the company's basic currency
trueCurrency code
USD{
"id": 1,
"name": "Client Type",
"nameUz": "Mijoz turi",
"nameRu": "Тип клиента",
"nameEn": "Client Type",
"nameTr": "Müşteri Tipi",
"nameTj": "Навъи муштарӣ",
"nameKy": "Кардардын түрү",
"type": "SELECT",
"infoType": "LED",
"options": [
{
"id": 1,
"name": "VIP",
"nameUz": "VIP",
"nameRu": "ВИП",
"nameEn": "VIP",
"nameTr": "VIP",
"nameTj": "ВИП",
"nameKy": "ВИП",
"updatedTimestamp": 1672531200,
"description": "Very important client",
"color": "#FF5733",
"sortOrder": 1
}
],
"updatedTimestamp": 1672531200,
"description": "Client category type",
"currencies": [
{
"id": 1,
"value": 1,
"updateTimestamp": 1672531200,
"basic": true,
"ccy": "USD"
}
]
}