The module has been designed to load all the details about canned letter set with menu and canned phrases. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/EnableDisableCannedLettersSet
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
EnableDisableCannedLetterSet
{
“CategoryId”: 124,
“Flag”: false,
“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 | Flag | Bool | True=Enable, False=Disable |
3. Response Example-
Success:
{ “Message”:”Success”}
Fail:
{“Message”:”The request is invalid.”}