ValidDealResponseResponse

Uses the Component:ValidDealResponseResponseType

Fields and Components

Table 6.7. Fields and Components

Name Description Occurrence Type Data Type User Notes
CustomerGeographyDescription

This is the textual description of the customer geography specified in the Flexible Geography Description string in GetValidDealResponse request.

1..1Field udt:TextType  
RequestVehicleCount

Provides the number of VehicleIncentiveDetail groups included in this Get Valid Deal response.

1..1Field udt:NumericType  
GeoConflictOptions

Geography Conflict occurs when the requested geography submitted by the User maps to more than one Base Geography AND one or more of the incentive programs found are not available in ALL of the Base Georgraphies.

0..*ComponentGeoConflictOptionsType 
VDVehicleIncentiveDetail

Within an incentive program, incentives values are grouped by vehicle. It is possible for a single incentive program to have many distinct vehicles within a program, each with its own incentive values.

0..*ComponentVDVehicleIncentiveDetailType 

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.7. ValidDealResponseResponse

<ValidDealResponseResponse>
     <CustomerGeographyDescription>......</CustomerGeographyDescription>     [1..1]
     <RequestVehicleCount>......</RequestVehicleCount>     [1..1]
     <GeoConflictOptions>......</GeoConflictOptions>     [0..*]
     <VDVehicleIncentiveDetail>......</VDVehicleIncentiveDetail>     [0..*]
</ValidDealResponseResponse>