Mercedes.VehicleManagement.API

<back to all web services

DisplayStockOverviewRequest

Vehicle
Requires Authentication
The following routes are available for this service:
POST/v1/DisplayStockOverviewFilter Display Stock vehicle data with usedCode and MBUKSecured
DisplayStockOverviewRequest Parameters:
NameParameterData TypeRequiredDescription
IsSecuredbodybool?YesIs vehicle secured
UsageCodebodyList<string>YesUsage codes
DisplayStockOverviewResponse Parameters:
NameParameterData TypeRequiredDescription
VehiclesformList<VehicleDisplayStock>Yes
VehicleDisplayStock Parameters:
NameParameterData TypeRequiredDescription
VinformstringNo
VehicleDescriptionformstringYes
CommissionNumberformstringYes
RetailerformstringYes
ModelformstringYes
FuelTypeformstringYes
TransmissionformstringYes
ColourformstringYes
ActualPriceformstringYes
GBDestDateformDateTime?No
VehicleUsageformstringYes
UnderOfferformboolNo
IsSellableformboolNo
VehicleTypeformstringYes
VidformstringYes
FinformstringYes
ChassisNumberformstringYes
LineformstringYes
ModelYearformstringYes
ModelYearCodeformstringYes
VehicleClassformstringYes
RetailPrice_ExVATformstringYes
RetailPrice_IncVATformstringYes
OtrformstringYes
BodyStyleformstringYes
ProductRangeformstringYes
EngineformstringYes
IsAMGformboolNo
ColourGroupformstringYes
UpholsteryformstringYes
PackagesformstringYes
NstformstringYes
BM7NSTformstringYes
AccelerationformstringYes
BootCapacityformstringYes
TopSpeedformstringYes
DriveConceptformstringYes
CombustionPowerHpformstringYes
ElectricPowerKwformstringYes
ElectricPowerHpformstringYes
CombinedPowerKwformstringYes
CombinedPowerHPformstringYes
ElectricRangeformstringYes
ElectricConsumptionformstringYes
EmissionCombinedformstringYes
EmissionExtraUrbanformstringYes
EmissionUrbanformstringYes
EmissionformstringYes
EmissionDirectiveformstringYes
EnergyEfficiencyClassformstringYes
WltpCombinedformstringYes
WltpLowformstringYes
WltpMediumformstringYes
WltpHighformstringYes
WltpExtraHighformstringYes
WltpEmissionCombinedformstringYes
PortArrivalDateformDateTime?No
CreationDateformDateTime?No
LastUpdatedformDateTime?No
IsDisplayStockformboolNo
DisplayStockAgentformstringYes
IsSpecialistCarformboolNo
AccountformstringYes
LocationformstringYes
CesarIdShipToPartyformstringYes
VehicleUsageCodeformstringYes
MbukSecuredformboolNo
IsAllocatedToBackOrderformboolNo
BackOrderReferenceformstringNo
MarketAreaNameformstringNo
MarketAreaIdformint?No
DaysAtSiteformstringNo

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.

POST /v1/DisplayStockOverview HTTP/1.1 
Host: uat-api-vehicle-mgt-mb-dhc.rapp-customers.co.uk 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"isSecured":false,"usageCode":["String"]}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"vehicles":[{"vin":"String","vehicleDescription":"String","commissionNumber":"String","retailer":"String","model":"String","fuelType":"String","transmission":"String","colour":"String","actualPrice":"String","gbDestDate":"\/Date(-62135596800000-0000)\/","vehicleUsage":"String","underOffer":false,"isSellable":false,"vehicleType":"String","vid":"String","fin":"String","chassisNumber":"String","line":"String","modelYear":"String","modelYearCode":"String","vehicleClass":"String","retailPrice_ExVAT":"String","retailPrice_IncVAT":"String","otr":"String","bodyStyle":"String","productRange":"String","engine":"String","isAMG":false,"colourGroup":"String","upholstery":"String","packages":"String","nst":"String","bM7NST":"String","acceleration":"String","bootCapacity":"String","topSpeed":"String","driveConcept":"String","combustionPowerHp":"String","electricPowerKw":"String","electricPowerHp":"String","combinedPowerKw":"String","combinedPowerHP":"String","electricRange":"String","electricConsumption":"String","emissionCombined":"String","emissionExtraUrban":"String","emissionUrban":"String","emission":"String","emissionDirective":"String","energyEfficiencyClass":"String","wltpCombined":"String","wltpLow":"String","wltpMedium":"String","wltpHigh":"String","wltpExtraHigh":"String","wltpEmissionCombined":"String","portArrivalDate":"\/Date(-62135596800000-0000)\/","creationDate":"\/Date(-62135596800000-0000)\/","lastUpdated":"\/Date(-62135596800000-0000)\/","isDisplayStock":false,"displayStockAgent":"String","isSpecialistCar":false,"account":"String","location":"String","cesarIdShipToParty":"String","vehicleUsageCode":"String","mbukSecured":false,"isAllocatedToBackOrder":false,"backOrderReference":"String","marketAreaName":"String","marketAreaId":0,"daysAtSite":"String"}]}