Economy City Saver
Economy Hatchback
1–14 days
250 km
Petrol
Manual
5 seats
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
Similar: Volkswagen Polo
from EUR 39.00 / day
Deposit EUR 150.00Airport One-Way Compact
Similar: Volkswagen Golf
from EUR 50.70 / day
Deposit EUR 200.00Airport SUV Upgrade
Similar: Skoda Kodiaq
from EUR 37.70 / day
Deposit EUR 300.00Premium Executive
Similar: BMW 5 Series
from EUR 63.70 / day
Deposit EUR 500.00Select pick-up and return dates to see what's 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/"