Hello,
The request JSON is given below:
{
"authToken": "5897fe90-a1ca-11e5-b196-0401862bab01",
"id": "566c6380e4b038c20f1ddd08"
}
The swagger return this response:
{
"status": "error",
"consumerMessage": "Meeting not found",
"applicationMessage": ""
}
When this method has used in the application, it returns response code 500 henceforth it causes an exception when it has been processed.
Hello, The request JSON is given below: { "authToken": "5897fe90-a1ca-11e5-b196-0401862bab01", "id": "566c6380e4b038c20f1ddd08" } The swagger return this response: { "status": "error", "consumerMessage": "Meeting not found", "applicationMessage": "" } When this method has used in the application, it returns response code 500 henceforth it causes an exception when it has been processed.