If I'm posting some variables to a Web API method, is it possible to do this without creating a view model?
It seems that you can only bind to a single parameter (which represents the request's body), so if there are multiple variables then that necessitates a view model to contain them.