Used car feeds
Retrieve list of stock from an external system.
[
{
// vehicle1
},
{
// vehicle2
}
]
Vehicle
Each item in result array is expected to be fully compliant to Vehicle model
Example of ordinary Nissan X-Trail with petrol engine:
{
"hash": "guid123456",
"vinCode": "JN1TDAT32U0006555",
"regNr": "261BSR",
"title": "Nissan X-Trail Acenta 1.6 120 kW",
"firstRegistration": "2016-11",
"mileage": 5916,
"make": "Nissan",
"model": "X-Trail Acenta",
"modelYear": "2016",
"engineName": "1.6 (120 kW)",
"engineType": "Petrol",
"engineTypeName": "",
"drivetrainType": "FWD",
"transmissionType": "Manual",
"transmissionName": "manuaal",
"bodyTypeName": "mahtuniversaal",
"color": "Black",
"colorType": "metallic",
"colorName": "must met.",
"cylinderCapacityL": 1.6,
"maxPowerKw": 120,
"topSpeed": 200,
"economyHighway": 5.3,
"economyCombined": 6.2,
"economyCity": 7.9,
"doors": 5,
"seats": 5,
"weight": 1591,
"maxWeight": 2050,
"wheelbase": 2705,
"prices": {
"price": 17900,
"specialPrice": 17900,
"priceIncVat": true
},
"equipment": [
"powerSteering",
"powerSteeringSpeedPropotional",
"centralLocking",
"centralLockingRemote",
"isofix",
"isofixRearSeat",
"fogLights",
"fogLightsFront",
"fogLightsRear",
"headlightTypeLed",
"daytimeRunningLampsLed",
"winterTyres",
"alloyWheels",
"summerTyres",
"alloyWheels",
"adjustableSteering",
"adjustableSteeringHeightDepth",
"stereo",
"cdPlayer",
"mp3",
"usb",
"stereoFactoryFitted",
"interiorMats",
"interiorMatsRubber",
"adjustableSeatHeight",
"adjustableSeatHeightDriver",
"armRestFront",
"armRestFrontCompartment",
"electricExteriorMirrors",
"electricExteriorMirrorsHeated",
"electricExteriorMirrorsFolding",
"mirrorSunshields",
"mirrorSunshieldEnlighted",
"dimmingMirror",
"dimmingMirrorInterior",
"parkingSensors",
"parkingSensorsFront",
"parkingSensorsBack",
"climatisationAuto",
"abs",
"ebs",
"airbag",
"airbagSideCurtain",
"immobilizer",
"extraBrakeLight",
"esp",
"brakingForceRegulator",
"tractionControlSystem",
"rainSensor",
"airbagPassengerOff",
"headlightRangeAdjustment",
"lightSensor",
"tyrePressureMonitoring",
"multifunctionalWheel",
"leatherSteeringWheel",
"audioExtras",
"speakers",
"onBoardComputer",
"handsFreePhoneSystem",
"interiorLath",
"adjustableBackrestShape",
"cupHolders",
"interiorType",
"interiorTypeFabric",
"electricHeatedSeats",
"electricHeatedSeatsFront",
"armRestRear",
"foldDownBackrest",
"electricWindows",
"tintedWindows",
"cruiseControl",
"spotLights",
"powerOutlet12V",
"rearWindowHeating",
"outsideTemperatureDisplay",
"rearWindowCleaner"
],
"extraEquipment": [
"Extra set of all weather tires"
],
"specialEquipment": {
"alloyWheelSize": "17"
},
"images": [
"https://cdn.external.org/portal/560/351/133652351.jpg",
"https://cdn.external.org/portal/560/355/133652355.jpg",
"https://cdn.external.org/portal/560/359/133652359.jpg",
"https://cdn.external.org/portal/560/363/133652363.jpg",
"https://cdn.external.org/portal/560/367/133652367.jpg",
"https://cdn.external.org/portal/560/371/133652371.jpg",
"https://cdn.external.org/portal/560/375/133652375.jpg",
"https://cdn.external.org/portal/560/815/133656815.jpg"
]
}
, multiple selections available,