placement_custom_extra_added

⚠️

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

Overview

The placement_custom_extra_added event is sent after a new custom field (BOLD) or extra field (Back Office) has been added to a placement.

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_added",
  "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?