CustomFieldValueDto
A custom field value for a client. Use the custom field definitions endpoint
to retrieve data types, labels, and allowed options for each field code.
Properties
| Name | Type | Description |
|---|---|---|
| fieldCode | string | The code of the CustomFieldDefinition this value belongs to |
The code of the CustomFieldDefinition this value belongs to | ||
| value | string | The value of the custom field, stored as a string regardless of data type. |
The value of the custom field, stored as a string regardless of data type. | ||
JSON Example
{
"fieldCode": "string",
"value": "string"
}