How to use POST/PUT/PATCH Methods in Call Rest service activity ?

0
I am trying to use POST/PUT/PATCH in Call Rest Service Activity . I can Use Get methode but I have no idea how to use other methods   How to handle this request options?
asked
1 answers
0

You can configure it on the first tab:

image.png

 

When you select POST the simplest way to provide a payload is:

 

image.png

 

And then you can store the response payload in a variable:

 

image.png

 

You can use import and export mappings to generate json and read json if needed.

answered