Introduction
This event is thrown when a representation relationship is suspended.
Event Information | Value |
---|---|
Available from version | 8.2.9 |
Event ID | 64 |
Event Data Contract |
|
Event Data
The following data is contained in the event data.
{ EventOccuredUtc: DateTime, EntityId : string, EntityType : string, Representative: SimpleCoreIdentityData, Represented: SimpleCoreIdentityData, Service: string, SuspensionDate: DateTime, LegalEntityName : string, //can be blank if no legal entity context } where SimpleCoreIdentityDatais { CoreIdentityId: uint, CoreIdentityDisplayName: string, CoreIdentityTypeId: uint, CoreIdentityTypeName: string }