Hi All,
I have a record created in Business Central and is pulled to CDS Correctly. After modifyingthe record in CDS, I want to update my record in Business Central.
The issue is that the table consists 3 key fields Time Sheet No., Time Sheet Line No. and Date.
When I call the url through GET method, I'm precisely getting that single record.
When I try to modify the record using PATCH, I'm getting the following error
'Could not validate the client concurrency token required by the service. Please provide a valid token in the client request'
I have followed this url
I have also passed the Etag as a part of If-Match but that just gives the same result.
Kindly advise!