This module helps to load all the details about canned response set with menu and canned phrases. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/EnableDisableCannedResponsesSet
•Request Type–
Post
•Allowed for–
Admin
•Json Formats–
1. Code snippet for Web Service Use–
EnableDisableCannedResponsesSet
{
“Token”:”sdfdsavcxdgdfFD”,
“CategoryId”: “830”
“Flag”:1
}
2. Description for Request Parameters–
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | CategoryId | Int | Id of Category |
3 | Flag | Bit | 1=Enable, 0=Disable |
3. Response Example–
Success:
{ “Message”: ” Success” }
Fail:
{ “message”: ” The request is invalid.” }