Forum Discussion

anichat26's avatar
anichat26
New Contributor
8 years ago

Handling collection of items in Ready API!

I have a REST API with request json string as follows:-   {      "items":[      { "itemcode":1, "quantity":5},      { "itemcode":2, "quantity":6}      ] }   How can I perform data driven tes...