POST api/v4/StatisticAnalysis/StatPowerGenerationPaging
Request Information
URI Parameters
None.
Body Parameters
StatPowerGenerationPagingParam| Name | Description | Type | Additional information |
|---|---|---|---|
| qry_business_type | integer |
None. |
|
| qry_type | integer |
None. |
|
| qry_date | string |
None. |
|
| qry_date_end | string |
None. |
|
| qry_pwid | string |
None. |
|
| qry_sn | string |
None. |
|
| page | ApiPager |
None. |
Request Formats
application/json, text/json
Sample:
{
"qry_business_type": 1,
"qry_type": 2,
"qry_date": "sample string 3",
"qry_date_end": "sample string 4",
"qry_pwid": "sample string 5",
"qry_sn": "sample string 6",
"page": {
"pageIndex": 1,
"pageSize": 2,
"records": 3,
"sidx": "sample string 4",
"sord": "sample string 5",
"totalPage": 2
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |