Uses the Component:MarketingInitiativesType
Marketing Initiatives associated with the vehicle(s)
Table 6.99. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| InitiativeTypeCode |
Type of program - Incentive or program related initiatives | 0..1 | Field | scl:InitiativeTypeEnumeratedType | |
| InitiativeID |
Initiative Identification (i.e., Manufacturer incentive reimbursement program identification or dealer offerings) | 0..1 | Field | udt:IdentifierType | |
| ReimbursementID |
Reimbursement certificate or coupon identification | 0..* | Field | udt:IdentifierType | |
| ReimbursementComment |
Reimbursement dealer comments | 0..1 | Field | udt:TextType | |
| ReimbursementAmount |
Amount returned to payee | 0..1 | Field | 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..1 | Field | udt:NameType | |
| FleetAccountString |
Manufacturer Fleet number | 0..1 | Field | qdt:StringType | |
| InitiativeDate |
The date the initiative was processed. | 0..1 | Field | udt:DateType | |
| DemoCountNumeric |
Number of times vehicle was driven as a demo | 0..1 | Field | udt:NumericType | |
| WarrantyCampaignIndicator |
Indicates if the current Marketing Initiative is part of a Warranty Campaign. | 0..1 | Field | udt:IndicatorType |
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>