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 .jsv suffix or ?format=jsv

HTTP + JSV

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/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
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: 0001-01-01,
		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
	}
}