Question
Last activity: 30 Jun 2016 3:41 EDT
how to construct JSON request
Hi All ,
I have to populate a JSON request in below format to call a Connect-rest service , appreciate your help if you can guide me on this .
Thanks.
JSON format :
{
"Metadata":
{
"Alternate":true,
"Branch":branch,
},
"Documents":[
{
"Name":"NameOfDocument2",
"Track":track,
},
{
"Name":"NameOfDocument3",
"Track":tranck,
},
]
}