company_address_updated
Overview
The company_address_updated
event is sent after a company department address has been updated.
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_address_updated",
"FrontOfficeTenantId": 6,
"Resource": "{\"CompanyId\":3635, \"AddressId\":86635,\"CorrelationId\":\"ba623a16-8ecc-4a2d-a751-f796556c0c3a\"}",
"ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.CompanyAddressResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
"CorrelationId": "ba623a16-8ecc-4a2d-a751-f796556c0c3a"
}
Associated Endpoint
For details about the department address, check the Get a Department Address endpoint.
Updated 13 days ago