Sixt is accelerating the digitalization of its core rental product. While our booking flow has been fully digital for decades, the checkout and counter experience—historically delivered by rental sales agents—remains the most impactful part of the customer journey. The central challenge is upselling: matching the effectiveness, personalization, and situational nuance of in-person agents in a seamless digital flow. Your task is to design and prototype an outstanding digital upsell experience that rivals the counter. Focus on core revenue-drivers such as vehicle upgrades, protection products, and optional add-ons. Leverage the latest possibilities of generative AI to deliver personalized recommendations, contextual sales guidance, dynamic storytelling, or entirely new interaction patterns that a human agent could never scale. The goal is to redefine how customers discover value—intuitively, transparently, and with delight—before they start their journey with Sixt.
https://hackatum25.sixt.io/
POST /api/booking
GET /api/booking/<BOOKING_ID>
GET /api/booking/<BOOKING_ID>/vehicles
GET /api/booking/<BOOKING_ID>/protections
GET /api/booking/<BOOKING_ID>/addons
POST /api/booking/<BOOKING_ID>/vehicles/<VEHICLE_ID>
POST /api/booking/<BOOKING_ID>/protections/<PACKAGE_ID>
POST /api/booking/<BOOKING_ID>/complete
We have a car parked at the campus, this car can be unlocked / locked / letting it blink via API
POST /api/car/lock
POST /api/car/unlock
POST /api/car/blink
Postman collection is available in the postman directory. It can be easily imported into postman to test the API.
