Author Message
chukiatdenkongpon
Joined: Nov 7, 2013
Messages: 97
Offline
AAOD need to integrate with customer Rest API Webservice with api-key. So it need to pass input parameter in body with json.
How can we add in AAOD tool rest API Webservice?

Please advice

Best Regards
Chukiat D.
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
You could use the Post method which allow you to enter a Json body for the input. Have you tried?
chukiatdenkongpon
Joined: Nov 7, 2013
Messages: 97
Offline
Hi Wilson

We try to add json into body same with Postman but it got error.
So Do you have sample on how to add json into post request?

Or we need to used Variable Context. If yes, How to do variable context?

Please advice

Chukiat D
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
So when you need to post a message body, you check the Post method in REST operation editor. In the message body, enter "JSON" to begin the json body. It would be like this:
JSON{"a":"b", "c":"d"}
Go to:   
Mobile view