Vehicle Type Management REST Endpoints

Vehicle Type Management
The Vehicle Type Management API provides methods to manage the vehicle types in Oracle IoT Fleet Monitoring Cloud Service.
Create Vehicle Type
Method: post
Path: /fleetMonitoring/clientapi/v2/vehicleTypes
Delete Vehicle Type by ID
Method: delete
Path: /fleetMonitoring/clientapi/v2/vehicleTypes/{type-id}
List Vehicle Types
Method: get
Path: /fleetMonitoring/clientapi/v2/vehicleTypes
Retrieve Vehicle Type by ID
Method: get
Path: /fleetMonitoring/clientapi/v2/vehicleTypes/{type-id}
Retrieve vehicle type count
Method: get
Path: /fleetMonitoring/clientapi/v2/vehicleTypes/count
Retrieve Vehicle Type pre-seeded fields
Method: get
Path: /fleetMonitoring/clientapi/v2/vehicleTypes/fields
Update Vehicle Type by ID
Method: post
Path: /fleetMonitoring/clientapi/v2/vehicleTypes/{type-id}