This module helps to add menu in canned responses set. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/AddCannedMenu
•Request Type–
Post
•Allowed for–
Admin
•Json Formats–
1. Code snippet for Web Service Use–
AddCannedMenu
{
“Token”:”sdfdsavcxdgdfFD”,
“CategoryID”: 822,
“MenuName”: ICE Menu,
“IsParent”: 0,
“ParentCategoryId”:822,
“PositionOrder:”:1,
“IsEnabled”: “True”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | CategoryID | Int | Id of category |
3 | MenuName | String | Name of menu |
4 | IsParent | Bit | Comma separated skillIDs |
5 | ParentCategoryId | Int | Id of Parent category |
6 | PositionOrder | Int | Position of canned set |
7 | IsEnabled | Bit | Enabled or disabled |
3. Response Example–
Success:
{ “Message”: ” Success”,
“MenuCategoryId”:866
}
Fail:
{ “message”: ” The request is invalid.” }