talent_application_modified

Overview

The talent_application_modified event is sent after a talent web application has been modified or the web applicant has been denied.

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:

JobId(integer): The identifier for the job the talent has applied for.
TalentId (integer): The identifier for the talent.
CorrelationId(string): Unique identifier for this event.
ResourceModelTypestring.NET class name for the Resource.
CorrelationIdstringUnique identifier for this event.

Sample Event

{
  "EventName": "talent_application_modified",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"JobId\":362129,\"TalentId\":662,\"CorrelationId\":\"f765b7e3-9f23-44d5-9749-730a39664941\"}",
  "ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.JobResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
  "CorrelationId": "f765b7e3-9f23-44d5-9749-730a39664941"
}

Associated Endpoint

For details about the job web applications for the talent, check the Get Web Applications For a Talent endpoint.