Skip to main content

Update vehicle

PUT 

/truckers/vehicles/

Updates the information of an existing vehicle in the fleet. Allows modification of all fields except the license plate. Sent images will replace the existing ones.

Modifiable fields:

  • type: Vehicle type
  • brand: Brand
  • model: Model
  • year: Year
  • images: Images (completely replaced)

Use cases:

  • Update vehicle technical information
  • Change vehicle images
  • Correct erroneous data

Request example:

{
type: RIGID,
brand: Volvo,
model: FH16,
year: 2022
}

Request

Responses

Vehicle successfully updated