GET api/VehicleRepresentation?modelCode={modelCode}&countryId={countryId}&language={language}
Gets the vehicle representation for buyback groups.
Request Information
URI Parameters
Name | Description | Type | Additional 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.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.