Introduction
This event is thrown when a representation relationship is edited (valid from & valid to dates are changed) .
Event Information | Value |
---|---|
Available from version | |
Event ID | 58 |
Event Data Contract |
|
Event Data
The following data is contained in the event data.
{ EventOccuredUtc: DateTime, EntityId : string, EntityType : string, Representative: SimpleCoreIdentityData, Represented: SimpleCoreIdentityData, ValidFrom: DateTime, ValidTo: DateTime / null } where SimpleCoreIdentityData is { CoreIdentityId: uint, CoreIdentityDisplayName: string, CoreIdentityTypeId: uint, CoreIdentityTypeName: string }