VehicleMakes Response Group
Response Elements
The following table describes the elements returned by VehicleMakes.
VehicleMakes 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 VehicleMakes.
-
None
Child Response Group
The following response groups are child response groups of VehicleMakes.
-
None
Sample REST Use Case
The following request was used to illustrate the XML response elements returned by VehicleMakes.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]
&
Operation=VehicleSearch&
Condition=All&
Year=2001&
ResponseGroup=VehicleMakes&
Version=2008-08-19
Sample Response Snippet
The following response snippet shows the elements returned by VehicleMakes.
<VehicleYear> <Year>2001</Year> <IsValid>True</IsValid> <VehicleMakes> <VehicleMake> <MakeName>AM General</MakeName> <MakeId>44</MakeId> </VehicleMake> <VehicleMake> <MakeName>Acura</MakeName> <MakeId>58</MakeId> </VehicleMake> <VehicleMake> <MakeName>Aston Martin</MakeName> <MakeId>77</MakeId> </VehicleMake> ... </VehicleMakes> </VehicleYear>