You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating an object in MS Dynamics NAV you will receive an error message:
<m:message xml:lang="en-US">
Could not validate the client concurrency token required by the service. Please provide a valid token in the client request.
</m:message>
For every GET request the NAV server delivers an ETag:
one ETag in the HTML-Header
one ETag as an attribute in the XML node <entry m:etag="W/"'28%3BEgAAAAJ7BTEAMAAwADAAMAAAAAAA8%3B826339620%3B'"">
another ETag as an Entity in the XML/JSON document
When updating an object, you have to deliver this ETag as an "If-Match" option in the HTML Header
The text was updated successfully, but these errors were encountered:
When updating an object in MS Dynamics NAV you will receive an error message:
<m:message xml:lang="en-US">
Could not validate the client concurrency token required by the service. Please provide a valid token in the client request.
</m:message>
For every GET request the NAV server delivers an ETag:
<entry m:etag="W/"'28%3BEgAAAAJ7BTEAMAAwADAAMAAAAAAA8%3B826339620%3B'"">
When updating an object, you have to deliver this ETag as an "If-Match" option in the HTML Header
The text was updated successfully, but these errors were encountered: