placement_extension_deleted
Overview
The placement_extension_deleted
event is sent after a placement extension has been deleted.
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:PlacementId (integer): The identifier for the placement.PlacementExtensionId (integer): The identifier for the placement extension.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_extension_deleted",
"FrontOfficeTenantId": 6,
"Resource": "{\"PlacementId\":86635,\"PlacementExtensionId\":86635,\"CorrelationId\":\"ba623a16-8ecc-4a2d-a751-f796556c0c3a\"}",
"ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.PlacementExtensionResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
"CorrelationId": "ba623a16-8ecc-4a2d-a751-f796556c0c3a"
}
Associated Endpoint
For details about the placement, check the Get a Placement endpoint.
Updated 9 months ago