Meter REST Endpoints
Devices/Meter
Meters are devices that measure utility consumption and can be installed at service point locations. Meters can be smart and associated with a head end system to support automated commands and interval measurement data collection, associated with an automated reading system without smart commands, or manually read and operated.
- Create Meter
- Method: postPath:
/rest/apis/meter/devices/meters/
- Delete Meter
- Method: deletePath:
/rest/apis/meter/devices/meters/{meterId}
- Get Meter Details
- Method: getPath:
/rest/apis/meter/devices/meters/{meterId}
- Update Meter
- Method: putPath:
/rest/apis/meter/devices/meters/{meterId}