Download OpenAPI specification:Download
The Fleet Remarketing External API it's a set of services to share our data with interested external partners
Lists all car inventory for remarketing that meets the filter criteria. You can use a range of filters on the list returned, including filtering by:
You can also apply sorting on the list returned by the following properties:
Inventory
Invalid operation params
Action on operation denied
Internal error
{- "inventory": [
- {
- "finn_car_id": "abc123",
- "config_id": 100,
- "brand_name": "Jeep",
- "model_name": "Grand Cherokee L",
- "vin": "ABC123456789",
- "model_year": 2022,
- "location_name": "compound_glovis_philadelphia",
- "color": "Diamond Black Crystal Pearl Coat",
- "trim": "Laredo",
- "engine": "3.6L V6",
- "car_lifecycle_status": "ordered",
- "msrp_incl_options_net": 46675,
- "date_first_registration": "2022-10-10",
- "latest_mileage": 0,
- "shift": "A",
- "fuel_name": "Elektro",
- "power": 378,
- "has_hitch": true,
- "tco_tires_planned": "all-season",
- "expected_defleeting_date": "2022-10-10",
- "tco_purchase_price_final_incl_bafa_net": 16197.4,
- "model_body_type": "SUV",
- "deregistration_date": "2022-12-19",
- "offers": [
- {
- "offer_id": 1,
- "offer_status": "signed",
- "partner_name": "Walser",
- "clearing_sales_amount": 899.99,
- "start_datetime": "2022-10-10",
- "end_datetime": "2022-10-10"
}
], - "end_location": "AKB Dortmund",
- "damage_deductible": 5000,
- "expected_return_mileage": 8500,
- "drive": "four_wheel_drive",
- "co2_emission": 62
}
], - "pagination": {
- "current_page": 1,
- "last_page": 2,
- "per_page": 25,
- "total": 26
}
}
CarConfiguration
Invalid operation params
Action on operation denied
Resource not found
Internal error
{- "data": {
- "config_id": 1,
- "brand_name": "Tesla",
- "model_name": "Model 3",
- "model_year": 2022,
- "trim_name": "Long Range",
- "engine_name": "Long Range AWD",
- "consumption_combined": 25,
- "consumption_city": 22,
- "consumption_highway": 30,
- "fuel": "Electric",
- "gearshift": "Automatic",
- "power_kw": "258 (KW)",
- "co2_emission": 123,
- "co2_class": "A",
- "ev_range": 200,
- "hybrid_electric_range": 234,
- "variant_id": 22,
- "doors": 5,
- "body_type": "Sedan",
- "drive": "All-Wheel Drive",
- "has_hitch": true,
- "seats": 5,
- "version_name": "2.8 D-4D Comfort",
- "exterior_color": {
- "color_exact": "Diamond Black",
- "primary_color": {
- "color": "Black",
- "color_hex": "#FFFFFF"
}, - "secondary_color": {
- "color": "Black",
- "color_hex": "#FFFFFF"
}
}, - "interior_color": {
- "color_exact": "Diamond Black",
- "primary_color": {
- "color": "Black",
- "color_hex": "#FFFFFF"
}, - "secondary_color": {
- "color": "Black",
- "color_hex": "#FFFFFF"
}
}, - "msrp": 51440,
- "equipments": [
- {
- "category": "Comfort | Safety | Interieur | Multimedia | Exterior",
- "full_text": "Music and media over Bluetooth",
- "highlight_text": "This is super special",
- "option_id": 123,
- "option_type": "standard | optional"
}
], - "description": "This is a really nice car",
- "car_images": [
- {
- "image_angle_name": "picture_frontal",
}
], - "config_attachment": {
- "file_name": "config-attachment.pdf",
}, - "energy_label": {
- "file_name": "config-attachment.pdf",
}
}
}