ICE Chat API

AddLogoutReason

This module is designed to add reason for logout. The Service URL of the module is given by the following link-

https://www.enterice.com/ICEAPI/api/ChatAdmin/AddLogoutReason

• Request Type-

Post

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use

AddLogoutReason

{

“Token”:”sdfdsavcxdgdfFD”,

“OrganizationID”: 59,

“LogoutReason”: “Break”,

“IsActive”:”True”

}

2. Description for Request Parameters-

 

S.No Name Type Description
1 Token String Authentication Token
2 OrganizationID Int Id of organization
3 LogoutReason String Reason for Logout
4 IsActive Bit Is Active or not

 

3. Response Example

Success:

{ “Message”: ” Success”,

“ReasonId”:”123″

}

Fail:

{ “message”: ” Failed” }

    ×

    Contact Us