Returns a singular Vehicle object

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

id

integer

required

The id of the vehicle

api-version

integer

required

Target API version

``200 Success

object

connected

boolean

required

connected_car_device_firmware

string | null

required

connected_car_device_last_updated

date-time | null

required

device

string | null

required

fuel

object

required

unit

string

required

will always return L for Liters

capacity

number

required

value

number

required

id

integer

required

license

string | null

required

links

object

required

fleet

object | null

required

fleet object | null

fleets

array of objects

required

fleets*

object

id

integer

ID of the associated resource

href

string

Link to the associated resource

make

string | null

required

model

string | null

required

odometer

object

required

value

float

required

0.0 indicates no reading was found

unit

string

required

off_lot

boolean | null

required

physical_location

string | null

required

power_train

string | null

required

status

string | null

required

stock_number

string | null

required

toll_tag_number

string | null

required

vin

string | null

required

year

integer

required

color

string | null

required

acriss_code

string | null

required

acriss_model_description

string | null

required

updated_at date-time

required

created_at date-time

required

days_off_contract

integer

required

rdr_date date | null

required

The retail delivery report (RDR) date from the associated parking lot

maturity_date date | null

required

The maturity date of the vehicle

in_service_date date-time | null

required

The in-service date of the vehicle disposed_at date-time | null

required

telematics_source

string

required

telematics_enrolled boolean

required

currently_rented_to_customer_id

integer | null

required

``401 Unauthorized

``403 Forbidden

``404 Not found

``406 Not Acceptable

Updated3 months ago


ShellNodeRubyPHPPython

Bearer

Base URL

https://api.dealerware.com/admin/vehicles/{id}


xxxxxxxxxx

curl --request GET \
 
     --url https://api.dealerware.com/admin/vehicles/id \
 
     --header 'accept: application/json'

xxxxxxxxxx

{

"connected": true,

"connected_car_device_firmware": "281110619:159:11",

"connected_car_device_last_updated": "2020-06-11T15:08:53Z",

"device": "motorq",

"fuel": {

"unit": "L",

"capacity": 20,

"value": 10

},

"id": 23561,

"license": "DNL445",

"links": {

"fleet": {

"id": 2,

"href": "https://api.dw-tst.com/admin/some_resources/2"

},

"fleets": [
    
      {
    
        "id": 2,
    
        "href": "https://api.dw-tst.com/admin/some_resources/2"
    
      }
    
    ]

},

"make": "Audi",

"model": "Q5",

"odometer": {

"value": 3293.5,

"unit": "km"

},

"off_lot": true,

"physical_location": "Lot A",

"power_train": "mechanical",

"status": "rented",

"stock_number": "VV111",

"toll_tag_number": "HMSJNFDS",

"vin": "1FT7W2BT4DEB5192",

"year": 2020,

"color": "Blue",

"acriss_code": "CFAR",

"acriss_model_description": "Compact SUV Automatic With AC",

"updated_at": "2024-01-15T00:00:00Z",

"created_at": "2024-01-15T00:00:00Z",

"days_off_contract": 7,

"rdr_date": "2024-03-15",

"maturity_date": "2024-06-15",

"in_service_date": "2024-01-15T00:00:00Z",

"disposed_at": "2024-06-15T00:00:00Z",

"telematics_source": "motorq",

"telematics_enrolled": true,

"currently_rented_to_customer_id": 12345

}