POST api/PowerStationMonitor/QueryPowerStationMonitor
Request Information
URI Parameters
None.
Body Parameters
PowerSearch_Monitor_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| PlantStatus | PlantStatus |
None. |
|
| ModeOfContributions | Collection of ModeOfContribution |
None. |
|
| PlantTypes | Collection of PlantType |
None. |
|
| PlanCapacities | Collection of RangeModel |
None. |
|
| powerstation_id | string |
None. |
|
| key | string |
None. |
|
| status | string |
None. |
|
| adcode | string |
None. |
|
| org_id | string |
None. |
|
| orderby | string |
None. |
|
| condition | string |
None. |
|
| powerstation_type | string |
None. |
|
| powerstation_status | string |
None. |
|
| qry_type | integer |
None. |
|
| page_index | integer |
None. |
|
| page_size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"plantStatus": 0,
"modeOfContributions": [
1,
1
],
"plantTypes": [
1,
1
],
"planCapacities": [
{
"min": 1.1,
"max": 2.1
},
{
"min": 1.1,
"max": 2.1
}
],
"powerstation_id": "sample string 1",
"key": "sample string 2",
"status": "sample string 3",
"adcode": "sample string 4",
"org_id": "sample string 5",
"orderby": "sample string 6",
"condition": "sample string 7",
"powerstation_type": "sample string 8",
"powerstation_status": "sample string 9",
"qry_type": 10,
"page_index": 11,
"page_size": 12
}
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. |