Hello, I try to update data with Odata api, I use patch method send data to following url:
https://api.businesscentral.dynamics.com/v1.0/10333be4-6a7e-41e3-a272-c2a11625f23e/ODataV3/Company('CRONUS%20US')/Sales_Order(S-ORD101003)
the data I send is use json:
{
"WorkDescription": "testtes:1550480116"
}
But I get error:
{
"odata.error": {
"code": "",
"message": {
"lang": "en-US",
"value": "Bad Request - Error in query syntax."
}
}
}
May I know how to solve?
*This post is locked for comments
I have the same question (0)