REST API call for HTTP POST method

-1
How can I call a REST service (POST method) via REST call action in microflow and map the response to the local db for viewing it in the UI ? Kindly elaborate on each of the steps to be followed. Any kind of help would be appreciated.
asked
2 answers
0

Have you looked into the Rest Services module from the app store? It has documentation that is pretty detailed on how to configure the module.

https://appstore.home.mendix.com/link/app/997/Mendix/Rest-Services

 

answered
0

You should read the documentation about REST call. It has a section about mapping the response to objects. Once you have objects, you can commit them in your database and display them in the UI.

answered