Skip to main content
PATCH
Update vehicle

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json.

Path Parameters

businessId
string<uuid>
required

The UUID of the business.

vehicleId
string<uuid>
required

The UUID of the vehicle.

Body

application/json

All fields are optional. Only provided fields will be updated.

external_id
string | null

An optional external identifier for the vehicle.

make_and_model
string

The make and model of the vehicle.

year
integer

The model year of the vehicle.

license_plate
string | null

The license plate number of the vehicle.

vin
string | null

The Vehicle Identification Number (VIN).

description
string | null

An optional description or notes about the vehicle.

is_primary
boolean

Whether this should be the primary vehicle.

Response

The updated vehicle.

data
object
required