Skip to content
Developers API v302
API reference

Update vehicle

Bearer auth
POST /api/v302/vehicles/edit

Updates a vehicle in the authenticated owner's account.

Endpoint

POST https://getrentacar.com/api/v302/vehicles/edit

Request headers
Header Required? Example Description
Authorization required Bearer 000:XXXXXXX Your API token
Request parameters

All parameters accepted by creating a vehicle.

This is a replacement-style legacy operation. Read the current vehicle first and send every value that must remain populated; omitted fields may be cleared.

Parameter Required? Type Description
vehicle_id required int Vehicle ID
Interactive console

Try it

Explicit requests only
Interactive sending is disabled for this replacement-style operation to prevent accidental data loss. Read the current resource, merge your changes, and use the generated example or OpenAPI specification.