POST api/{version}/v4/StatisticAnalysis/StatPowerGeneration
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
StatPowerGenerationParamName | 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. |
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" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |