POST api/DprReport/DownloadDpr
Request Information
URI Parameters
None.
Body Parameters
DprReport| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| errMsg | string |
None. |
|
| season | string |
None. |
|
| SEASON_ID | integer |
None. |
|
| from_date | string |
None. |
|
| to_date | string |
None. |
|
| date_type | string |
None. |
|
| days | string |
None. |
|
| response | boolean |
None. |
|
| ds | DataSet |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"errMsg": "sample string 2",
"season": "sample string 3",
"SEASON_ID": 4,
"from_date": "sample string 5",
"to_date": "sample string 6",
"date_type": "sample string 7",
"days": "sample string 8",
"response": true,
"ds": null
}
application/xml, text/xml
Sample:
<DprReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models"> <SEASON_ID>4</SEASON_ID> <UserId>1</UserId> <date_type>sample string 7</date_type> <days>sample string 8</days> <ds i:nil="true" /> <errMsg>sample string 2</errMsg> <from_date>sample string 5</from_date> <response>true</response> <season>sample string 3</season> <to_date>sample string 6</to_date> </DprReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.