company_tag_added
Overview
The company_tag_added event is sent after a new company tag has been added.
Event Parameters
| Parameter | Data Type | Description | 
|---|---|---|
| 
 | string | The name of the specific event. | 
| 
 | integer | Front office ID that indicates the tenant (client) for which the request is being made. | 
| 
 | string | Event specific information: 
 | 
| 
 | string | .NET class name for the Resource. | 
| 
 | string | Unique identifier for this event. | 
Sample Event
{
  "EventName": "company_tag_added",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"CompanyId\":250271,\"CorrelationId\":\"ca6b4bab-4756-492f-a178-91ea89d3c665\"}",
  "ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.CompanyResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
  "CorrelationId": "ca6b4bab-4756-492f-a178-91ea89d3c665"
}Associated Endpoint
To get a list of company tags, check the Get Company Tags endpoint.
Updated 8 months ago
