Getting Error “Could not validate the client concurrency token required by the service. Please provide a valid token in the client request” While doing PATCH call from POSTMAN to Microsoft Dynamics Business Central #msdyn365bc
Views (63)
Hi Readers, While making PATCH (update to record)through REST API from POSTMAN, I was facing above mentioned error i.e.“Could not validate the client concurrency token required by the service. Please provide a valid token in the client request.”which is shown below screenshot. { “error”: { “code”: “BadRequest_InvalidToken”, “message”: “Could not validate the client concurrency token required by the service. Please provide a valid token in the client request. CorrelationId:.” } } Scenario I have published a custom API PAGE in Microsoft Dynamics Business Central #msdyn365bcand trying to update the data of the customer master through API. … Continue reading Getting Error “Could not validate the client concurrency token required by the service. Please provide a valid token in the client request” While doing PATCH call from POSTMAN to Microsoft Dynamics Business Central #msdyn365bc
This was originally posted here.
*This post is locked for comments