POST api/ScheduleAPI/SendEmail
Request Information
URI Parameters
None.
Body Parameters
ReportEmail| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportSubject | string |
None. |
|
| ToEmail | string |
None. |
|
| EmailContent | string |
None. |
|
| Attachment | Collection of byte |
None. |
|
| FileName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportSubject": "sample string 1",
"ToEmail": "sample string 2",
"EmailContent": "sample string 3",
"Attachment": "QEA=",
"FileName": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.