POST Method for Consuming REST

1
Hi, I have consumed REST service for GET method and want to create POST method for consuming REST service. Please help me to create a POST method for Consuming REST. I have followed the link for consuming REST ( https://docs.mendix.com/howto/integration/consume-a-rest-service) Thanks and Regards, Harshraj Singh
asked
1 answers
0

On the first tab of the call rest activity you can select Http method POST instead of GET: https://docs.mendix.com/refguide/call-rest-action/#2-properties

answered