ICE Email APIs

Enable Disable Email Server

A user can enable or disable email server through the use of this module. The Service URL of the module is given by the following link-

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

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

EnableDisableEmailServer

{

 “EmailServerId”: 74,

 “IsActive”: false,

 “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODI0MTk1NDV9.XgR8TsDNwmsUezVykeUzGcISUsmpT5Nx-aUYaMScmDw”

}

2. Description for Request Parameters-

S.No Name Type Description
1 Token String Authentication Token
2 EmailServerId Int Id of email server
3 IsActive String Enabled/disabled

3. Response Example-

Success:

{ “Message”: ” Success” }

Fail:

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

    ×

    Contact Us