ICE Email APIs

Active Inactive Web Form

The function has been designed to active or inactive a web form. The Service URL for the module is given through the link below-

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

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

ActiveInactiveEmailWebForm

{

 “EmailWebFormId”: 654,

 “Flag”: true,

 “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMjQ4NjEyfQ.QPFE4_KVrbVPcGauASfjyWrABIF_vVs9ENf4qPYYHB0”

}

2. Description for Request Parameters-

S.No Name Type Description
1 Token String Authentication Token
2 EmailWebFormId Int Id of email web form
3 Flag Bit 1=Active, 0=Inactive

3. Response Example-

Success:

{ “Message”: ” Success” }

Fail:

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

    ×

    Contact Us