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