Measuring Component REST Endpoints

Devices/Measuring Component
Measuring components are points for which data will be received and stored in the system. A measuring component can be associated to a 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: https://server:port/ouaf/rest/apis/meter/devices/measuringComponents/
Delete Measuring Component
Method: delete
Path: https://server:port/ouaf/rest/apis/meter/devices/measuringComponents/{measuringComponentId}
Get Measuring Component
Method: get
Path: https://server:port/ouaf/rest/apis/meter/devices/measuringComponents/{measuringComponentId}
Update Measuring Component
Method: put
Path: https://server:port/ouaf/rest/apis/meter/devices/measuringComponents/{measuringComponentId}