oocar
CtrlK
  • 🚧Getting started
  • Authentication
  • Errors
  • Query Parameters
  • Routes
    • Authentication
    • Organisation
    • Dashboard
    • Vehicle
    • Device
    • User
    • Trip
    • πŸ”šπŸš§ Opportunity
    • πŸ”šπŸš§ Thirdparty
    • πŸ”šπŸš§ More
  • Models
    • πŸ’¬Address
    • πŸ’¬CarBrand
    • πŸ’¬CarData
    • πŸ’¬CarDtc
    • πŸ’¬CarModel
    • πŸ’¬CarVersion
    • πŸ’¬Contact
    • πŸ’¬DashboardKpi
    • πŸ’¬DashboardKpiData
    • πŸ’¬Device
    • πŸ’¬Diagnostic
    • πŸ’¬Fleet
    • πŸ’¬FleetVehicle
    • πŸ’¬Opportunity
    • πŸ’¬OpportunityHistory
    • πŸ’¬OpportunityReminder
    • πŸ’¬OpportunitySetting
    • πŸ’¬OpportunitySettingFollowUp
    • πŸ’¬OpportunityTarget
    • πŸ’¬Organisation
    • πŸ’¬OrganisationAddress
    • πŸ’¬Poi
    • πŸ’¬TireBrand
    • πŸ’¬Trip
    • πŸ’¬TripEvent
    • πŸ’¬User
    • πŸ’¬UserVehicle
    • πŸ’¬Vehicle
    • πŸ’¬VehicleDevice
    • πŸ’¬VehiclePiece
    • πŸ’¬VehicleSchedule
    • ❌TripVariable
    • ❌TripWarning
    • ❌VehicleMileage
    • ❌UserState
Powered by GitBook
On this page
  • Default Fields
  • Optional Fields
  • Nested Fields

Was this helpful?

  1. Models

πŸ’¬CarModel

Represent a car model.

Default Fields

Name

Type

id

id_brand

model_name

String

model_image

String

year_start

Number

year_end

Number

obd_location_xee

Number

obd_location_progressive

Number

obd_location_obf

Number

obd_location_carmd

Number

spids

String

count_versions

Number

status

String

'', 0 or null is available | 'N', 'D' or 1 is unavailable

Optional Fields

Nested Fields

Name

Type

brand

Brand

obd_proposals

versions

PreviousCarDtcNextCarVersion

Last updated 6 years ago

Was this helpful?