placement_custom_extra_deleted

⚠️

This event may be triggered by changes originating from both Front Office and Back Office.

Overview

The placement_custom_extra_deleted event is sent after a placement's custom field (BOLD) or extra field (Back Office) has been deleted.

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.
Resourcestring

Event specific information:

PlacementId(integer): The identifier for the placement.

ExtraValueID (integer): The identifier for the custom field (BOLD) or extra field (Back Office).

CorrelationId(string): Unique identifier for this event.

CorrelationIdstringUnique identifier for this event.

Sample Event

{
  "EventName": "placement_custom_extra_deleted",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"PlacementId\":662,\"ExtraValueID\":8524,\"CorrelationId\":\"0c015041-e381-448a-b654-a398a025a2e5\"}",
  "CorrelationId": "0c015041-e381-448a-b654-a398a025a2e5"
}

Associated Endpoint

For details about the custom fields (extra fields in Back Office), check the Get Extra Values by Entity Type and ID endpoint.


Did this page help you?