Economy City Saver
Economy Hatchback
Affordable category for short city trips.
Economy manual or automatic hatchback for city trips.
Similar: Volkswagen Polo
from EUR 39.00 / day
Deposit EUR 150.00Short-term rental
Pick your dates, book a category, and we assign the right vehicle at pickup. From EUR 39.00/day.
Economy City Saver
Affordable category for short city trips.
Economy manual or automatic hatchback for city trips.
Similar: Volkswagen Polo
from EUR 39.00 / day
Deposit EUR 150.00Airport One-Way Compact
Flexible compact rental for everyday travel and airport journeys.
Compact automatic car with air conditioning.
Similar: Volkswagen Golf
from EUR 50.70 / day
Deposit EUR 200.00Airport SUV Upgrade
Spacious SUV for families and luggage.
SUV category for families, luggage, and winter routes.
Similar: Skoda Kodiaq
from EUR 37.70 / day
Deposit EUR 300.00Premium Executive
Premium vehicle for comfortable executive travel.
Premium sedan category for executive trips.
Similar: BMW 5 Series
from EUR 63.70 / day
Deposit EUR 500.00Select pick-up and return dates to see what is available.
Choose the vehicle class that fits your trip.
Confirm your booking, the rental fee, and deposit.
Pick up your car, complete the handover, and enjoy.
Demo tenant: demo-wave2 · rental: demo-rental-airport
Local demo credentials only — not real accounts.
operator.manager@ecpv2.local••••••••••
company.manager@ecpv2.local••••••••••
company.accountant@ecpv2.local••••••••••
customer.demo@ecpv2.local••••••••••
customer.onboarding@ecpv2.local••••••••••
X-Partner-Key · pk_demoota_demo_rental_airport••••••••••
Partner key prefix (public id): pk_demoota_demo_rental_airport
pk_••••.sk-••••
export BASE=http://localhost:8010 export KEY="<paste the partner key above>"
curl -H "X-Partner-Key: $KEY" \ "$BASE/api/partner/v1/availability/?pickup_date=2026-07-01&return_date=2026-07-04"
curl -X POST -H "X-Partner-Key: $KEY" -H "Content-Type: application/json" \
-d '{"offer_id": 1, "pickup_date": "2026-07-01", "return_date": "2026-07-04"}' \
"$BASE/api/partner/v1/quote/"
curl -X POST -H "X-Partner-Key: $KEY" -H "Content-Type: application/json" \
-d '{"offer_id": 1, "pickup_date": "2026-07-01", "return_date": "2026-07-04", "guest": {"email": "guest@example.com", "name": "Guest"}}' \
"$BASE/api/partner/v1/bookings/"
curl -H "X-Partner-Key: $KEY" "$BASE/api/partner/v1/bookings/1/"
curl -X POST -H "X-Partner-Key: $KEY" "$BASE/api/partner/v1/bookings/1/cancel/"