Table of Contents
Uses the Component:ValidateInitiativeType
ValidateInitiative supports the validation of initiatives to be used during the creation or “desking” of a deal when a vehicle is being purchased. This information is sent from the Dealer to the OEM for validation. The OEM will then respond by acknowledging if the initiatives selected are valid and have not expired.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ValidateInitiativeHeader |
Validate Initiative Header | 1..1 | Component | ValidateInitiativeHeaderType | |
ValidateInitiativeDetail |
Validate Initiative Detail | 1..* | Component | ValidateInitiativeDetailType |
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. ValidateInitiative
<ValidateInitiative> <ValidateInitiativeHeader>......</ValidateInitiativeHeader> [1..1] <ValidateInitiativeDetail>......</ValidateInitiativeDetail> [1..*] </ValidateInitiative>