VictorZ
4 years agoOccasional Contributor
API Test entering complax body
I am trying to post a complex object. The form data input can only have maximum 7 rows in my browser. No scroll bar shown. And I don't what the format is for the RAW mode. I did not find anything in ...
- 4 years ago
VictorZ :
> how to enter the address?
Just an idea: have you tried to enter
{ "Address1": "1234 5th ave.", "PostalCode": "22222"}
as a value for the Address field?
Does it work? If you use Fiddler or any other recording proxy, does the above result in a correct expected request body?
MPunsky :
Thank you for the link and video.