Device Zones REST Endpoints

Device Catalog/Device Zones
Use for managing device zones.
Create a Device Zone
Method: post
Path: /api/device/Zones
Delete a Device Zone
Method: delete
Path: /api/device/Zones/{id}
Get a Device Zone by ID
Method: get
Path: /api/device/Zones/{id}
Get Device Zones
Method: get
Path: /api/device/Zones
Get Device Zones for Combo Boxes and Item Selectors
Method: get
Path: /api/device/Zones/readForSelect
Update a Device Zone
Method: put
Path: /api/device/Zones/{id}