Skip to main content

ContractFieldValueDTO

Contract custom field value object.

fieldIdint64

Field ID

Example: 1
valuestring

Custom field value

Example: VIP Client
namestring

Custom field name

Example: Client Type
requiredboolean

Whether value is mandatory

Example: true
oldValuestring

Previous value (if changed)

Example: Regular Client
ContractFieldValueDTO
{
"fieldId": 1,
"value": "VIP Client",
"name": "Client Type",
"required": true,
"oldValue": "Regular Client"
}