Skip to main content
PATCH
Update a vehicle

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

business_id
string<biz_string>
required
vehicle_id
string<vhc_string>
required

Body

application/json
external_id
string | null

The external ID of the Vehicle

Maximum string length: 255
description
string | null

A human-readable description of the vehicle

Maximum string length: 255
make
string | null

The make of the vehicle

Maximum string length: 255
model
string | null

The model of the vehicle

Maximum string length: 255
year
integer | null

The model year of the vehicle

license_plate
string | null

The license plate of the vehicle

Maximum string length: 32
vin
string | null

The Vehicle Identification Number

Maximum string length: 17
is_active
boolean | null

Whether the vehicle is active

Response

Successful Response

data
VehiclePublic · object
required