Mercedes.VehicleManagement.API

<back to all web services

AllAvailableVehiclesCsvRequest

Vehicle
Requires Authentication
The following routes are available for this service:
GET/v1/AllAvailableVehiclesCsv/{vehicleType}/{includeBackOrderAccounts}Get all available vehicles
BaseAllAvailableVehiclesRequest Parameters:
NameParameterData TypeRequiredDescription
VehicleTypeformstringYes
IncludeBackOrderAccountsformboolNo
StockManagementResponse Parameters:
NameParameterData TypeRequiredDescription
TotalVehiclesformintNo
VehiclesformIEnumerable<BackOrderVehicle>Yes
BackOrderVehicle Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
VinformstringYes
VehicleTypeformstringYes
VidformstringYes
FinformstringYes
ChassisNumberformstringYes
ModelYearformstringYes
ModelYearCodeformstringYes
HalfModelYearCodeformstringYes
FullModelYearCodeformstringYes
SalesDescriptionLongformstringYes
VehicleClassformstringYes
RetailPrice_ExVATformdecimalNo
RetailPrice_IncVATformdecimalNo
OTRformdecimalNo
BodyStyleformstringYes
ProductRangeformstringYes
EngineformstringYes
IsAMGformboolNo
ColourGroupformstringYes
UpholsteryCodeformstringYes
NSTformstringYes
Bm7NSTformstringYes
Accelerationformdecimal?No
BootCapacityformint?No
TopSpeedformdecimal?No
DriveConceptformstringYes
CombustionPowerHpformdecimal?No
ElectricPowerKwformdecimal?No
ElectricPowerHpformdecimal?No
CombinedPowerKwformdecimal?No
CombinedPowerHPformdecimal?No
ElectricRangeformdecimal?No
ElectricConsumptionformdecimal?No
Emissionformdecimal?No
EmissionDirectiveformstringYes
EmissionExtraUrbanformstringYes
EmissionUrbanformstringYes
EnergyEfficiencyClassformstringYes
WLTPEmissionCombinedformstringYes
WLTPCombinedformstringYes
WLTPLowformstringYes
WLTPMediumformstringYes
WLTPHighformstringYes
WLTPExtraHighformstringYes
ProductionDateformDateTime?No
PortArrivalDateformDateTime?No
CreationDateformDateTimeNo
LastUpdatedformDateTime?No
IsDisplayStockformboolNo
DisplayStockAgentformstringYes
IsSpecialistCarformboolNo
LocationformstringYes
CesarIdShipToPartyformstringYes
IsSellableformboolNo
UnderOfferformboolNo
BaumusterformstringYes
BasicBackOrderVehicle Parameters:
NameParameterData TypeRequiredDescription
CommissionNumberformstringYes
DescriptionformstringYes
ModelformstringYes
ColourformstringYes
FuelTypeformstringYes
TransmissionformstringYes
PackagesformstringYes
LinesformstringYes
UpholsteryformstringYes
EmissionCombinedformstringYes
ActualPriceformdecimalNo
UsageCodeformstringYes
SecuredformboolNo
AccountformstringYes
SecuredTimeformstringNo
SecuredReasonformstringNo
SecuredByGasIdformstringNo
SecuredDateformDateTime?No

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/AllAvailableVehiclesCsv/{vehicleType}/{includeBackOrderAccounts} 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

{"totalVehicles":0,"vehicles":null}