This module is designed to move canned phrase menu inside. The Service URL of this module is given by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/MoveCannedMenuIn
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
MoveCannedMenuIn
{
“MenuCategoryId”: 128,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls”
}
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”}
Fail:
{“Message”:”The request is invalid.”}