Measuring Component REST Endpoints

Devices/Measuring Component
Measuring components represent registers or channels for which data is received and stored in the system. A measuring component can be associated with a metering device, which can have one or more measuring components, or it can be virtual or stand-alone meaning that it is not associated to a device.
Create Measuring Component
Method: post
Path: /rest/apis/meter/devices/measuringComponents/
Delete Measuring Component
Method: delete
Path: /rest/apis/meter/devices/measuringComponents/{measuringComponentId}
Get Measuring Component
Method: get
Path: /rest/apis/meter/devices/measuringComponents/{measuringComponentId}
Update Measuring Component
Method: put
Path: /rest/apis/meter/devices/measuringComponents/{measuringComponentId}