We have encountered an issue with webhook notifications from Visma.net related to shipments. Normally, the status field in the notifications contains clear values such as: Open Hold etc. Recently, however, we have started receiving unfamiliar status values such as: "N" "F" "H" These are not known to us and do not match the previously seen status values. Below is an example of a webhook notification for shipment 071024, where the status is "N": [
{
"notificationId": "92b718f7-1aa2-4e98-b6d1-f4f63a741351",
"contextId": "***",
"event": "shipment_changed",
"action": null,
"status": "N",
"resourceId": "071024",
"resourceUri": "https://finance.visma.net/1048001005/api/v1/shipment/071024",
"relativeResourceUri": "/api/v1/shipment/071024",
"timeStamp": "638833316812300000",
"ApiClientId": null,
"TenantId": "***",
"IsScheduler": false,
"ConnectId": "72d0c556-e68e-4c6f-a64d-c9fdee3be02d"
}
] Could you please confirm what these statuses ("N", "F", "H") represent, and whether they are newly introduced values? If this is due to a change in the integration behavior, we would appreciate any additional information or documentation you can provide.
... View more