talent_statuses_updated
Overview
The talent_statuses_updated
event is sent after a user has added a new status or deleted an existing status in Table Editor > Edit Talent Status.
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:StatusId (integer): The identifier for the talent status.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_statuses_updated",
"FrontOfficeTenantId": 6,
"Resource": "{\"StatusId\":662,\"CorrelationId\":\"0c015041-e381-448a-b654-a398a025a2e5\"}",
"ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.TalentStatusesResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
"CorrelationId": "0c015041-e381-448a-b654-a398a025a2e5"
}
Associated Endpoint
For details about the talent statuses, check the Get Available Statuses endpoint.
Updated 9 months ago