GET api/MeterRead/{MeterID}/{FromDate}/{ToDate}
Returns Beginning and Ending Meter Readings based on a MeterID and from date(MM-DD-YYYY) and to date(MM-DD-YYYY).
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
MeterID |
The Meter ID you are searching for |
string |
Required |
FromDate |
The Start Date you are searching for in MM-DD-YYYY format. |
string |
Required |
ToDate |
The End Date you are searching for in MM-DD-YYYY format. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.