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.

Path Parameters

case_id
string
required

Unique case identifier (ULID format).

vehicle_id
string
required

Body

application/json
vehicle_type
enum<string>
required
Available options:
automobile,
motorcycle,
recreational_vehicle,
boat,
commercial_vehicle,
classic_car,
trailer,
off_highway_vehicle,
farm_equipment,
aircraft,
other
year
integer
make
string
model
string
vin
string

Full VIN.

license_plate
string
registration_state
string
Required string length: 2
title_status
enum<string>
Available options:
clean,
salvage,
rebuilt,
lien_present,
missing,
unknown
ownership_type
enum<string>
Available options:
sole_owner,
joint_owner,
transfer_on_death,
leased,
other
co_owner_name
string
estimated_value
number<double>
valuation_source
enum<string>
Available options:
kelley_blue_book,
nada,
edmunds,
appraisal,
owner_estimate
lien_holder
string
lien_payoff_amount
number<double>
mileage
integer
condition
enum<string>
Available options:
excellent,
good,
fair,
poor
location
string
disposition
enum<string>
Available options:
keep,
transfer_to_heir,
sell,
donate,
junk,
pending_decision
institution_contact_id
string
notes
string

Response

Vehicle updated.

data
object