POST api/MeterRead/SharingMeterReadRecord
添加抄表记录 公摊仪表
Request Information
URI Parameters
None.
Body Parameters
MeterReadRecordRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskId |
主任务id |
string |
None. |
| PersonTaskId |
个人任务id |
string |
None. |
| TaskItemId |
子任务id |
string |
None. |
| MeterId |
设备id |
string |
None. |
| MeterType |
仪表类型 true-套户仪表 false-公摊仪表 |
boolean |
None. |
| PrevRecord |
上期读数 |
decimal number |
None. |
| ThisRecord |
本期读数 |
decimal number |
None. |
| IsChangeWatch |
是否换表 |
boolean |
None. |
| initializationRecord |
换表初始化表度数 |
decimal number |
None. |
| CompleteDate |
本次抄表时间 |
date |
None. |
| CId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskId": "sample string 1",
"PersonTaskId": "sample string 2",
"TaskItemId": "sample string 3",
"MeterId": "sample string 4",
"MeterType": true,
"PrevRecord": 6.0,
"ThisRecord": 7.0,
"IsChangeWatch": true,
"initializationRecord": 9.0,
"CompleteDate": "2025-12-07 04:18:14",
"CId": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": "sample string 3"
}