POST api/MeterRead/MeterReadRecord
添加抄表记录 套户仪表
Request Information
URI Parameters
None.
Body Parameters
MeterRecordRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| taskModel | string |
None. |
|
| recordModel | string |
None. |
|
| CId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"taskModel": "sample string 1",
"recordModel": "sample string 2",
"CId": "sample string 3"
}
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"
}