Customfieldvaluegroupconfiguration
Response representation of a custom field values group configuration.
customFieldValues object[]required
Custom field values of the group.
Array [
customFieldIdstringrequired
User-defined ID, globally unique.
valuestringrequired
Custom field value
]
indexinteger<int32>required
Index representing the id of custom field values in a set.
Customfieldvaluegroupconfiguration
{
"customFieldValues": [
{
"customFieldId": "string",
"value": "string"
}
],
"index": 0
}