Build Package using Build API from MENDIX - POST Rest Service

0
Hi,   I m trying to build an package using an REST service provided by MENDIX : https://docs.mendix.com/apidocs/build-api#start-building-deployment-package   How would i POST the highlighted part. I used the Export mapping no use. I tried to use the following : But no use it didnt work.
asked
1 answers
0

Hi Swathi,

 

You need to make an export mapping and JSON structure, which you can use in your request.

Check here fore more info: https://docs.mendix.com/howto50/consuming-a-rest-service

answered