Hello, I try to update data with Odata api, I use patch method send data to following url:
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