Posts by Juliano Roberto • 26 points
1 post
-
1
votes2
answers92
viewsA: Problems when passing an object in an Httppost request
You’re probably not succeeding because you need to deseralize the content you receive through the request. Your controller’s method would look something like: InserirPessoa(dynamic args){ Pessoa…