VehicleYears Response Group

The VehicleYears response group returns all of the years a car was made.

Relevant Operations

Operations that can use this response group include:

Response Elements

The following table describes the elements returned by VehicleYears.

VehicleYears also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.

Parent Response Group

The following response groups are parent response groups of VehicleYears.

  • None

Child Response Group

The following response groups are child response groups of VehicleYears.

  • None

Sample REST Use Case

The following request was used to illustrate the XML response elements returned by VehicleYears.

http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=VehicleSearch&
Condition=All&
Make=GMC&
Model=Yukon&
ResponseGroup=VehicleYears&
Version=2008-08-19
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]

Sample Response Snippet

The following response snippet shows the elements returned by VehicleYears.

<VehicleYears>
  <VehicleYear>
    <Year>2000</Year>
  </VehicleYear>
  <VehicleYear>
    <Year>1999</Year>
  </VehicleYear>
  <VehicleYear>
    <Year>1998</Year>
  </VehicleYear>
  <VehicleYear>
    <Year>1997</Year>
  </VehicleYear>
</VehicleYears>