The module enables the user to move canned phrase up. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/MoveCannedPhraseUp
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
MoveCannedPhraseUp
{
“Token”:”sdfdsavcxdgdfFD”,
” MenuCategoryId “: 134
}
2. Description for Response Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | MenuCategoryId | Int | Id for menu category |
3. Response Example-
Success:
{ “Message”: ” Success” }
Fail:
{“Message”:”The request is invalid.”}