We are currently building a web api and controllers for each of our data tables with basic CRUD functionality. The issue we are running into is with Updates. We've created custom binding models to bring in only the data we need, then convert that binding model to an object, and pass it to our update function.We are currently building a web api and control