MVResponseVehicleRow

Uses the Component:MVResponseVehicleRowType

Fields and Components

Table 6.20. Fields and Components

Name Description Occurrence Type Data Type User Notes
vehicleModelYear

This specifies the model year of the vehicle specified in the vehicleFilterString field, below.

1..1Field udt:TextType  
vehicleDivision

This specifies the division of the vehicle specified in the vehicleFilterString field, below.

0..1Field udt:TextType  
vehicleModel

This specifies the model of the vehicle specified in the vehicleFilterString field, below.

0..1Field udt:TextType  
vehicleDescription

Specifies a descriptive name for the vehicle specified in the vehicleFilterString field below.

1..1Field udt:TextType  
vehicleFilterString

Describes attributes about the vehicle being purchased using the Flexible Vehicle Description (FVD) syntax. This provides a powerful tool for describing vehicles with widely varying attributes and combinations of features.

1..1Field udt:TextType  
dealReferenceId

This group repeats for each deal in the response. This allows the Get Multiple Vehicles method to return a list of deals that meet the eligibility criteria of the request.

1..*Field udt:TextType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.20. MVResponseVehicleRow

<MVResponseVehicleRow>
     <vehicleModelYear>......</vehicleModelYear>     [1..1]
     <vehicleDivision>......</vehicleDivision>     [0..1]
     <vehicleModel>......</vehicleModel>     [0..1]
     <vehicleDescription>......</vehicleDescription>     [1..1]
     <vehicleFilterString>......</vehicleFilterString>     [1..1]
     <dealReferenceId>......</dealReferenceId>     [1..*]
</MVResponseVehicleRow>