Mercedes.VehicleManagement.API

<back to all web services

VehicleDetailsRequest

Vehicle
Requires Authentication
The following routes are available for this service:
GET/v1/details/{vehicleType}/{Identifier}Get Vehicle Details
GET/details/{vehicleType}/{Identifier}Get Vehicle Details
VehicleDetailsRequest Parameters:
NameParameterData TypeRequiredDescription
IdentifierpathstringYes
VehicleTypepathstringYes
VehicleDetailsResponse Parameters:
NameParameterData TypeRequiredDescription
VehicleformBackOrderVehicleDetailsYes
BackOrderVehicleDetails Parameters:
NameParameterData TypeRequiredDescription
EngineformstringNo
BackOrderVehicleDetailsBase Parameters:
NameParameterData TypeRequiredDescription
VinformstringYes
CommissionNumberformstringYes
DescriptionformstringYes
ModelformstringYes
FullModelYearCodeformstringYes
RetailerIdformintNo
ImageUrlformstringYes
ColourformstringYes
ColourDescriptionformstringYes
BodyStyleformstringYes
FuelTypeformstringYes
TransmissionformstringYes
TransmissionTypeformstringYes
PackageformstringYes
PackagesformList<string>Yes
LineformstringYes
UpholsteryformstringYes
UpholsteryDescriptionformstringYes
UsageCodeformstringYes
AccountformstringYes
NSTformstringYes
BaumusterformstringYes
ElectricRangeformdecimal?No
ElectricConsumptionformdecimal?No
RetailPrice_ExVATformdecimalNo
ActualPriceformdecimal?No
OTRPriceformdecimalNo
VehicleTypeformstringYes
SecuredformboolNo
ProductionDateformstringYes
PortArrivalDateformDateTime?No
DisplayRetailerformstringYes
LocationformstringYes
Bm7NSTformstringYes
IsAvailableOnlineformboolNo
IsSpecialistCarformboolNo
IsSellableformboolNo
InBackOrderAccountformboolNo
VehicleAuditDetailsformList<VehicleAuditDetails>Yes
IspVehicleCustomerDescriptionsformList<string>No
UnderOfferformboolNo
IsAllocatedToBackOrderformboolNo
VehicleAuditDetails Parameters:
NameParameterData TypeRequiredDescription
UserIdformstringYes
StatusformboolNo
NotesformstringYes
CreationDateformstringYes

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /v1/details/{vehicleType}/{Identifier} HTTP/1.1 
Host: uat-api-vehicle-mgt-mb-dhc.rapp-customers.co.uk 
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"vehicle":{"engine":"String","vin":"String","commissionNumber":"String","description":"String","model":"String","fullModelYearCode":"String","retailerId":0,"imageUrl":"String","colour":"String","colourDescription":"String","bodyStyle":"String","fuelType":"String","transmission":"String","transmissionType":"String","package":"String","packages":["String"],"line":"String","upholstery":"String","upholsteryDescription":"String","usageCode":"String","account":"String","nst":"String","baumuster":"String","electricRange":0,"electricConsumption":0,"retailPrice_ExVAT":0,"actualPrice":0,"otrPrice":0,"vehicleType":"String","secured":false,"productionDate":"String","portArrivalDate":"\/Date(-62135596800000-0000)\/","displayRetailer":"String","location":"String","bm7NST":"String","isAvailableOnline":false,"isSpecialistCar":false,"isSellable":false,"inBackOrderAccount":false,"vehicleAuditDetails":[{"userId":"String","status":false,"notes":"String","creationDate":"String"}],"ispVehicleCustomerDescriptions":["String"],"underOffer":false,"isAllocatedToBackOrder":false}}