ICE Email APIs

Add Email Form Control

This module is used to add control in email web form. The Service URL of the module is given by the following link-

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

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

AddEmailFormControl

{

 “EmailWebFormId”: 202,

 “ControlTypeId”: 1,

 “ControlLabel”: “Name”,

 “ControlName”: “txtName”,

 “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 ControlTypeId Int Id of control type
4 ControlLabel String Label of control
5 ControlName String Name of control

3. Response Example-

Success:

{ “Message”: ” Success”,

“ControlId”:2360

}

Fail:

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

    ×

    Contact Us