I'm attempting to get a non-model bound set of json data in a route in a .NET WebAPI. The backstory is that I'd like to update a few fields, dependent on what's passed in, instead of overwriting a whole object. So, the request would look like this:I'm attempting to get a non-model bound set of