MarketingInitiatives

Uses the Component:MarketingInitiativesType

Marketing Initiatives associated with the vehicle(s)

Fields and Components

Table 6.99. Fields and Components

Name Description Occurrence Type Data Type User Notes
InitiativeTypeCode

Type of program - Incentive or program related initiatives

0..1Field scl:InitiativeTypeEnumeratedType  
InitiativeID

Initiative Identification (i.e., Manufacturer incentive reimbursement program identification or dealer offerings)

0..1Field udt:IdentifierType  
ReimbursementID

Reimbursement certificate or coupon identification

0..*Field udt:IdentifierType  
ReimbursementComment

Reimbursement dealer comments

0..1Field udt:TextType  
ReimbursementAmount

Amount returned to payee

0..1Field udt:AmountType  
ReimbursementPayeeName

Indicates who is paid - It can be either a code (D - Dealer or C - Customer) or the recipient name of reimbursement

0..1Field udt:NameType  
FleetAccountString

Manufacturer Fleet number

0..1Field qdt:StringType  
InitiativeDate

The date the initiative was processed.

0..1Field udt:DateType  
DemoCountNumeric

Number of times vehicle was driven as a demo

0..1Field udt:NumericType  
WarrantyCampaignIndicator

Indicates if the current Marketing Initiative is part of a Warranty Campaign.

0..1Field udt:IndicatorType  

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.99. MarketingInitiatives

<MarketingInitiatives>
     <InitiativeTypeCode>......</InitiativeTypeCode>     [0..1]
     <InitiativeID>......</InitiativeID>     [0..1]
     <ReimbursementID>......</ReimbursementID>     [0..*]
     <ReimbursementComment>......</ReimbursementComment>     [0..1]
     <ReimbursementAmount>......</ReimbursementAmount>     [0..1]
     <ReimbursementPayeeName>......</ReimbursementPayeeName>     [0..1]
     <FleetAccountString>......</FleetAccountString>     [0..1]
     <InitiativeDate>......</InitiativeDate>     [0..1]
     <DemoCountNumeric>......</DemoCountNumeric>     [0..1]
     <WarrantyCampaignIndicator>......</WarrantyCampaignIndicator>     [0..1]
</MarketingInitiatives>