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-
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
ExportCannedLetters
Note: This is Get method , Pass this URL.
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.”}