Add request body to API call Mendix using export mapping

0
Hello,    I'm using an API Post request in my application. I've tested the API in Postman and it needs a request body in order to work. I know I can do this using a custom request template in the request header. but I've already made an export mapping for my Post request.    Is it possible to add a request body to my API call using an export mapping?    The request body:  {     "@status": "OPERATIONAL" }   Thank you for the help!
asked
1 answers
0

Hi Dominic,

In the  Request tab of the properties of the ‘Call REST Service’ action, you can select “Export mapping for the entire request” and use your export mapping

answered