Call Post Method From OData

0
Hi Guys,  I am calling POST API by OData Sap Service. I need to pass some JSON to API. So I am create JSON Structure and Export Mapping. Retrieve in Microflow but I am not getting in which Parameter I need to send this JSON to API.I am using Execute Query. Please help me in this. I am sharing Screen shot of Activity and Microflow as well as.     Thanks  Disha 
asked
1 answers
0

Hi Disha,

Unless you have a reason for using Entry execute, I would recommend the Mendix Call Rest service Activity. Since this activity allows you to easily setup the entire Rest structure, while using the export mapping and JSON schema.

for more details on Call Rest Service check here https://docs.mendix.com/refguide/call-rest-action/

Good luck,

Jan

answered