This module is designed to add canned phrase in canned responses set. The Service URL of this module is given by following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/AddCannedPhrase
•Request Type–
Post
•Allowed for–
Admin
•Json Formats-
1. Code snippet for Web Service Use-
AddCannedPhrase
{
“Token”:”sdfdsavcxdgdfFD”,
“MenuCategoryID”: 822,
“CannedPhraseName”: ICE test,
“ParentCategoryId”:822,
“PositionOrder:”:1
}
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 | CannedPhraseName | String | Name of canned phrase |
4 | ParentCategoryId | Int | Id of canned phrase Parent category |
5 | PositionOrder | Int | Position of canned set |
3. Response Example–
Success:
{ “Message”: ” Success”,
“CannedPhraseCategoryId”:866
}
Fail:
{ “message”: ” The request is invalid.” }