ICE Email APIs

The module has been designed to add menu in canned letters set. The Service URL is represented by the following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/AddCannedMenu •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- AddCannedMenu {  “CategoryId”: 125,  “MenuName”: “HardwareMenu”,  “ParentId”: 125,  “IsParent”: true,  “PositionOrder”: 1,  “IsEnabled”: true,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls” } 2. Description for Request Parameters- S.No Name Type […]

Continue Reading

A user can delete canned letters set through the use of this module. The following link shows the Service URL of the module- https://www.enterice.com/ICEAPI/api/EmailAdmin/DeleteCannedLettersSet •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- DeleteCannedLettersSet {  “CategoryId”: 124,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls” } 2. Description of Request Parameters– S.No Name Type Description 1 Token String Authentication Token 2 CategoryId […]

Continue Reading

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 […]

Continue Reading

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 […]

Continue Reading

The module has been designed to load all the details for 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/GetCannedLettersDetails •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- GetCannedLettersDetails {  “CategoryId”: 124,  “CannedSetId”: 34,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls” } 2. Description for Request Parameters– S.No […]

Continue Reading

The users can use the mentioned module to get canned letters set list. The Service URL of the module is given as- https://www.enterice.com/ICEAPI/api/EmailAdmin/GetCannedLettersSetList •Allowed for- Admin •Json Formats- 1. Code snippet for Web Service Use- GetCannedLettersSetList {  “OrgId”: 59,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls” } 2. Description for Request Parameters– S.No Name Type Description 1 Token String Authentication Token 2 OrgId Int […]

Continue Reading

This module has been designed to create canned letters set. The Service URL of the module is given by- https://www.enterice.com/ICEAPI/api/EmailAdmin/CreateCannedLettersSet •Allowed for Admin •Json Formats- 1. Code snippet for Web Service Use– CreateCannedLettersSet {  “OrgId”: 59,  “CannedSetName”: “HardWare”,  “Skillids”: “152,331”,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls” } 2. Description for Request Parameter– S.No Name Type Description 1 Token String Authentication Token 2 OrgId […]

Continue Reading

Canned Letters Set API for Admin is used to perform multiple operations for Canned Letters Set in the system. The following Canned modules are covered under this section-   •Create Canned Letters Set •Get Canned Letters Set List •Get Canned Letters Details •Enable Disable Canned Letters Set •Update Canned Letters Set •Delete Canned Letters Set […]

Continue Reading

The Delete User module is used to delete existing user(s) from the system. The Service URL of the module is given by the following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/DeleteUser •Allowed for Admin •Json Formats- 1.Code snippet for Web Service Use- DeleteUser {  “UserID”: 654,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMTY3MDk0fQ.hmz3O5s8wIAvb-5nIz6WVqOfJ3LdsMnnu_GyddDyRrM” } 2. Description for Request Parameters- S.No Name Type Description 1 Token String Authentication Token 2 […]

Continue Reading

The Reset Password module is used to reset user’s password. The Service URL of this module is given by the following link- https://www.enterice.com/ICEAPI/api/EmailAdmin/ResetPassword •Allowed for Admin •Json Formats- 1.  Code snippet for Web Service Use– Reset Password {  “UserId”: 1274,  “PassWord”: “Market1?”,  “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMTY3MDk0fQ.hmz3O5s8wIAvb-5nIz6WVqOfJ3LdsMnnu_GyddDyRrM” } 2. Description for Request Parameter- S.No Name Type Description 1 Token String Authentication Token 2 […]

Continue Reading

    ×

    Contact Us