talent_stage_updated
Overview
The talent_stage_updated
event is sent after a talent stage has been updated.
Event Parameters
Parameter | Data Type | Description |
---|---|---|
| string | The name of the specific event. |
| integer | Front office ID that indicates the tenant (client) for which the request is being made. |
| string | Event specific information:
|
| string | .NET classname for the Resource. |
| string | Unique identifier for this event. |
Sample Event
{
"EventName": "talent_stage_updated",
"FrontOfficeTenantId": 6,
"Resource": "{\"NominationId\":523,\"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.
Updated 13 days ago