MarketingInitiativesVO

Uses the Component:MarketingInitiativesVOType

Marketing initiatives related to vehicle sale

Fields and Components

Table 6.69. 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  
InitiativeChangeIndicator

Can the initiative be changed in this order?

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.69. MarketingInitiativesVO

<MarketingInitiativesVO>
     <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]
     <InitiativeChangeIndicator>......</InitiativeChangeIndicator>     [0..1]
</MarketingInitiativesVO>