POST api/{version}/PowerStation/UnassignPowerStation
取消分配电站
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
id 组织ID powerstation_ids 电站ID列表
AssignPowerStationName | Description | Type | Additional 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
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. |