API express: How to refer to body json while writing SQL statement
Posted: Sat Jun 27, 2015 3:07 am
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/
Hello Dandy,
We will check this and update the thread asap.
Dandy,
You need to create parameter for body, the same procedure as with id.
prereportText=:parameterBodyName/pre
Then you will see its path in Query params
Then click Map
Parameter will appear in list and you will need to map it on parameter from request.
Oh, thank you. I thought that the create parameter is only for the primary key, and didn't know that I can create it for all the items in the response too.