talent_submitted
Overview
The talent_submitted
event is sent after a talent has been nominated for the job.
Event Parameters
Parameter | Data Type | Description |
---|---|---|
EventName | string | The name of the specific event. |
FrontOfficeTenantId | integer | Front office ID that indicates the tenant (client) for which the request is being made. |
Resource | string | Event specific information:NominationId (integer): The identifier for the talent nomination.CorrelationId (string): Unique identifier for this event. |
ResourceModelType | string | .NET class name for the Resource. |
CorrelationId | string | Unique identifier for this event. |
Sample Event
{
"EventName": "talent_submitted",
"FrontOfficeTenantId": 6,
"Resource": "{\"NominationId\":523,\"CorrelationId\":\"2a951471-4152-45b8-85e6-630c7aa913d3\"}",
"ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.TalentSubmittedResourceModel, 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.
Updated 10 months ago