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

« Previous Version 5 Current »

Introduction

This event is thrown when a representation relationship is deactivated.

Event Information

Value

Available from version

Release 7.x - Altenalptürm

Event ID

55

Event Data Contract

RepresentationRelationshipDeactivated

Event Data

The following data is contained in the event data.

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

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

  • No labels