My Products
Help
SKAU AS
CONTRIBUTOR ***

Webhook with possible wrong URI

by SKAU AS

 

I am encountering a 404 error with the following resourceURI supplied by a webhook:

 
https://integration.visma.net/API/controller/api/v1/customerCreditNote/CRM/023460

I've checked the documentation, but I couldn't find any information regarding the "CRM" part in the URI. Could someone please help me understand why this endpoint might be returning a 404 error?

Is there something I might be missing in terms of endpoint configuration or usage?

Thanks in advance for your assistance!

 

[
    {
        "notificationId": "dd8a35f5-1a95-4702-ba37-d646991545ab",
        "contextId": "1089046",
        "event": "arinvoice_changed",
        "relativeResourceUri": "api/v1/customerCreditNote/CRM/023460",
        "resourceUri": "https://integration.visma.net/API/controller/api/v1/customerCreditNote/CRM/023460",
        "status": "Balanced",
        "timeStamp": 638639048541130000,
        "TenantId": "974fd988-127e-11e9-b307-0aa512338dd6",
        "IsScheduler": false,
        "ApiClientId": null,
        "ConnectId": "e669341d-9964-48f6-8262-9d7677d9e64d"
    }
]

 

1 REPLY 1
SierdW
PARTNER

by SierdW

The relativeResourceUri and resourceUri are incorrect, the CRM part should be removed frorm the uri. We had a similar question but it has not been fixed yet, apparently: https://community.visma.com/t5/Forum-in-Developers-Visma-net/arinvoice-changed-webhook-creditnote-an...