After processing of the Mobile Workflow DCN request, Unwired Server sends the response to notify the caller whether the request was processed successfully.
The response includes two parts:
The response is also in a JSON format string:
{
<wf dcn result>
"result":
[
{
<general dcn result>
},
{
<general dcn result>
}
]
}
{
"id":"1",
"success":false,
"statusMessage":"there is error in processing dcn",
"result":
[
{
"id":"1",
"success":true,
"statusMessage":""
},
{
"id":"2",
"success":false,
"statusMessage":"bad msg2"
}
]
}