POST api/v3/PlantSearch/GetWarningStatistics

Request Information

URI Parameters

None.

Body Parameters

warnSearchModel
NameDescriptionTypeAdditional information
Key

string

None.

AreaCode

string

None.

VagueCount

integer

None.

PlantStatus

PlantStatus

None.

ChangeModeOfContributions

ModeOfContribution

None.

PlantTypes

Collection of PlantType

None.

PlanCapacities

Collection of RangeModel

None.

Pager

ApiPager

None.

ModuleCode

string

None.

WarningStatus

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "key": "sample string 1",
  "areaCode": "sample string 2",
  "vagueCount": 3,
  "plantStatus": 0,
  "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",
  "warningStatus": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

FaultModel
NameDescriptionTypeAdditional information
Total

integer

None.

Happened

integer

None.

Recovery

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "total": 1,
  "happened": 2,
  "recovery": 3
}