Update Vehicle
PUT
/fleets/vehicles/{id}Request
Path Params
id
required
ID of vehicle
Query Params
status
required
Status of vehicle
available_until
optional
Vehicle available until
available_date
optional
Vehicle available date
plate
required
Vehicle plate
vehicle_key
optional
Vehicle Key
year
optional
Vehicle Year
color
optional
Vehicle color
vin
optional
Vehicle vin
odometer
optional
Vehicle odometer
fuel_level
optional
Vehicle fuel level
Responses
OK(200)
Parameter Error(422)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
successful operation
Data Schema
object {0}
Example
{}
Last modified: 2 days ago