Passing ARRAY types as Request Parameters in a REST Service?
Hi Alvi! You can't test array's item, but you can add one more item [0] and test it: http://prntscr.com/7abqwe
It happens because of appery doesn't know value of "i" on this step
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Alvi! You can't test array's item, but you can add one more item [0] and test it: http://prntscr.com/7abqwe
It happens because of appery doesn't know value of "i" on this step
Thanks for your response, I will test this method , but not sure how it will work with passing a null object to the REST service.
Question:
Is there a way to import request parameters, like we can do for response ?
Sure, you can import them as it is showed on screenshot: http://prntscr.com/7b3zqf
wow, how did I miss that , Thank you so much this makes life alot easier.