POST api/{version}/v4/PowerStationMonitor/SearchPowerStation

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

PowerSearchModel_V4
NameDescriptionTypeAdditional information
PlantStatusArry

Collection of integer

None.

qry_type

integer

None.

Key

string

None.

VagueCount

integer

None.

PlantQueryType

PlantQueryType

None.

PlantStatus

PlantStatus

None.

ModeOfContributions

Collection of ModeOfContribution

None.

PlantTypes

Collection of PlantType

None.

PlanCapacities

Collection of RangeModel

None.

Page

ApiPager

None.

ModuleCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "plantStatusArry": [
    1,
    2
  ],
  "qry_type": 1,
  "key": "sample string 2",
  "vagueCount": 3,
  "plantQueryType": 1,
  "plantStatus": 0,
  "modeOfContributions": [
    1,
    1
  ],
  "plantTypes": [
    1,
    1
  ],
  "planCapacities": [
    {
      "min": 1.1,
      "max": 2.1
    },
    {
      "min": 1.1,
      "max": 2.1
    }
  ],
  "page": {
    "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

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.