Uses the Component:InitiativeDetailType
Initiative download detail.
Table 6.6. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
InitiativeCategoryCode |
Identifies whether the initiative applies to a customer(s) or a vehicle(s). | 1..1 | Field | scl:InitiativeCategoryEnumeratedType | |
InitiativeDownloadVehicleLineItem |
Detail information regarding a vehicle for a particular initiative download | 0..* | Component | InitiativeDownloadVehicleLineItemType | |
GeographicalConstraints |
The GeographicalConstraints component is used to define the geographical region or regions or a range of regions to which the initiative is limited. Example 1: An EmployeePricing initiative may only apply to Zip code 12345. All other zip codes do not apply Example 2: An EmployeePricing initiative may apply to Zip code 12345 as well as zip code 54321, and 65431. All other zip codes do not apply. Example 3: An EmployeePricing initiative applies to the following range of zip codes 12345 to 12349. Any zip codes out side of this range do not apply. | 0..* | Component | GeographicalConstraintsType | |
InitiativeID |
Initiative Identification (i.e., Manufacturer incentive reimbursement program identification or dealer offerings) | 1..1 | Field | udt:IdentifierType | |
InitiativeDescription |
A detailed free-form description of the initiative, for example Employee Pricing , 0% APR, Security Deposit Waiver, etc. | 1..* | Field | udt:TextType | |
InitiativeEffectiveDate |
The date that the initiative goes into effect. | 1..1 | Field | udt:DateType | |
InitiativeEndDate |
Initiative ending date | 1..1 | Field | udt:DateType | |
RequiredOptionGroup |
The group of required options to which an option belongs. EX: Option A1, Option A2, Option A3 of which you may chose only 1. | 0..1 | Field | udt:TextType | |
Begin Choice | |||||
InitiativeRebateGroup |
The Rebate component describes a deduction from an amount to be paid on a vehicle purchase or lease. | 0..* | Component | InitiativeRebateGroupType | |
or | |||||
InitiativeRateGroup |
The initiative rate group component describes rates and terms associated with the initiative. | 0..* | Component | InitiativeRateGroupType | |
End Choice |
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.6. InitiativeDetail
<InitiativeDetail> <InitiativeCategoryCode>......</InitiativeCategoryCode> [1..1] <InitiativeDownloadVehicleLineItem>......</InitiativeDownloadVehicleLineItem> [0..*] <GeographicalConstraints>......</GeographicalConstraints> [0..*] <InitiativeID>......</InitiativeID> [1..1] <InitiativeDescription>......</InitiativeDescription> [1..*] <InitiativeEffectiveDate>......</InitiativeEffectiveDate> [1..1] <InitiativeEndDate>......</InitiativeEndDate> [1..1] <RequiredOptionGroup>......</RequiredOptionGroup> [0..1] <!-- Begin Choice --> <InitiativeRebateGroup>......</InitiativeRebateGroup> [0..*] <!-- or --> <InitiativeRateGroup>......</InitiativeRateGroup> [0..*] <!-- End Choice --> </InitiativeDetail>