How to do POST call via ODATA

0
Hi Team,   Im trying a POST call to C4C. Could you please help how to pass payload to the rest service
asked
2 answers
0

Hi Prasad,

 

In the "call REST" activity in a microflow, you can specify the HTTP Method to be POST. That enables you to specify your payload in Request tab. There are few options on the format so you can choose the best fitting one for you.

 

answered
0

thank you for ur reply….Im new to mendix.which option i need to select and how to pass this below body  

{

    "Name":"Test"

}

answered