company_custom_extra_deleted
This event may be triggered by changes originating from both Front Office and Back Office.
Overview
The company_custom_extra_deleted event is sent after a company's custom field (BOLD) or extra field (Back Office) 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:
|
CorrelationId | string | Unique identifier for this event. |
Sample Event
{
"EventName": "company_custom_extra_deleted",
"FrontOfficeTenantId": 6,
"Resource": "{\"CompanyId\":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 about 3 hours ago
Did this page help you?