Meter REST Endpoints

Devices/Meter
Meters are devices that measure utility consumption and can be installed at service point locations. There are different classes of meters with different attributes and behavior Smart Meter: these meters are associated to a head end system and support smart meter commands. The measuring components associated to these devices are expected to be read very frequently. These meters support periodic estimation AMR Meter: these meters may also be associated to a head end system but they do not support smart meter commands. The measuring components are read frequently. Manual Meter: these meters are seldom read and do not support smart meter commands.
Create Meter
Method: post
Path: /rest/apis/meter/devices/meters/
Delete Meter
Method: delete
Path: /rest/apis/meter/devices/meters/{meterId}
Get Meter Details
Method: get
Path: /rest/apis/meter/devices/meters/{meterId}
Update Meter
Method: put
Path: /rest/apis/meter/devices/meters/{meterId}