Azure Mobile Services–Update Entity results in 400 Bad Request
While performing some local testing on an Azure Mobile Services (C# backend) app, I kept getting a 400 Bad Request whenever I tried to perform an update to an Entity: await MobileService.GetTable<MyEntity>().UpdateAsync(myEntity); I ensured that my entity object was populated correctly and that I was providing an Id as part of the request but was still getting the following error: “Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException: The request could not … Continue reading Azure Mobile Services–Update Entity results in 400 Bad Request