A user can move canned phrase menu out using this module. The provided Service URL for the module is given by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/MoveCannedMenuOut
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
MoveCannedMenuOut
{
“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”}
Fa il:
{“Message”:”The request is invalid.”}