POST api/v2/PlantSearch/GetWarning

Request Information

URI Parameters

None.

Body Parameters

SearchWarningRequestModel
NameDescriptionTypeAdditional 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

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.