placement_started

Overview

The placement_started event is sent after a new placement has started.

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.

TalentId (integer): The identifier for the talent.

PlacementExtensionId(integer): The identifier for the placement extension.

JobId (integer): The identifier for the job.

PostJobToMobileApp (boolean): Indication of whether the job should be visible in the mobile app.

CorrelationId(string): Unique identifier for this event.

ResourceModelTypestring.NET class name for the Resource.
CorrelationIdstringUnique identifier for this event.

Sample Event

{   
	"EventName": "placement_started",        
  "FrontOfficeTenantId": 6,        
	"Resource": "{\"PlacementId\":86635, \"TalentId\":781, \"PlacementExtensionId\":86635,\"JobId\":159640,\"PostJobToMobileApp\":false,\"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.


Did this page help you?