GET api/Meter/NonAMR/MonthVol
Returns Monthly volumes of a Manual Meter for current month/year.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MeterMonthVolume| Name | Description | Type | Additional information |
|---|---|---|---|
| MeterDate | string |
None. |
|
| MeterID | string |
None. |
|
| MonthlyVolume | string |
None. |
|
| FlowCalc | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MeterDate": "sample string 1",
"MeterID": "sample string 2",
"MonthlyVolume": "sample string 3",
"FlowCalc": "sample string 4"
}
application/xml, text/xml
Sample:
<MeterMonthVolume xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WINSWebAPI.Models"> <FlowCalc>sample string 4</FlowCalc> <MeterDate>sample string 1</MeterDate> <MeterID>sample string 2</MeterID> <MonthlyVolume>sample string 3</MonthlyVolume> </MeterMonthVolume>