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
| 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:
|
CorrelationId | string | Unique 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.
Updated 23 days ago
Did this page help you?