ValidMultipleVehicleIncentiveRequestHeader

Uses the Component:ValidMultipleVehicleIncentiveRequestHeaderType

Initial Download Header.

Fields and Components

Table 6.2. Fields and Components

Name Description Occurrence Type Data Type User Notes
DocumentDateTime

Is the date and time the document was last created. This is not the date and time that the BOD message instance was created.

0..1Field udt:DateTimeType  
SecondaryPassword

Secondary password used to validate access to the dealer information

0..1Field udt:TextType  
SecondaryDealerNumberID

Identifies secondary dealer number if different than primary "Dealer Number"

0..1Field udt:IdentifierType  
DocumentIdentificationGroup

A group of identifications that uniquely identifies this document

1..1ComponentDocumentIdentificationGroupType 
Localization

This two-digit code specifies the language which is used to describe the incentive descriptions.

1..1ComponentLocalizationType 
MVDealManagement

This section allows the calling application to select the amount of data that is returned in the response. It is possible to limit the response to only the highest level incentives or to request the full detail of every available incentive within the deal.

1..1ComponentMVDealManagementType 
returnIncentiveProgramTagsInd

If this flag is set to true, then detailed eligibility and filtering information will be included in the response.

1..1Field xsd:boolean  

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.2. ValidMultipleVehicleIncentiveRequestHeader

<ValidMultipleVehicleIncentiveRequestHeader>
     <DocumentDateTime>......</DocumentDateTime>     [0..1]
     <SecondaryPassword>......</SecondaryPassword>     [0..1]
     <SecondaryDealerNumberID>......</SecondaryDealerNumberID>     [0..1]
     <DocumentIdentificationGroup>......</DocumentIdentificationGroup>     [1..1]
     <Localization>......</Localization>     [1..1]
     <MVDealManagement>......</MVDealManagement>     [1..1]
     <returnIncentiveProgramTagsInd>......</returnIncentiveProgramTagsInd>     [1..1]
</ValidMultipleVehicleIncentiveRequestHeader>