POST api/{version}/v2/PlantSearch/GetWarningStatistics
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
SearchWarningRequestModelName | Description | Type | Additional information |
---|---|---|---|
WarningStatus | 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:
{ "warningStatus": 1, "key": "sample string 2", "areaCode": "sample string 3", "vagueCount": 4, "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 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FaultModelName | Description | Type | Additional information |
---|---|---|---|
Total | integer |
None. |
|
Happened | integer |
None. |
|
Recovery | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "total": 1, "happened": 2, "recovery": 3 }