Versions Compared

Key

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

Introduction

This event is thrown when a representation relationship is ractivated (the state is changed from deactivated to active).

Event Information

Value

Available from version

(Preview)

Release 7.

21xx

x - Altenalptürm

Event ID

55

Event Data Contract

RepresentationRelationshipDeactivated

Event Data

The following data is contained in the event data.

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

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

...