POST api/{version}/PwInventers/QueryInventersChangeHistory
设备更换历史查询
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
pw_id 电站ID
QryInventers| Name | Description | Type | Additional information |
|---|---|---|---|
| pw_id | string |
None. |
|
| page_index | integer |
None. |
|
| page_size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"pw_id": "sample string 1",
"page_index": 2,
"page_size": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
id 更换历史ID ch_no 序号 pw_id 选择电站的ID it_name_new 设备名称(新) it_sn_new 设备SN(新) it_name_old 设备名称(旧) it_sn_old 设备SN(旧) change_date 更换时间 change_userid 更换人id memo 备注 param_err 错误参数,以","分割
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. |