Simple Model Walk Marketing Info
Description
The purpose of the Model Walk service is to provide a way to build a vehicle selector that allows for the specification of a vehicle when the VIN is not available.
The Model Walk service has the following operations:
GET /years/{vehicleSet}/{languageTag} – Returns a list of years associated with the requested vehicle set and language.
GET/makes/{vehicleSet}/{languageTag}/{year} – Returns a list of makes associated with the requested vehicle set, language and year
GET /models/{vehicleSet}/{languageTag}/{year}/{make} – Returns a list of models associated with the requested vehicle set, language, year and make
GET /trims/{vehicleSet}/{languageTag}/{modelYearId} – Returns a list of trims associated with the requested vehicle set, language and model year id
GET /vinpatterns/modelyear/{modelYearId} – Returns a list of vinPatterns and their associated Styles with the requested modelYearId. It will only support modelYearIds associated with Styles, and not ordering or base as input request.
PUT/vinpatterns/styles – Returns a list of VinPatterns and style information associated with the requested styleids. It will only support Styles ids as input request