Get Offers
GetOffersFull Description
Use this when you want to get Sixt car offers for a certain location. User should provide a station, date and time for pickup and return as well as a type of car they want to book.SelectLocation tool MUST be called first. LocationSelectionID from that endpoint's is used here.
Parameters (4 required, 13 optional)
pickup_datestringrequired,The pickup date in ISO format (e.g., 'YYYY-MM-DD').
pickup_location_selection_idstringrequired,The location selection id returned by SelectLocation for the pickup location. Pickup and return location ids can be the same if the location is the same.
return_datestringrequired,The return date in ISO format (e.g., 'YYYY-MM-DD').
return_location_selection_idstringrequired,The location selection id returned by SelectLocation for the return location. Pickup and return location ids can be the same if the location is the same
car_group_typesarrayIf specified, only offers matching one of the given car group types will be returned. Slice of strings with group types. Valid values are as follows: SMALL_SEDAN, SEDAN, SUV, SPECIAL_SEDAN, LUXURY_SEDAN, ELECTRIC_SEDAN, SPECIAL_HYBRID_SEDAN, SPECIAL_SUV, SPECIAL_COUPE, LUXURY_COUPE, MIDSIZE_SUV, LUXURY_SUV, CONVERTIBLE, SPECIAL_CONVERTIBLE, LUXURY_CONVERTIBLE, MINI_VAN, VAN, PICKUP_TRUCKS, PREMIUM_COUPE, FULL_SIZE_SUV, LARGE_LUXURY_SUV, LARGE_LUXURY_SEDAN, HATCHBACK, STATION_WAGON, ECONOMY_SEDAN, FULL_SIZE_SEDAN, ULTRA_LUXURY_SEDAN, FULL_SIZE_LUXURY_SEDAN, SPECIAL_LUXURY_SEDAN, ULTRA_LUXURY_SUV, LARGE_FULL_SIZE_SUV, FULL_SIZE_LUXURY_SUV, ULTRA_LUXURY_CONVERTIBLE, , // Some unclassified new types, MINI_SEDAN, SMALL_SEDAN_AUTOMATIC, MIDSIZE_SEDAN, MIDSIZE_ELECTRIC_CAR, MIDSIZE_ESTATE, SMALL_CONVERTIBLE, PREMIUM_SEDAN, FULL_SIZE_ESTATE, SMALL_PREMIUM_SEDAN, SMALL_SUV, PREMIUM_SUV, SMALL_ESTATE, PREMIUM_ESTATE, SMALL_SPORTS_CONVERTIBLE, PREMIUM_ELECTRIC_CAR, LUXURY_ESTATE, LUXURY_ELECTRIC_CAR, MIDSIZE_CONVERTIBLE, EXTRAORDINARY_ELECTRIC_CAR
has_navigationbooleanIf true, only offers for cars with built-in GPS/navigation will be returned.
min_bags_countintegerIf specified, only offers for cars with at least this many bags (luggage) capacity will be returned.
min_passengers_countintegerIf specified, only offers for cars that can fit at least this many passengers will be returned.
offer_matrix_idstringUse the offer_matrix_id from a previous GetOffers response to fetch additional pages of the same search results. When provided, the same trip spec (dates, locations) must be used.
pageintegerPage number (1-indexed). Default is 1. Use with offer_matrix_id to paginate through results.
pickup_timestringThe pickup time in HH:MM format.
return_timestringThe return time in HH:MM format.
show_cheapest_onlybooleanIf true, only the cheapest 8 offers will be returned.
show_electric_onlybooleanIf true, only offers for electric cars will be returned.
show_most_expensivebooleanIf true, only the most expensive 8 offers will be returned (useful for premium/luxury car searches).
transmission_typestringFilter by transmission type. Valid values: 'automatic' or 'manual'.
vehicle_typeintegerVehicle type. Enum values: 0=UNSPECIFIED (default, cars), 1=CAR, 2=TRUCK. Use 2 to get truck/utility vehicle offers.