A user gets canned phrase menu details from this module. The Service URL of the module is provided by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/GetCannedMenuDetails
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
GetCannedMenuDetails
{
“MenuCategoryId”: 126,
“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 the Menu Category |
3. Response Example-
Success:
{
“Message”: “Success”,
“MenuName”: “HardwareMenu”,
“IsParent”: true,
“ParentCategoryId”: 125,
“PositionOrder”: 1,
“IsActive”: true
}
Fail:
{“Message”:”The request is invalid.”}