This module is used to get canned phrase details. The Service URL of this module is given by following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/GetCannedPhraseDetails
•Request Type–
Post
•Allowed for–
Admin
•Json Formats–
1. Code snippet for Web Service Use–
GetCannedPhraseDetails
{
“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
” CannedPhraseName “: “Canned,”
” ResonseText “: “Response”
” IsHTML “:1,
” CtrlKey:”:1,
” AltKey:”:0,
” ShiftKey”:0,
“KeyName”:”K”
}
Fail:
{ “message”: ” The request is invalid.” }