Custom field ID.
Custom field key.
Entities to which the custom field applies.
Entities from which the custom field is excluded.
Revision number, which increments by 1 each time the custom field is updated. To prevent conflicting changes, the existing revision must be used when updating a custom field.
{
"customFieldId": "4e4b1840-3833-4dbd-93d1-b2c9a33caa7d",
"customFieldKey": "custom.favorite-animal",
"applications": {
"items": [
{
"applicationType": "MEMBER",
"entityId": "ca1f9c6a-78f3-4b37-b977-951793410042"
}
]
},
"revision": "1",
"exclusions": {
"items": [
{
"applicationType": "PRICING_PLAN",
"entityId": "c638fb81-c3ab-44ca-bc11-883a04f980f3"
}
]
}
}