POST api/Report/DownloadReports

Request Information

URI Parameters

None.

Body Parameters

Collection of DownloadReportMdl
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"