This issue can also happen if one or more of your properties in the request model fail to bind into an acceptable on the request model.
In my case, I was supposed to pass a List
type to a property, but accidentally passed a string
. This resulted in the entire request model becoming null