This module helps to get the list of logout reasons. The Service URL of the module is given by following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/GetLogoutReasonList
• Request Type-
Post
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use–
GetLogoutReasonList
{
“Token”:”sdfdsavcxdgdfFD”,
“OrganizationID”: 59
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | OrganizationID | Int | Id of organization |
3. Response Example-
Success:
{ “Message”: ” Success”,
“LogoutReasonList”:
[{” ReasonId”: 123,
” LogoutReason”: “Break”,
” IsActive”: “true”
},
{” ReasonId”: 123,
” LogoutReason”: “Break”,
” IsActive”: “true”
}
]
}
Fail:
{ “message”: ” Failed” }