...
Code Block | ||
---|---|---|
| ||
{
"data": [
{
"code": 25,
"internalNumber": "8953A09",
"title": "PEUGEOT 2008 1.2 PureTech 82 Allure USB KLIMA PDC SHZ",
"createdAt": "2020-12-03T08:30:57.000000Z",
"updatedAt": "2021-02-11T11:04:10.000000Z",
"car": {
"internalNumber": "8953F0633",
"internalIdentNumber": "NW048646",
"model": "2008",
"brand": "Peugeot",
"fuelCategory": "Benzin",
"fuelConsumption": 7.4,
"fuelConsumptionUrban": 9.1,
"fuelConsumptionExtraUrban": 6.5,
"mileage": 89000,
"ps": null,
"power": 60,
"hsn": "3003",
"cylinderCapacity": 1199,
"firstRegistration": "2015-11",
"carType": "Gebrauchtwagen",
"carBody": "SUV/Geländewagen",
"transmission": "manuelles Schaltgetriebe, 5-Gang",
"doorCount": 5,
"seatCount": 5,
"bodyColor": "Weiss",
"bodyColorName": "weiss",
"eco": {
"co2Emissions": null,
"efficiencyClass": null,
"efficiencyClassImage": "https://..",
"euEmissionStandard": "Euro5",
"germanEmissionsSticker": "4 - Grüne Plakette"
},
"location": {
"street": "Musterstraße 123",
"zip": "123456",
"city": "Musterhausen"
},
"images": [
{
"name": "neu-2",
"extension": "JPG",
"mimetype": "image/jpeg",
"url": "https://.."
}
],
"details": [
{
"category": "AUSSTATTUNG_KLIMA",
"type": "CHECKBOX",
"order": 20,
"text": "Klimaautomatik",
}
]
},
"prices": {
"sale": {
"currency": "EUR",
"price": 9980.00,
"netPrice": 8083.80,
"conditions": null,
"vatRate": 19
},
"leasing": {
"leasingTotalAmount": 1964.40,
"netLoanAmount": null,
"borrowingRate": null,
"effectiveInterestRate": null,
"bank": "ALD Leasing GmbH, Nedderfeld 95, 22529 Hamburg",
"downPayment": 0.00,
"finalInstallment": null,
"duration": 24,
"includedMileage": 10000,
"factor": 0.25,
"showFactor": true,
"grossMonthlyRate": 81.85,
"netMonthlyRate": 68.78,
"residualValue": null,
"conditions": null,
"refundForLessDistance": null,
"additionalDistanceCost": null
},
"financing": {
"bank": "ALD Leasing GmbH, Nedderfeld 95, 22529 Hamburg",
"monthlyRate": 68.00,
"netMontlyRate": 55.08,
"debitInterestRate": 2.95,
"annualRate": 2.99,
"duration": 48,
"includedMileage": null,
"initialPayment": 2980.00,
"endingRate": 4990.00,
"grossCreditAmount": 8186.00,
"netCreditAmount": 7443.00,
"closingCosts": null,
"paymentProtectionInsurance": 443.00,
"conditions": null
},
"rent": {
"grossRentPrice": null,
"netRentPrice": null,
"inclusiveKm": null,
"refundForLessDistance": null,
"additionalDistanceCost": null,
"duration": null,
"conditions": null
}
},
"documents": {
"expose": "https://..."
},
"relationships": {
"self": "/public/v1/offers/25"
}
}
],
"links": {
"first": "/public/v1/offers?page=1",
"last": "/public/v1/offers?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "pagination.previous",
"active": false
},
{
"url": "/public/v1/offers?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "pagination.next",
"active": false
}
],
"path": "/public/v1/offers",
"per_page": 15,
"to": 1,
"total": 1
}
} |
...
Code Block | ||
---|---|---|
| ||
{
"data": {
"code": 25,
"internalNumber": "8953A09",
"slug": "8953A09-peugeot-2008-1.2-puretech-82-allure-usb-klima-pdc-shz",
"title": "PEUGEOT 2008 1.2 PureTech 82 Allure USB KLIMA PDC SHZ",
"createdAt": "2020-12-03T08:30:57.000000Z",
"updatedAt": "2021-02-11T11:04:10.000000Z",
"car": {
"internalNumber": "8953F0633",
"internalIdentNumber": "NW048646",
"model": "2008",
"brand": "Peugeot",
"fuelCategory": "Benzin",
"fuelConsumption": 7.4,
"fuelConsumptionUrban": 9.1,
"fuelConsumptionExtraUrban": 6.5,
"mileage": 89000,
"ps": null,
"power": 60,
"hsn": "3003",
"cylinderCapacity": 1199,
"firstRegistration": "2015-11",
"carType": "Gebrauchtwagen",
"carBody": "SUV/Geländewagen",
"transmission": "manuelles Schaltgetriebe, 5-Gang",
"doorCount": 5,
"seatCount": 5,
"bodyColor": "Weiss",
"bodyColorName": "weiss",
"eco": {
"co2Emissions": null,
"efficiencyClass": null,
"efficiencyClassImage": "https://..",
"euEmissionStandard": "Euro5",
"germanEmissionsSticker": "4 - Grüne Plakette"
},
"location": {
"street": "Musterstraße 123",
"zip": "123456",
"city": "Musterhausen"
},
"images": [
{
"name": "neu-2",
"extension": "JPG",
"mimetype": "image/jpeg",
"url": "https://.."
}
],
"details": [
{
"category": "AUSSTATTUNG_KLIMA",
"type": "CHECKBOX",
"order": 20,
"text": "Klimaautomatik",
}
]
},
"prices": {
"sale": {
"currency": "EUR",
"price": 9980.00,
"netPrice": 8083.80,
"conditions": null,
"vatRate": 19
},
"leasing": {
"leasingTotalAmount": 1964.40,
"netLoanAmount": null,
"borrowingRate": null,
"effectiveInterestRate": null,
"bank": "ALD Leasing GmbH, Nedderfeld 95, 22529 Hamburg",
"downPayment": 0.00,
"finalInstallment": null,
"duration": 24,
"includedMileage": 10000,
"factor": 0.25,
"showFactor": true,
"grossMonthlyRate": 81.85,
"netMonthlyRate": 68.78,
"residualValue": null,
"conditions": null,
"refundForLessDistance": null,
"additionalDistanceCost": null
},
"financing": {
"bank": "ALD Leasing GmbH, Nedderfeld 95, 22529 Hamburg",
"monthlyRate": 68.00,
"netMontlyRate": 55.08,
"debitInterestRate": 2.95,
"annualRate": 2.99,
"duration": 48,
"includedMileage": null,
"initialPayment": 2980.00,
"endingRate": 4990.00,
"grossCreditAmount": 8186.00,
"netCreditAmount": 7443.00,
"closingCosts": null,
"paymentProtectionInsurance": 443.00,
"conditions": null
},
"rent": {
"grossRentPrice": null,
"netRentPrice": null,
"inclusiveKm": null,
"refundForLessDistance": null,
"additionalDistanceCost": null,
"duration": null,
"conditions": null
}
},
"documents": {
"expose": "https://..."
},
"relationships": {
"self": "/public/v1/offers/25"
}
}
} |
...