Hi
We have had a system running for a few months with no problems
Today I am getting an error when updating a sales header. I have reproduced this in Postman. It still works on a local installation, but not on the cloud installation.
Call this endpoint:
With some data and always get:
{
/error/: {
/code/: /BadRequest/,
/message/: /Invalid Request Body CorrelationId: 42968f61-0607-4262-827d-4a0c75c26542./
}
}
I have tried removing almost all of the body, but I get the same result whatever the body is. I have tried doing a GET and posting the response as a PATCH, just to update the record with the exact same information, making 100% sure all fields are correctly named etc, but it says the same
I have had this BadRequest error before and it is usually because you are providing an incorrect variable in the body. So I removed all of them to check which one it is, but it still says BadRequest
Same update works on a local installation, with the same REST API installed
So, has Microsoft done any kind of update that is breaking this? How do I fix it? Is it possible to see some logging with more details?