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

ParameterData TypeDescription
EventNamestringThe name of the specific event.
FrontOfficeTenantIdintegerFront office ID that indicates the tenant (client) for which the request is being made.
ResourcestringEvent specific information:

ReasonId(integer): The identifier for the end reason.
CorrelationId(string): Unique identifier for this event.
ResourceModelTypestring.NET class name for the Resource.
CorrelationIdstringUnique 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.