Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 20755

Send an attachment in REST post request inside json.

$
0
0

I have a REST POST endpoint which accepts json input. And there is a json value to attach a file. 

Exp:--

{data

{

"body":"test message",

"attachment":"file path"

 

}

 

How can we add an attachment in above json request using SOAPUI free version.


Viewing all articles
Browse latest Browse all 20755

Trending Articles