Item REST Endpoints

Devices/Item
Items can be either "badged" or "unbadged" . Badged items are devices that are individually tracked and can be installed at service point locations that typically have consumption but are not directly measured and therefore do not have any measuring components.
Create Item
Method: post
Path: /rest/apis/meter/devices/items/
Delete Item
Method: delete
Path: /rest/apis/meter/devices/items/{itemId}
Get Item
Method: get
Path: /rest/apis/meter/devices/items/{itemId}
Update Item
Method: put
Path: /rest/apis/meter/devices/items/{itemId}