ICE Email APIs

Add Canned Menu

The module has been designed to add menu in canned letters set. The Service URL is represented by the following link-

https://www.enterice.com/ICEAPI/api/EmailAdmin/AddCannedMenu

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

AddCannedMenu

{

 “CategoryId”: 125,

 “MenuName”: “HardwareMenu”,

 “ParentId”: 125,

 “IsParent”: true,

 “PositionOrder”: 1,

 “IsEnabled”: true,

 “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls”

}

2. Description for Request Parameters-

S.No Name Type Description
1 Token String Authentication Token
2 CategoryId Int ID of Category
3 MenuName String Name of Canned Phrase Menu
4 IsParent Bool True= IsParent, False=Not IsParent
5 ParentCategoryID Int Category ID of parent canned set
6 PositionOrder Int Position of canned set
7 IsEnabled Bool True= Is Enabled, False= Disabled

3. Response Example-

Success:

{

“Message”: “Success”,

“MenuCategoryId”: 126

}

Fail:

{“Message”:”The request is invalid.”}

 

    ×

    Contact Us