POST api/Report/DownloadReports
Request Information
URI Parameters
None.
Body Parameters
Collection of DownloadReportMdl| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportId | integer |
None. |
|
| ReprotTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ReportId": 1,
"ReprotTypeId": 2
},
{
"ReportId": 1,
"ReprotTypeId": 2
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"