Uses the Component:InitiativeType
Describes the initiative to be applied to a sale.
Table 6.102. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| InitiativeID |
Initiative Identification (i.e., Manufacturer incentive reimbursement program identification or dealer offerings) | 0..1 | Field | udt:IdentifierType | |
| InitiativeDescription |
A detailed free-form description of the initiative, for example Employee Pricing , 0% APR, Security Deposit Waiver, etc. | 0..1 | Field | udt:TextType | |
| InitiativeEffectiveDate |
The date that the initiative goes into effect. | 0..1 | Field | udt:DateType | |
| InitiativeEndDate |
Initiative ending date | 0..1 | Field | udt:DateType |
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.102. Initiative
<Initiative>
<InitiativeID>......</InitiativeID> [0..1]
<InitiativeDescription>......</InitiativeDescription> [0..1]
<InitiativeEffectiveDate>......</InitiativeEffectiveDate> [0..1]
<InitiativeEndDate>......</InitiativeEndDate> [0..1]
</Initiative>