company_statuses_updated
Overview
The company_statuses_updated
event is sent after a new company status has been added, or an existing status has been updated or deleted in Table Editor > Company Statuses.
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:StatusList (array of integers): A list of Company Status IDs.CorrelationId (string): Unique identifier for this event.BusinessProcessId (string): The identifier for the business process. |
ResourceModelType | string | .NET class name for the Resource. |
CorrelationId | string | Unique identifier for this event. |
Sample Event
{
"EventName": "company_statuses_updated",
"FrontOfficeTenantId": 6,
"Resource": "{\"StatusList\":[18620],\"CorrelationId"\:\"1ec05905-c244-4c6a-8ebd-3c75bf94baf2\",\"BusinessProcessId\":"00040070-0030-2300-0340-000000000056"}",
"ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.CompanyStatusesResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
"CorrelationId": "0c015041-e381-448a-b654-a398a025a2e5"
}
Associated Endpoint
For details about the company statuses, check the Get Company Statuses endpoint.
Updated 8 months ago