POST api/{version}/PowerStation/UnassignPowerStation

取消分配电站

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

id 组织ID powerstation_ids 电站ID列表

AssignPowerStation
NameDescriptionTypeAdditional information
powerstation_ids

Collection of string

None.

id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "powerstation_ids": [
    "sample string 1",
    "sample string 2"
  ],
  "id": "sample string 1"
}

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.