talent_merged

Overview

The talent_merged event is sent once talent records have been merged.

Event Parameters

ParameterData TypeDescription
EventNamestringThe name of the specific event.
FrontOfficeTenantIdintegerFront office ID that indicates the tenant (client) for which the request is being made.
ResourcestringEvent specific information:

GoodTalentId(integer): The identifier for the talent. GoodTalentId takes precedence during the merge process.
BadTalentId (integer): The identifier for the talent. BadTalentId is overridden during the merge process.
CorrelationId(string): Unique identifier for this event.
ResourceModelTypestring.NET class name for the Resource.
CorrelationIdstringUnique identifier for this event.

Sample Event

{
  "EventName": "talent_merged",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"GoodTalentId\":662,\"BadTalentId\":942,\"CorrelationId\":\"0c015041-e381-448a-b654-a398a025a2e5\"}",
  "ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.TalentResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
  "CorrelationId": "0c015041-e381-448a-b654-a398a025a2e5"
}

Associated Endpoint

For details about the merged talent, check the Get a Talent endpoint.