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/<loanNumber>/photos
POST
secured

Description

Add car photos

Example json request:


{
"data": {
"photos": {
"base64 image string",
"base64 image string",
"base64 image string"
},
"3d": "base64 image string",
"video": "base64 video string",
"illustratedPhotos": 0",
"config": "base64 pdf string",
"carQualityCondition": "base64 pdf string",
"mileageChart": "base64 pdf string"
}
}

Format

json (application/json)

Methods

POST

Mask parameters

<loanNumber>
  • requirement: \d+
  • type: string
  • description: Car contract number

Response codes

200 (Success)
400 (Bad Request)
401 (Invalid authentication)
404 (Car with contract number 10000 doesn't exists)

Example response

{
    "status": "ok",
    "message": "Photos added.",
    "loanNumber": "10000"
}