ICE Chat API

EnableDisableCannedMenu

The module is used to delete canned phrase menu. The Service URL of this module is given by following link-

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

Request Type

Post

Allowed for

Admin

Json Formats

1. Code snippet for Web Service Use

EnableDisableCannedMenu

{

“Token”:”sdfdsavcxdgdfFD”,

“MenuCategoryID”: 822,

“Flag”:1

}

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 Bit 1=Enable, 0=Disable

3. Response Example-

Success:

{ “Message”: ” Success” }

Fail:

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

    ×

    Contact Us