ICE Email APIs

Get Canned Phrase Details

This module is used to get canned phrase details. The Service URL of the module is given by-

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

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

GetCannedPhraseDetails

{

“Token”:”sdfdsavcxdgdfFD”,

” MenuCategoryId “: 830

}

2. Description for Request Parameters-

S.No Name Type Description
1 Token String Authentication Token
2 CannedPhraseCategoryID Int Id of Canned phrase category

3. Response Example-

Success:

{ “Message”: “Success”

” CannedPhraseName “: Enter Canned Phrase Name,

” ResonseText “: “Text”

” IsHTML “:1,

” CtrlKey:”:1,

” AltKey:”:0,

” ShiftKey”:0,

“KeyName”:”K”

}

Fail:

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

    ×

    Contact Us