ICE Email APIs

Enable Disable Canned Menu

A user can enable or disable the canned phrase menu through the use of this module. The Service URL of the module is given by the following link-

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

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

EnableDisableCannedMenu

{

 “MenuCategoryID”: 127,

 “Flag”: false,

 “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 Flag Bool True=Enable, False=Disable

3. Response Example-

Success:

{ “Message”:”Success”}

Fail:

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

 

    ×

    Contact Us