talent_work_history_updated

Overview

The talent_work_history_updated event is sent after a talent work history record has been updated.

Event Parameters

Parameter

Data Type

Description

EventName

string

The name of the specific event.

FrontOfficeTenantId

integer

Front office ID that indicates the tenant (client) for which the request is being made.

Resource

string

Event specific information:

TalentId(integer): The identifier for the talent.
WorkHistoryId (integer): The identifier for the work history record.
CorrelationId(string): Unique identifier for this event.

ResourceModelType

string

.NET class name for the Resource.

CorrelationId

string

Unique identifier for this event.

Sample Event

{
  "EventName": "talent_work_history_updated",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"TalentId\":662,\"WorkHistoryId\":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 talent work history record, check the Get Talent Work History by Work History ID endpoint.