Debug danych wejściowych
{
"input": {
"category": "dostawcze",
"make": "iveco",
"model": "Daily",
"productionYear": 2021,
"mileage": 160000,
"yearTolerance": 1,
"mileagePercent": 10,
"fuelType": "diesel",
"engineCapacity": 2998,
"enginePower": 180,
"gearbox": null,
"bodyType": null,
"subcategoryId": null
},
"normalized": {
"category": "dostawcze",
"make": "iveco",
"model": "Daily",
"productionYear": 2021,
"mileage": 160000,
"yearTolerance": 1,
"mileagePercent": 10,
"fuelType": "diesel",
"engineCapacity": 2998,
"enginePower": 180,
"gearbox": null,
"bodyType": null,
"subcategoryId": null,
"modelSlug": "daily",
"originalModel": "Daily"
},
"criteria": {
"category": "dostawcze",
"make": "iveco",
"modelSlug": "daily",
"yearFrom": 2020,
"yearTo": 2022,
"mileageFrom": 144000,
"mileageTo": 176000,
"powerFrom": 180,
"powerTo": 180,
"engineCapacityFrom": null,
"engineCapacityTo": null,
"fuelType": "diesel",
"gearbox": null,
"bodyType": null,
"subcategoryId": null,
"page": 1
}
}