I have a web api method that takes a object, saves the object to the db and then returns the updated db object using return new OkObjectResult(MyObject)... this works perfectly