Table of Contents
Uses the Component:ValidDealRequestType
The primary purpose of this Noun is to provide a comprehensive list of incentives that a buyer qualifies for when purchasing or financing a specific vehicle.
Table 6.1. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| ValidDealRequestHeader |
Initial Download Header. | 1..1 | Component | ValidDealRequestHeaderType | |
| ValidDealRequestDetail |
Valid Deals detail. | 1..* | Component | ValidDealRequestDetailType |
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.1. ValidDealRequest
<ValidDealRequest>
<ValidDealRequestHeader>......</ValidDealRequestHeader> [1..1]
<ValidDealRequestDetail>......</ValidDealRequestDetail> [1..*]
</ValidDealRequest>