How to pass Form data to POST API

0
Hi All,   I need your help…   I created a form in mendix. so how can i pass the form data to an api (POST API). I tried several methods but iam not able to do  Please help me
asked
1 answers
1

First you should create export mapping. In there you should map your json structure/xml  with your created form entity. Then, you should use Call Rest Service acitvity in the microflow. In Request tab, you should choose export mapping for the entire request option and choose the created export mapping file. 

 

You may check the documentation. 

https://docs.mendix.com/howto/integration/publish-rest-service/

 

answered