ICE Chat API

InsertCannedPhraseDetails

This module helps to insert canned phrase details. The Service URL of this module is given by following link-

https://www.enterice.com/ICEAPI/api/ChatAdmin/InsertCannedPhraseDetails

Request Type

Post

Allowed for

Admin

•Json Formats-

1. Code snippet for Web Service Use

GetCannedPhraseDetails

{

 “Token”:”sdfdsavcxdgdfFD”,

 ” MenuCategoryID”: 830,

 “ResponseText”:”MyResponse”.

 “IsHTML”: true,

 “CTRLKey”:true,

 “ALTKey”: true,

 “SHIFTKey”: false,

 “KeyName”:”mykey”

}

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 ResponseText String Response text of canned phrase
4 IsHTML Bit Is canned phrase response html?
5 CTRLKey Bit 1=Use CtrlKey, 0=Don’t use CtrlKey
6 ALTKey Bit 1=Use AltKey, 0= Don’t use AltKey
7 SHIFTKey Bit 1=Use ShiftKey, 0=Don’t use ShiftKey
8 KeyName String Name of shortcut key to select canned phrase

3. Response Example

Success:

{ “Message”: ” Success”,

“CannedPhraseCategoryId”:866

}

Fail:

{ “message”: ” The request is invalid.” }

    ×

    Contact Us