A user can update canned letters set through the use of this module. The Service URL of this module is given by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/UpdateCannedLettersSet
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
UpdateCannedLetterSet
{
“CategoryId”: 124,
“CID”: 34,
“CannedSetName”: “Software”,
“Skillids”: “643,320”,
“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 | CannedSetName | String | Name of Canned Letters Set |
4 | SkillIDs | String | Comma separated skillIDs |
5 | CID | Int | Id of Canned letter set |
3. Response Example–
Success:
{ “Message”:”Success”}
Fail:
{“Message”:”The request is invalid.”}