POST api/{version}/v4/HomeApp/StatPowerGeneration
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
StatPowerGenerationQryParamName | Description | Type | Additional information |
---|---|---|---|
qry_org_type | integer |
None. |
|
qry_type | integer |
None. |
|
qry_date | string |
None. |
|
qry_pwid | string |
None. |
|
qry_sn | string |
None. |
|
plant_type | integer |
None. |
|
target_type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "qry_org_type": 1, "qry_type": 2, "qry_date": "sample string 3", "qry_pwid": "sample string 4", "qry_sn": "sample string 5", "plant_type": 6, "target_type": 7 }
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. |