Uses the Component:IncentiveApplicationSaleType
Incentive Application Sale component
Table 6.54. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
TypeSalesCodes |
Type of the sales codes. | 0..1 | Component | TypeSalesCodesType | |
SalesType |
Type of sale executed | 0..1 | Field | udt:TextType | |
RetailDate |
Date on which the vehicle is retailed to the customer | 0..1 | Field | udt:DateType | |
IncentiveEligibilityDate |
Date on which a sold order vehicle is ordered – used to process incentives for sold orders | 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.54. IncentiveApplicationSale
<IncentiveApplicationSale> <TypeSalesCodes>......</TypeSalesCodes> [0..1] <SalesType>......</SalesType> [0..1] <RetailDate>......</RetailDate> [0..1] <IncentiveEligibilityDate>......</IncentiveEligibilityDate> [0..1] </IncentiveApplicationSale>