Hi
Can anyone help me how to solve this problem, i am trying to update data on a page via ODataV4 in NAV 2017?
It works perfect when i get or create a new record via OData, but when i try to update data, then i get the following error:
"code":"","message":"'MERGE' requests for 'Collection' are not supported by Microsoft Dynamics NAV OData web services."
When i read the documentation it should be possible by using: PUT OR MERGE
But i am getting the same error from using both commands.
I use the ETAG value that is provided from GET, by creating a JSON response;
{
""data"":""data to update"",
""ETag"" : ""32;SZQ1dwCRpzWnZSUFeUqPzD4tPQ7CnAAA6;8063650;""
}
Thanks on advance :-)
/Graves Kilsgaard
*This post is locked for comments