web_applicant_removed

Overview

The web_applicant_removed event is sent after a web applicant's pipeline or 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:

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": "web_applicant_removed",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"JobId\":362129,\"TalentId\":662,\"CorrelationId\":\"ba623a16-8ecc-4a2d-a751-f796556c0c3a\"}",
  "ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.ContactResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
  "CorrelationId": "ba623a16-8ecc-4a2d-a751-f796556c0c3a"
}

Associated Endpoint

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