I\'m currently working on an integration between systems and I\'ve decided to use WebApi for it, but I\'m running into an issue...
Let\'s say I have a model:
I was trying to solve this for two days. Eventually I found out the outer tag needs to be the type name, not the variable name. Effectively, with the POST method as
public string Post([FromBody]TestModel model) { return model.Output; }
I was providing the body
Sito
instead of