Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Introduction

This event is thrown when a representation is deleted (the state is changed to deleted).

Event Information

Value

Available from version

(Preview) Release 7.21xx - Altenalptürm

Event ID

52

Event Data Contract

RepresentationDeleted

Event Data

The following data is contained in the event data.

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

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

  • No labels