---
title: "Update Vehicle"
method: PUT
path: "/business/v2/vehicles/{vehicleId}"
tags: ["Vehicles"]
---

# Update Vehicle

`PUT /business/v2/vehicles/{vehicleId}`

Endpoint to update a specific Vehicle

## Path parameters

- `vehicleId` string, required — The Vehicle id.

## Request body

- UpdateVehicle — Update vehicle JSON parameters.
  - `number_plate` string — The plate number of the `Vehicle`.
  - `description` string — The description of the `Vehicle`.
  - `vat_deductible` 'NONE' | '40' | '80' | '100'
  - `fuel_type` 'PETROL' | 'DIESEL' | 'METHANE' | 'LPG' | 'LNG' | 'ELECTRIC' | 'UNKNOWN'
  - `status` 'ACTIVE' | 'ARCHIVED'
  - `reimbursement_rate` number — The rate to apply for a `MileageReimbursement`, measured in main `Wallet` currency per km.

## Response `default`

The returned resource is a `Vehicle`

- Vehicle
  - `id` string — The `Vehicle` ID (sortable: no).
  - `number_plate` string — The plate number of the `Vehicle` (sortable: yes).
  - `description` string — The description of the `Vehicle` (sortable: no).
  - `vat_deductible` 'NONE' | '40' | '80' | '100'
  - `fuel_type` 'PETROL' | 'DIESEL' | 'METHANE' | 'LPG' | 'LNG' | 'ELECTRIC' | 'UNKNOWN'
  - `status` 'ACTIVE' | 'ARCHIVED'
  - `creation_time` string — The date and time when the `Vehicle` was created (sortable: yes).
  - `last_update_time` string — The last date and time when the `Vehicle` was updated (sortable: yes).
  - `card_ids` string[] — The list of `Card` ID associated with the vehicle (sortable: no).
  - `reimbursement_rate` number — The rate to apply for a `MileageReimbursement`, measured in main `Wallet` currency per km (sortable: no).

## Other responses

- `400` — Your request has missing arguments or is malformed.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
