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
{
responseStatus:
{
errorCode: String,
message: String,
stackTrace: String,
errors:
[
{
errorCode: String,
fieldName: String,
message: String
}
]
},
tender:
{
id: 0,
licenseplate: String,
vin: String,
carBrandId: String,
carTypeId: 0,
mileage: 0,
dateCreated: 0001-01-01,
dateModified: 0001-01-01,
description: String,
remarks: String,
internalReference: String,
status: Actief,
statusCodeTypeId: 0,
customer:
{
id: 0,
gender: String,
firstName: String,
middleName: String,
lastName: String,
addressLine1: String,
addressLine2: String,
street: String,
houseNumber: String,
zipCode: String,
city: String,
province: String,
country: String,
phoneNumber: String,
emailAddress: String
}
}
}