Hello,
When doing 'Get' Via postman for the standard OOB Customers I'm able to retrieve all the customers successfully (From FinOps -D365 FO), however when doing 'PUT' (update operation) for a single field - just a Name update - its throwing error -
"error": {
"code": "",
"message": "An error has occurred.",
"innererror": {
"message": "More than one resource was found when selecting for update.",
"type": "Microsoft.Dynamics.Platform.Integration.Services.OData.ODataArgumentException",
"stacktrace": " at Microsoft.Dynamics.Platform.Integration.Services.OData.Update.UpdateManager.GetEntityForUpdate(IQueryable query, EntityType entityType)\r\n at Microsoft.Dynamics.Platform.Integration.Services.OData.AxODataController.GetChangeInfoWithConcurrencyCheck(RequestEntityInfo requestEntityInfo)\r\n at Microsoft.Dynamics.Platform.Integration.Services.OData.AxODataController.Put()\r\n at ..............................................
.........
}
}
Did anyone tried this earlier/faced this before? Could anyone please help!