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
Naveen Lotti
1 answers
0
You can configure it on the first tab:
When you select POST the simplest way to provide a payload is:
And then you can store the response payload in a variable:
You can use import and export mappings to generate json and read json if needed.