Represents a comprehensive Vehicle record within the OnTime API.
![]() |
Vehicle
Represents a comprehensive Vehicle record within the OnTime API.
|
| Name | Description | Data Type |
|---|---|---|
| ID | The unique identifier for this Vehicle record. | string |
| FleetID | Gets the fleet identifier of the current vehicle. | string |
| Type | The type or category name assigned to this Vehicle. | string |
| Capacity | The loading capacity of this Vehicle. | string |
| OdometerReading | The current Odometer reading of this Vehicle. | integer |
| VehicleIdentificationNumber | The vehicle identification number (VIN) assigned to this Vehicle. | string |
| RegistrationPlate | The license plate number of this Vehicle. | string |
| Comments | Any additional comments associated with this Vehicle. | string |
| Manufacturer | Gets the manufacturer of the current vehicle. | string |
| Model | The identifying model of this Vehicle defined by the manufacturer. | string |
| Year | The year that this Vehicle was manufactured. | integer |
| Owner | The name of the party that owns this Vehicle. | string |
| IsCompanyVehicle | Indicates if this Vehicle is company-owned. | boolean |
| Capabilities | A short description detailing the capabilities of this Vehicle. | string |