GET api/Chrome/GetVehicleData?VIN={VIN}

Documentation for 'GetVehicleData'.

Request Information

Parameters

NameDescriptionAdditional information
VIN
Documentation for 'VIN'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Year": 1,
  "Make": "sample string 2",
  "Model": "sample string 3"
}

application/xml, text/xml

Sample:
<VehicleMode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoothApp.Common">
  <Make>sample string 2</Make>
  <Model>sample string 3</Model>
  <Year>1</Year>
</VehicleMode>