talent_education_history_created

Overview

The talent_education_history_created event is sent after an education history record has been created for a talent.

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:

TalentId(integer): The identifier for the talent.
EducationHistoryId (integer): The identifier for the education history record.
CorrelationId(string): Unique identifier for this event.
ResourceModelTypestring.NET class name for the Resource.
CorrelationIdstringUnique identifier for this event.

Sample Event

{
  "EventName": "talent_education_history_created",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"TalentId\":662,\"EducationHistoryId\":8524,\"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 created talent education history record, check the Get Talent Education History endpoint.