POST api/Weather/GetCurrentWeatherList

获取实时天气列表

Request Information

URI Parameters

None.

Body Parameters

powerstation_id_list 电站id列表

Weather
NameDescriptionTypeAdditional information
powerstation_id_list

Collection of string

None.

pw_longitude

string

None.

pw_latitude

string

None.

Request Formats

application/json, text/json

Sample:
{
  "powerstation_id_list": [
    "sample string 1",
    "sample string 2"
  ],
  "pw_longitude": "sample string 1",
  "pw_latitude": "sample string 2"
}

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.