GET api/RegistrationYear

Get a list of all the years available

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RegistrationYears
NameDescriptionTypeAdditional information
RegYear

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "RegYear": "sample string 1"
  },
  {
    "RegYear": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRegistrationYears xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VehicleValuesApi2">
  <RegistrationYears>
    <RegYear>sample string 1</RegYear>
  </RegistrationYears>
  <RegistrationYears>
    <RegYear>sample string 1</RegYear>
  </RegistrationYears>
</ArrayOfRegistrationYears>