cURL
curl --request PUT \ --url https://api.app.fleetit.com/api/vehicle/{ID}/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "lessee_renter": "", "plate_number": "", "plate_state": "", "tracking_code": "", "vehicle_make": "", "vehicle_model": "", "year": "" }'
Update a vehicle in the system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
""
Was this page helpful?