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