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: postPath:
/fleetMonitoring/clientapi/v2/vehicleTypes
- Delete Vehicle Type by ID
- Method: deletePath:
/fleetMonitoring/clientapi/v2/vehicleTypes/{type-id}
- List Vehicle Types
- Method: getPath:
/fleetMonitoring/clientapi/v2/vehicleTypes
- Retrieve Vehicle Type by ID
- Method: getPath:
/fleetMonitoring/clientapi/v2/vehicleTypes/{type-id}
- Retrieve vehicle type count
- Method: getPath:
/fleetMonitoring/clientapi/v2/vehicleTypes/count
- Retrieve Vehicle Type pre-seeded fields
- Method: getPath:
/fleetMonitoring/clientapi/v2/vehicleTypes/fields
- Update Vehicle Type by ID
- Method: postPath:
/fleetMonitoring/clientapi/v2/vehicleTypes/{type-id}