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 }]}
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 }]}
http://docs.appery.io/documentation/a...
When you switch the request to POST, you will get an option to define a JSON body:
You can also check out this:
http://docs.appery.io/documentation/a...
Once the service is created, can I test the request/response through Postman or some other REST tool?