POST api/{version}/SmartOperateMaintenance/SetPowerStationWariningAttention

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

设置告警电站信息是否关注(web,app)

SetPowerStationWariningAttention
NameDescriptionTypeAdditional information
stationid

string

None.

warningid

string

None.

attention

string

None.

Request Formats

application/json, text/json

Sample:
{
  "stationid": "sample string 1",
  "warningid": "sample string 2",
  "attention": "sample string 3"
}

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.