This module has been designed to get canned phrase menu details. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/GetCannedMenuDetails
•Request Type–
Post
•Allowed for-
Admin
•Json Formats–
1. Code snippet for Web Service Use–
GetCannedMenuDetails
{
“Token”:”sdfdsavcxdgdfFD”,
“MenuCategoryId”: 830
}
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. Response Example–
Success:
{ “Message”: ” Success
” MenuName”: ICE menu,
” IsParent”: 0
“ParentCategoryId”:822,
“PositionOrder:”:1,
“IsActive:”:1 }
Fail:
{ “message”: ” The request is invalid.” }