talent_nomination_removed

Overview

The talent_nomination_removed event is sent after a talent's nomination stage is permanently deleted.

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.
Resourcestring

Event specific information:

NominationId(integer): The identifier for the talent nomination.

TalentId (integer): The identifier for the talent.

JobId (integer): The identifier for the job.

CorrelationId(string): Unique identifier for this event.

ResourceModelTypestring.NET classname for the Resource.
CorrelationIdstringUnique identifier for this event.

Sample Event

{
  "EventName": "talent_nomination_removed",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"NominationId\":523,\"TalentId\":662,\"JobId\":362129,\"CorrelationId\":\"2a951471-4152-45b8-85e6-630c7aa913d3\"}",
  "ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.TalentStageResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
  "CorrelationId": "2a951471-4152-45b8-85e6-630c7aa913d3"
}

Associated Endpoint

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


Did this page help you?