POST api/Client/{clientId}/SendAutoEmailedReports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
Body Parameters
AutoEmailedReportTaskDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
|
| DateRunMonth | integer |
None. |
|
| RecipientEmail | string |
None. |
|
| EmailAddress | string |
None. |
|
| ReportId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": 1,
"DateRunMonth": 2,
"RecipientEmail": "sample string 3",
"EmailAddress": "sample string 4",
"ReportId": 5
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Result | Object |
None. |
|
| StatusCode | integer |
None. |
|
| StatusGroup | string |
None. |
|
| Details | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.