POST api/PwInventers/UpdateInventers
更新电站设备
Request Information
URI Parameters
None.
Body Parameters
关系ID id 设备名称 it_name 设备SN it_sn 设备校验码 it_checkcode
InventersParamData| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| pw_id | string |
None. |
|
| it_name | string |
None. |
|
| it_sn | string |
None. |
|
| it_type | string |
None. |
|
| it_capacity | string |
None. |
|
| it_checkcode | string |
None. |
|
| conn_date | string |
None. |
|
| param_err | string |
None. |
|
| it_change_flag | boolean |
None. |
|
| battery_capacity | decimal number |
None. |
|
| status | integer |
None. |
|
| con_equipment | integer |
None. |
|
| con_equipment_sn | string |
None. |
|
| check_code | string |
None. |
|
| ActualCapacity | decimal number |
None. |
|
| PVNum | integer |
None. |
|
| master | integer |
None. |
|
| parallel_code | string |
None. |
|
| current_user_id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"pw_id": "sample string 2",
"it_name": "sample string 3",
"it_sn": "sample string 4",
"it_type": "sample string 5",
"it_capacity": "sample string 6",
"it_checkcode": "sample string 7",
"conn_date": "sample string 8",
"param_err": "sample string 9",
"it_change_flag": true,
"battery_capacity": 11.0,
"status": 12,
"con_equipment": 13,
"con_equipment_sn": "sample string 14",
"check_code": "sample string 15",
"actualCapacity": 1.0,
"pvNum": 1,
"master": 1,
"parallel_code": "sample string 16",
"current_user_id": "sample string 17"
}
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. |