ICE Email APIs

Export Canned Letters

The module is designed to export canned letter set to CSV file. The following link is used to represent the Service URL of the module-

http://www.enterice.com/ICEAPITest/api/EmailAdmin/ExportCannedLetters/?OrganizationId=128&CannedSetId=45&Token=abvcghghihg

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

ExportCannedLetters

Note: This is Get method , Pass this URL.

http://www.enterice.com/ICEAPITest/api/EmailAdmin/ExportCannedLetters/?OrganizationId=59&CannedSetId=45&Token=abvcghghihg

2. Description for Request Parameters-

S.No Name Type Description
1 Token String Authentication Token
2 OrganizationId Int Id of Organization
3 CannedSetId Int Id of canned set

3. Response Example-

Success:

{ “Message”: ” Success”,

“FileName:”file.csv”

}

Fail:

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

 

    ×

    Contact Us