POST api/v3/PlantSearch/GetWarning
Request Information
URI Parameters
None.
Body Parameters
warnSearchModelName | Description | Type | Additional 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
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |