The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
carInfo:
{
carId: String0,
manufacturer: String,
manufacturerId: String,
typeId: 0,
modelId: 0,
carModel: String,
description: String,
carType: String,
yearOfProductionFrom: 0,
monthOfProductionFrom: 0,
yearOfProductionTo: 0,
monthOfProductionTo: 0,
engine: String,
power: 0 Kilowatt (0 PK),
kilowatt: 0,
horsepower: 0,
engineCapacityInCC: String,
verifiedMotorCode: String,
hsnTsn: String,
imageUrl: String,
manufacturerImageUrl: String,
apkDate: 0001-01-01,
dateAscription: 0001-01-01,
dateFirstAdmission: 0001-01-01,
dateFirstAdmissionNL: 0001-01-01,
vin: String,
bmfIdCode: String
},
responseStatus:
{
errorCode: String,
message: String,
stackTrace: String,
errors:
[
{
errorCode: String,
fieldName: String,
message: String
}
]
}
}