Hi,
We are created the app in Azure account and provide the Business central API Permissions and after that we did the Authentication process.
Using the token, we have performed the update API calls. eg:"update a customer" but it is throwing an error: "{ "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: 5fc87ee2-c1cd-496a-826d-274b74942457."}} ". Can you please check the error and help us.
Below are the API permissions to add the Azure APP:
|
|
|
|
|
Application
|
Full access to web services API
|
|
|
Application
|
Access according to the application's permissions in Dynamics 365 Business Central
|
|
|
Application
|
Full access to automation
|
|
|
Delegated
|
Access Dynamics 365 Business Central as the signed-in user
|
|
|
Delegated
|
Access as the signed-in user
|
|
|
|
|
|
|
Delegated
|
Sign in and read user profile
|
if any permissions is missing to perform the Update the API Calls please let us know we will add and perform the update API calls.
Thank you!