AdvertisingCars

AnnonceLogs

Aos

Callcentrum

Cc

Element

Eshop

Forms

IframeViewCounter

Ip

LeadsFb

Leads

Marketing

MaternaSmsStatus

MobileDeLogs

OfferedCars

SautoLogs

TechnicalCertificateRequest

TipcarsLogs

ViewCounter

WebCars

WebLeads

/v1/web-cars
POST
secured

Description

Create car

Example json request:


{
"loanNumber": 10000,
"webId": 20000,
"vin": "1FDWF37599EB21553",
"tpNumber": 123456,
"brand": "Škoda",
"model": "Octavia",
"equipmentDegree": "25'th",
"body": "kombi",
"category": "Osobní",
"fuel": "benzin",
"transmission": "Manuální",
"speedNumber": 6,
"hybridType": "",
"electroType": "",
"cubicCapacity": 1500,
"performance": "100 kW",
"hybrid": "0",
"batteryCapacity": "",
"batteryCondition": "",
"consumptionCity": "8.4",
"consumptionOutCity": "6.4",
"consumptionCombined": "7.4",
"manufactureYear": 2000,
"realManufactureYear": 2019,
"firstRegistration": "2000-09-03",
"engine": "1.4i",
"designation": "Quattro",
"doorsNumber": "3",
"mileage": 65555,
"mileageReal": 65555,
"stk": "2018-09-03",
"licensePlate": "2AV9034",
"price": 500000,
"priceFp": 450000,
"pricePreliminary": 550000,
"priceOriginal": 6500000,
"priceNewCar": 9900000,
"installment": 4000,
"installments": {
"0": {
"12": 500,
"24": 400
},
"10": {
"12": 400,
"24": 300
}
},
"temporaryDiscountFrom": "2020-08-10 09:56:56",
"temporaryDiscountTo": "2020-08-11 09:56:56",
"temporaryDiscountPrice": 9999,
"extraDiscountPrice": 9999,
"extraDiscountTo": "2020-08-11 09:56:56",
"weekTip": 0,
"color": "Zelená",
"qualitativeGroup": "New",
"iv": 0,
"location": "A",
"locationName": "Praha",
"placesNumber": 5,
"weight": 2300,
"utilityWeight": 2301,
"totalWeight": 2302,
"stateHelios": 3,
"loadingAreaA": 230,
"loadingAreaB": 231,
"loadSpaceHeight": 232,
"openingAngle": 90,
"partition": "pevná",
"towingEquipment": 2304,
"floor": "zesílená",
"actionCar": 0,
"class": 5,
"mechanicalConditionWarranty": 1,
"warranty": "Tovární",
"warrantyFrom": "2021-10-27 00:00:00",
"warrantyTo": "2025-10-26 00:00:00",
"warrantyKm": "120000",
"consumption": 8.3,
"importation": 0,
"webText": "Aut.klima, tempomat",
"is4x4": 0,
"boughtNewInCr": 0,
"afterFirstOwner": 1,
"afterSecondOwner": 0,
"serviceBook": 1,
"serviceBookElectronic": 0,
"newCar": 0,
"almostNewCar": 0,
"starsNumber": 4.5,
"equipmentInterior": [
"rádio",
"tempomat"
],
"equipmentExterior": [
"mlhovky",
"křídlo"
],
"equipmentSafety": [
"airbag",
"ABS"
],
"vatDeduction": 0,
"offSale": 0,
"dateForSale": "2020-08-10 09:56:56",
"active": "1111",
"ownersHistory": "Servisni kniha",
"ownersNumber": 1,
"premium": 0,
"lowcost": 0,
"lowcostInfo": '',
"paket1Name": "Paket Style Plus",
"paket2Name": null,
"paket3Name": null,
"paket4Name": null,
"paket5Name": null,
"paket6Name": null,
"paket7Name": null,
"paket1Text": "Interiér Suedia/kůže/ Virtuální pedál/ Vyhřívané čelní sklo",
"paket2Text": null,
"paket3Text": null,
"paket4Text": null,
"paket5Text": null,
"paket6Text": null,
"paket7Text": null,
"cebiaReportNumber": "CR-320A-20-1234567",
"status": "W",
"state": "P",
"emission": "EURO 5",
"aosPlugin": "
HTML
"
,
"photoNote": null,
"secondPneu": 1,
"secondPneuType": 'zimní',
"ckvAccident": 1
}

Format

json (application/json)

Methods

POST

Response codes

200 (Success)
400 (Bad Request)
401 (Invalid authentication)

Example response

{
    "status": "ok",
    "message": "Car created.",
    "loanNumber": "10000",
    "webId": "20000"
}