Table of Contents
Uses the Component:InitiativeDownloadType
InitiativeDownload is to supports the daily transmission of up-to-date vehicle initiative information from the OEM to the Dealer.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
InitiativeDownloadHeader |
Initial Download Header. | 1..1 | Component | InitiativeDownloadHeaderType | |
InitiativeDetail |
Initiative download detail. | 1..* | Component | InitiativeDetailType |
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. InitiativeDownload
<InitiativeDownload> <InitiativeDownloadHeader>......</InitiativeDownloadHeader> [1..1] <InitiativeDetail>......</InitiativeDetail> [1..*] </InitiativeDownload>