The manual allows the user to update canned phrase menu. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/UpdateCannedMenu
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
UpdateCannedMenu
{
“MenuCategoryID”: 126,
“MenuName”: “HardwareMenuUpdated”,
“IsParent”: true,
“ParentCategoryId”: 125,
“PositionOrder”: 1,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls”
}
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 | Bool | True=Is Parent, False=Not Parent |
5 | ParentCategoryID | Int | Category ID for Parent canned set |
6 | PositionOrder | Int | Position of canned set |
3. Response Example-
Success:
{ “Message”:”Success”}
Fail:
{“Message”:”The request is invalid.”}