Vehicle Type Management REST Endpoints

Vehicle Type Management
The Vehicle Type Management API provides methods to manage the vehicle types in Fleet Monitoring. All methods of this group support a request header named 'X-Oracle-IoT-Org' with a value of an organization ID, which helps you to target requests to different organizations.
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}