GET api/VehicleRepresentation?modelCode={modelCode}&countryId={countryId}&language={language}

Gets the vehicle representation for buyback groups.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
modelCode

UMC of de vehicle.

string

Required

countryId

Country identificator.

string

Required

language

Culture value.

string

Required

Body Parameters

None.

Response Information

Resource Description

JSON result vehicle vehiclerepresentation with buyback and parts.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.