AdvertisingCars

AnnonceLogs

Aos

Callcentrum

Cc

Element

Eshop

Forms

IframeViewCounter

Ip

LeadsFb

Leads

Marketing

MaternaSmsStatus

MobileDeLogs

OfferedCars

SautoLogs

TechnicalCertificateRequest

TipcarsLogs

ViewCounter

WebCars

WebLeads

/v1/advertising-cars
POST
secured

Description

Create car
Example json request:

{
"name": "Pavel",
"phone": "+420123456789",
"email": "pepa@centrum.cz",
"producer": "Seat",
"model": "Cordoba",
"tachometer_status": "182000",
"year": "1996",
"engine_volume": "1595",
"fuel": "benzín",
"vin": "",
"transmission": "",
"city": "České Budějovice",
"region_id": "C",
"price": "8900 Kč",
"source": "zdroj aut - firma",
"url": "https://www.zdroj-aut.cz/seat/cordoba/123456789",
"duplicate_id": "",
"rejected": ""
}

Format

json (application/json)

Methods

POST

Response codes

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

Example response

{
    "id": 1,
    "message": "Car 1 created",
    "status": "ok"
}