The module has been designed to get details about particular logout reason. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/GetLogoutReasonDetails
•Request Type-
Post
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use–
GetLogoutReasonDetails
{
“Token”:”sdfdsavcxdgdfFD”,
“ReasonId”: 123
}
2. Description for Request Parameters–
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | ReasonId | Int | Id of logout reason |
3. Response Example-
Success:
{ “Message”: ” Success”,
“OrganizationID”: 59,
” LogoutReason”: “Break”,
” IsActive”:”True”
}
Fail:
{ “message”: ” Failed” }