My POST request has the following body: {
"notificationUrl": "https://***/webhook/business-central/salesInvoices/update",
"resource": "/api/v2.0/companies({companyId})/salesInvoices",
"clientState": "myKey"
}
I keep seeing an error 400: "code": "RequestDataInvalid", "message": "Request data is invalid.". My POST request doesn't return any validation token, which seems the root cause. I read the documentation, used chatGPT, everything points at the validation token. Any hint? Can you spot errors in my POST request? By the way, I'm using edbic to send the requests.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.