Versions Compared

Key

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

...

Event Information

Value

Available from version

(Preview) Release 7.21xx - Altenalptürm

Event ID

52

Event Data Contract

RepresentationDeleted

...

Code Block
languagejson
{
  EventOccuredUtc: DateTime,
  EntityId : string, //organization unit id
  EntityType : string, //"RepresentationDeleted",
  Representative: BaseCoreIdentityEventData,
  Represented: BaseCoreIdentityEventData,
  RemovalDate: DateTime
}

where BaseCoreIdentityEventDataSimpleCoreIdentityData is
{
  EntityId: string,
  EntityType: string,
  CoreIdentityId: uint,
  CoreIdentityDisplayName: string,
  CoreIdentityTypeId: uint,
  CoreIdentityTypeName: string
}

...