{
"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"
}
}
json (application/json)
POST
<loanNumber>
|
|---|
200 (Success)
400 (Bad Request)
401 (Invalid authentication)
404 (Car with contract number 10000 doesn't exists)
{
"status": "ok",
"message": "Photos added.",
"loanNumber": "10000"
}