POST api/{version}/v1/Setting/UpdatePowerStationIndexInfo
诊断设置-更新-电站指标信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
UpdatePsIndexInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| pw_id | string |
None. |
|
| index_up | decimal number |
None. |
|
| index_down | decimal number |
None. |
|
| time_span | integer |
None. |
|
| current_user_id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"pw_id": "sample string 2",
"index_up": 3.0,
"index_down": 4.0,
"time_span": 5,
"current_user_id": "sample string 6"
}
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. |