ICE Chat API

UpdateLogoutReason

The module helps to update logout reason. The Service URL of the module is given by the following link-

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

•Request Type-

Post

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use

UpdateLogoutReason

{

 “Token”:”sdfdsavcxdgdfFD”,

  “OrganizationID”: 59,

  “ReasonId”: 123,

  “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 ReasonId Int Id of Logout reason
4 LogoutReason String Reason of Logout
5 IsActive Bit Is Active or not

3. Response Example-

Success:

{ “Message”: ” Success”}

Fail:

{ “message”: ” Failed” }

    ×

    Contact Us