ContractFieldValueDTO
Contract custom field value object.
fieldIdint64
Field ID
Example:
1valuestring
Custom field value
Example:
VIP Clientnamestring
Custom field name
Example:
Client Typerequiredboolean
Whether value is mandatory
Example:
trueoldValuestring
Previous value (if changed)
Example:
Regular ClientContractFieldValueDTO
{
"fieldId": 1,
"value": "VIP Client",
"name": "Client Type",
"required": true,
"oldValue": "Regular Client"
}