put
/v1/vehicles/{id}
Update the Vehicle record matching the specified id.
You can also update a with a request to PUT /v1/vehicles
by including the partner_vehicle_id
query parameter.
Authorization
bearer
Request Parameters
1 Path Parameter
Request Body
1 Example
Schema
vehicle
object
1 validation + required
Responses
OK
Schema
id
integer
Unique id assigned to this Vehicle by DigiSURE.
4 validations + required
partner_vehicle_id
string
Unique id assigned to this Vehicle by your organization.
1 validation
type
string
Type of vehicle.
2 validations + required
subtype
string
vehicle sub type.
2 validations
make_name
string
Vehicle manufacturer name.
1 validation
model_name
string
Vehicle model name.
1 validation
trim_name
string
Trim name.
1 validation
year
integer
Four-digit year manufactured.
1 validation
odometer
integer
Odometer reading in miles.
1 validation
license_plate
string
Full license plate string.
1 validation + required
vin
string
vin (Vehicle Identification Number).
1 validation + required
custom_fields
object
owner
object
1 validation
created_at
string
2 validations
updated_at
string
2 validations
address
object
1 validation
Send a Test Request
PUT
Send requests directly from the browser (CORS must be enabled)
Path Params
1 path param not set
id
$$.env
1 variable not set
bearer_token