Uses the Component:IncentiveApplicationDetailType
This component contains the information for the Incentive application
Table 6.52. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| ApplicationID |
Application identification | 0..1 | Field | udt:IdentifierType | |
| ActionCode |
Type of action performed | 0..1 | Field | udt:TextType | |
| BuyerParty |
A person or oganization buying an item. | 0..1 | Component | PartyABIEType | |
| IncentiveApplicationSale |
Incentive Application Sale component | 0..1 | Component | IncentiveApplicationSaleType | |
| CustomerPaymentOptionAddress |
The address where payment will be sent if the customer chooses to be paid directly | 0..1 | Field | AddressABIEType | |
| IncentiveApplicationTermDetail |
Incentive Applicaton Term Detail information | 0..1 | Component | IncentiveApplicationTermDetailType | |
| IncentiveApplicationTierDetail |
Incentive Applicaton Tier Detail information | 0..1 | Component | IncentiveApplicationTierDetailType | |
| RateOfferType |
This field reflects the rate offer type (STANDARD or SUBVENTION) | 0..1 | Field | udt:TextType | |
| IncentiveApplicationIncentiveOptions |
Incentive Optons | 0..1 | Component | IncentiveApplicationIncentiveOptionsType | |
| ManualOptions |
Manual Options. | 0..1 | Component | ManualOptionsType | |
| ManualBKFlag |
Flag to indicate if the contract booking is done manually or in the system | 0..1 | Field | udt:IndicatorType | |
| ExceptionType |
Used when there is a contract exception (date / rate / term / tier) for an individual | 0..1 | Field | udt:TextType | |
| ArtifactsTriggered |
Identifies what artifacts will be coming with the deal. (RDR, CONTRACT, IA). | 0..1 | Component | ArtifactsTriggeredType | |
| DealerIncentivesOpted |
Flag to indicate whether dealer opted for and not opted for Dealer Cash Incentives | 0..1 | Field | udt:IndicatorType | |
| SubmissionDateTime |
Date on which the customer incentive application was submitted | 0..1 | Field | udt:DateTimeType | |
| IncentivesAppliedToDeal |
Whether any Rebates/Incentives were applied to the Deal. | 0..1 | Field | udt:IndicatorType | |
| IncentiveSignatureFlag |
Indicates whether Customer has signed the Incentive acknowledgement or not. | 0..1 | Field | udt:IndicatorType | |
| DealType |
Category/type of the Deal/Sale. | 0..1 | Field | udt:TextType | |
| SoldOrderIndicator |
An indicator that notifies if the deal was executed as a Sold Order Deal. | 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.52. IncentiveApplicationDetail
<IncentiveApplicationDetail>
<ApplicationID>......</ApplicationID> [0..1]
<ActionCode>......</ActionCode> [0..1]
<BuyerParty>......</BuyerParty> [0..1]
<IncentiveApplicationSale>......</IncentiveApplicationSale> [0..1]
<CustomerPaymentOptionAddress>......</CustomerPaymentOptionAddress> [0..1]
<IncentiveApplicationTermDetail>......</IncentiveApplicationTermDetail> [0..1]
<IncentiveApplicationTierDetail>......</IncentiveApplicationTierDetail> [0..1]
<RateOfferType>......</RateOfferType> [0..1]
<IncentiveApplicationIncentiveOptions>......</IncentiveApplicationIncentiveOptions> [0..1]
<ManualOptions>......</ManualOptions> [0..1]
<ManualBKFlag>......</ManualBKFlag> [0..1]
<ExceptionType>......</ExceptionType> [0..1]
<ArtifactsTriggered>......</ArtifactsTriggered> [0..1]
<DealerIncentivesOpted>......</DealerIncentivesOpted> [0..1]
<SubmissionDateTime>......</SubmissionDateTime> [0..1]
<IncentivesAppliedToDeal>......</IncentivesAppliedToDeal> [0..1]
<IncentiveSignatureFlag>......</IncentiveSignatureFlag> [0..1]
<DealType>......</DealType> [0..1]
<SoldOrderIndicator>......</SoldOrderIndicator> [0..1]
</IncentiveApplicationDetail>