PersonSubscriptionsPayload
No description
type PersonSubscriptionsPayload {
additionalData: JSON
entityId: ID
event: String
newValue: String
partyId: ID
previousValue: String
}
Fields
PersonSubscriptionsPayload.additionalData ● JSON scalar
Additional data related to the event.
PersonSubscriptionsPayload.entityId ● ID scalar
The Entity ID for which updates will be received.
PersonSubscriptionsPayload.event ● String scalar
The event that occurred.
PersonSubscriptionsPayload.newValue ● String scalar
The new value of the field.
PersonSubscriptionsPayload.partyId ● ID scalar
The ID of the party that will receive the updates.
PersonSubscriptionsPayload.previousValue ● String scalar
The previous value of the field.
Returned By
personsUpdates subscription ● personUpdates subscription ● personUpdatesForParty subscription