A user adds canned phrase in canned letters set using this module. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/AddCannedPhrase
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use–
AddCannedPhrase
{
“MenuCategoryID”: 128,
“CannedPhraseName”: “SoftwarePhrase”,
“ParentCategoryId”: 128,
“PositionOrder”: 4,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls”
}
2. Description for Response Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | MenuCategoryID | Int | Id of canned phrase category |
3 | Canned Phrase Name | String | Name of canned phrase |
4 | ParentCategoryId | Int | Parent canned set’s category ID |
5 | PositionOrder | Int | Position of canned set |
3 Response Example-
Success:
{ “Message”:”Success,
“CannedPhraseCategoryId: 132
}
Fail:
{“Message”:”The request is invalid.”}