The Changed events differ in format and information compared to Created, Updated, and Deleted events.
Changed response
{
"NotificationId": "E1694xxxxxxxx907ff",
"contextId": "5xxxxx",
"event": "customer_changed",
"action": "UPDATED",
"resourceId": "55555",
"resourceUri": "https://api.finance.visma.net/v1/customer/55555",
"relativeResourceUri": "v1/customer/55555",
"timeStamp": 638974335577900000,
"ApiClientId": null,
"TenantId": "f6cd9xxxxxxxxxxxxx6183",
"IsScheduler": false,
"ConnectId": "18eb1xxxxxxxxxxxx40666"
}Created, updated and deleted response
{
"event": "Customer_Updated",
"companyId": "5xxxxx",
"entityId": "567xxxxxxxxxxxxxxxxxxxxxxxxxff2",
"notificationId": "e1691481xxxxxxxxxxxxxxxxxxxx07ff",
"entityLocation": "api/v1/customer/55555",
"erpEvent": "1",
"erpDocumentStatus": null,
"documentStatus": null,
"UserId": "3363881",
"timeStamp": "638974335577900000",
"apiClientId": null,
"TenantId": "f6cd9xxxxxxxxxxxxx6183",
"ConnectId": "18eb1xxxxxxxxxxxx40666",
"ischeduler": false
}