Update a vehicle
PATCH /vehicles/{vehicle_id}
PATCH
/vehicles/{vehicle_id}
Update an existing vehicle
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” vehicle_id
required
string
Vehicle ID
Request Body required
Section titled “Request Body required ”object
external_id
string
name
string
resource_group_id
string
metadata
object
key
additional properties
any
organization_id
string
archived
boolean
tanks
object
tanks
Array<object>
object
name
string
actual
number
size
number
max_total_fuel
number
max_total_weight
number
fuel_type
string
ownership
string
status
string
status_color
string
license_plate
string
make
string
model
string
vin
string
year
string
meter_value
string
meter_date
string format: date
vehicle_type
string
linked_vehicle_id
string
unit_id
string
attributes
Array<string>
service_area_id
string
Responses
Section titled “ Responses ”Vehicle updated
object
id
string
company_id
string | null
external_id
string | null
name
string | null
resource_group_id
string | null
metadata
object | null
organization_id
string | null
archived
boolean
tanks
object
tanks
Array<object>
object
name
string
actual
number
size
number
max_total_fuel
number
max_total_weight
number
fuel_type
string | null
ownership
string | null
status
string | null
status_color
string | null
license_plate
string | null
make
string | null
model
string | null
vin
string | null
year
string | null
meter_value
string | null
meter_date
string | null format: date
vehicle_type
string | null
linked_vehicle_id
string | null
unit_id
string | null
attributes
array | null
service_area_id
string | null
date_created
string | null format: date-time
Vehicle not found