placement_end_reasons_updated
Overview
The placement_end_reasons_updated
event is sent after a new job end reason (placement end reason) has been added, or an existing one has been edited or deleted in the Table Editor>Job End Reasons.
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:ReasonId (integer): The identifier for the end reason.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": "placement_end_reasons_updated",
"FrontOfficeTenantId": 3245,
"Resource": "{\"ReasonId\":1253,\"CorrelationId\":\"0c015041-e381-448a-b654-a398a025a2e5\"}",
"ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.PlacementEndReasonResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
"CorrelationId": "0c015041-e381-448a-b654-a398a025a2e5"
}
Associated Endpoint
For details about the placement end reasons, check the Get Placement End Reason Definitions endpoint.
Updated 6 months ago