Custom Field Application Object


Properties
customFieldIdstringformat GUID

Custom field ID.


customFieldKeystringRead-only

Custom field key.


applicationsApplications

Entities to which the custom field applies.


exclusionsExclusions

Entities from which the custom field is excluded.


revisionintegerformat uint64

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.

CustomFieldApplication
JSON
{ "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" } ] } }
Did this help?