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/update/<id>
PUT
secured

Description

Update car
Example json request:

{
"price": "8900 Kč",
"status": "removed",
"contacted": "sms"
}

Format

json (application/json)

Methods

PUT

Mask parameters

<id>
  • requirement: \d+
  • type: integer
  • description: Car ID

Response codes

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

Example response

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