POST api/{version}/PowerStation/GetOwnerStationNumByType
判断当前登录人所有/归属/拥有的电站数量
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
type 获取类型 0:所有 1:拥有 2:归属
GetOwnerStationNumByType| Name | Description | Type | Additional information |
|---|---|---|---|
| type |
获取类型 0:所有 1:拥有 2:归属 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"type": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |