Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Event Information

Value

Available from version

(Preview) Release 7.21xx x - Altenalptürm

Event ID

56

Event Data Contract

RepresentationRelationshipDeleted

...

Code Block
languagejson
{
  EventOccuredUtc: DateTime,
  EntityId : string,
  EntityType : string,
  Representative: SimpleCoreIdentityData,
  Represented: SimpleCoreIdentityData,
  RemovalDate: DateTime,
  Service: string,
  LegalEntityName : string, //can be blank if no legal entity context
}

where SimpleCoreIdentityDatais
{
  CoreIdentityId: uint,
  CoreIdentityDisplayName: string,
  CoreIdentityTypeId: uint,
  CoreIdentityTypeName: string
}

...