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

Documentation for 'GetTrimLevels'.

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:
[
  {
    "Text": "sample string 1",
    "StyleID": {},
    "ModelCode": {}
  },
  {
    "Text": "sample string 1",
    "StyleID": {},
    "ModelCode": {}
  },
  {
    "Text": "sample string 1",
    "StyleID": {},
    "ModelCode": {}
  }
]

application/xml, text/xml

Sample:
<ArrayOfTrimLevelModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoothApp.Common">
  <TrimLevelModel>
    <ModelCode />
    <StyleID />
    <Text>sample string 1</Text>
  </TrimLevelModel>
  <TrimLevelModel>
    <ModelCode />
    <StyleID />
    <Text>sample string 1</Text>
  </TrimLevelModel>
  <TrimLevelModel>
    <ModelCode />
    <StyleID />
    <Text>sample string 1</Text>
  </TrimLevelModel>
</ArrayOfTrimLevelModel>