FieldOptionDTO
CRM select / multi-select option object.
idint64
Field option ID
Example:
1namestring
Main name
Example:
VIPnameUzstring
Name (Uzbek)
Example:
VIPnameRustring
Name (Russian)
Example:
ВИПnameEnstring
Name (English)
Example:
VIPnameTrstring
Name (Turkish)
Example:
VIPnameTjstring
Name (Tajik)
Example:
ВИПnameKystring
Name (Kyrgyz)
Example:
ВИПupdatedTimestampint64
Update time (epoch seconds)
Example:
1672531200descriptionstring
Option description
Example:
Very important clientcolorstring
Option color (hex)
Example:
#FF5733sortOrderinteger
Option sort order
Example:
1FieldOptionDTO
{
"id": 1,
"name": "VIP",
"nameUz": "VIP",
"nameRu": "ВИП",
"nameEn": "VIP",
"nameTr": "VIP",
"nameTj": "ВИП",
"nameKy": "ВИП",
"updatedTimestamp": 1672531200,
"description": "Very important client",
"color": "#FF5733",
"sortOrder": 1
}