placement_removed

Overview

The placement_removed event is sent after a placement is 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:

PlacementId(integer): The identifier for the placement.

JobId (integer): The identifier for the job.

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

Associated Endpoint

For details about the placement, check the Get a Placement endpoint.