Machine Types REST Endpoints

Machine Types
API for managing machine types in production monitoring application
Create machine type
Method: post
Path: /productionMonitoring/clientapi/v2/machineTypes
Delete machine type by ID
Method: delete
Path: /productionMonitoring/clientapi/v2/machineTypes/{type-id}
Replace machine type by ID
Method: put
Path: /productionMonitoring/clientapi/v2/machineTypes/{type-id}
Retrieve all machine types
Method: get
Path: /productionMonitoring/clientapi/v2/machineTypes
Retrieve machine type by ID
Method: get
Path: /productionMonitoring/clientapi/v2/machineTypes/{type-id}
Retrieve machine type count
Method: get
Path: /productionMonitoring/clientapi/v2/machineTypes/count
Update machine type by ID
Method: post
Path: /productionMonitoring/clientapi/v2/machineTypes/{type-id}