Uses the Component:DealerPartyABIEType
The dealer party that is receiving a sales lead or other type of request.
Table 6.97. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
CommonParty |
Common generic Party component | 0..1 | Component | PartyABIEType | |
PartyRole |
Generic field to handle all types of dealer parties. Values: SALES_MANAGER, GENERAL_MANAGER, FINANCE_INSURACE_MANAGER, FINANCE_INSURANCE_ASSOCIATE, SALES_ASSOCIATE, OTHER. | 0..* | Field | udt:TextType | |
ShareAmount |
Shared sales commision. | 0..1 | Field | udt:PercentType | |
ActiveIndicator |
Active Indicator. | 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.97. ReceivingDealerParty
<ReceivingDealerParty> <CommonParty>......</CommonParty> [0..1] <PartyRole>......</PartyRole> [0..*] <ShareAmount>......</ShareAmount> [0..1] <ActiveIndicator>......</ActiveIndicator> [0..1] </ReceivingDealerParty>