AdvertisingCars

AnnonceLogs

Aos

Callcentrum

Cc

Element

Eshop

Forms

IframeViewCounter

Ip

LeadsFb

Leads

Marketing

MaternaSmsStatus

MobileDeLogs

OfferedCars

SautoLogs

TechnicalCertificateRequest

TipcarsLogs

ViewCounter

WebCars

WebLeads

/v1/web-leads
POST
secured

Description

Create lead
Example json request:

{
"first_name": "test",
"last_name": "test",
"email": "test700999895@centrum.cz",
"plain_phone": "+420700999895",
"type": "Passat",
"make": "Volkswagen",
"fuel_type": "nafta",
"product_id": "954296390",
"mileage": "96567",
"mileage_range": "",
"manufacture_year": "2018",
"installment": NULL,
"installment_calculation": NULL,
"deposit": NULL,
"number_of_payments": NULL,
"source": "page",
"location": "https://www.autoesa.cz/ccc",
"lead_route": "sf_quote",
"original_utm_campaign": "",
"original_utm_source": "",
"original_referer": "",
"category": "nezavazna rezervace",
"datetime_sent": NULL,
"datetime_sent_manually": NULL,
"result_sent_manually": NULL,
"created": "2024-10-08 15:51:16",
"imported": NULL)
}

Format

json (application/json)

Methods

POST

Response codes

200 (Success)
401 (Invalid authentication)

Example response

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