GET api/{version}/v4/PowerStationSurvey/Gettest
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
PowerSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PlantStatusArry | Collection of integer |
None. |
|
| Key | string |
None. |
|
| AreaCode | string |
None. |
|
| VagueCount | integer |
None. |
|
| PlantQueryType | PlantQueryType |
None. |
|
| PlantEquipment | PlantEquipment |
None. |
|
| PlantStatus | PlantStatus |
None. |
|
| ModeOfContributions | Collection of ModeOfContribution |
None. |
|
| ChangeModeOfContributions | ModeOfContribution |
None. |
|
| PlantTypes | Collection of PlantType |
None. |
|
| PlanCapacities | Collection of RangeModel |
None. |
|
| Pager | ApiPager |
None. |
|
| ModuleCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"plantStatusArry": [
1,
2
],
"key": "sample string 1",
"areaCode": "sample string 2",
"vagueCount": 3,
"plantQueryType": 1,
"plantEquipment": 0,
"plantStatus": 0,
"modeOfContributions": [
1,
1
],
"changeModeOfContributions": 1,
"plantTypes": [
1,
1
],
"planCapacities": [
{
"min": 1.1,
"max": 2.1
},
{
"min": 1.1,
"max": 2.1
}
],
"pager": {
"pageIndex": 1,
"pageSize": 2,
"records": 3,
"sidx": "sample string 4",
"sord": "sample string 5",
"totalPage": 2
},
"moduleCode": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}