Page 1 of 1

POST of a JSON collection

Posted: Wed May 15, 2013 8:45 pm
by Perry Hoekstra

Creating a service that the request is a JSON POST. How do I specify through the request/response wizard something like a JSON array, a collection of products such as { "products": [{ "productid": "String", "quantity": 0 }]}


POST of a JSON collection

Posted: Wed May 15, 2013 8:57 pm
by maxkatz

http://docs.appery.io/documentation/a...

When you switch the request to POST, you will get an option to define a JSON body:
Image

You can also check out this:
http://docs.appery.io/documentation/a...


POST of a JSON collection

Posted: Wed May 15, 2013 9:22 pm
by Perry Hoekstra

Once the service is created, can I test the request/response through Postman or some other REST tool?