Request message for updating a custom field value.
| JSON representation |
|---|
{ "customFieldId": string, "identifier": string, "values": [ string ] } |
| Fields | |
|---|---|
customFieldId |
Required. The id of the parent CustomField that owns this CustomFieldValue. |
identifier |
Required. The identifier of the value referencing case or alert. |
values[] |
Required. The custom field values. |