SalesLeadOwnedVehicle

Uses the Component:OwnedVehicleABIEType

Fields and Components

Table 6.39. Fields and Components

Name Description Occurrence Type Data Type User Notes
Vehicle

Common vehicle component

0..1ComponentVehicleABIEType 
LeaseEndOptionVehicleDecisionCode

Enables the customers decision at the end of an option to be recorded along with other associated information. It records whether the client has decided to refinance, return, or retain the vehicle or whether they have not made up their mind etc.

0..1Field sqdt:LeaseEndOptionVehicleDecisionCodeType  
LeaseEndOptionFinanceDecisionCode

Enables the customers decision at the end of an option to be recorded along with other associated information. It records whether the client has decided to finance their next vehicle or whether they have not made up their mind etc.

0..1Field sqdt:LeaseEndOptionFinanceDecisionCodeType  
AlternateVehicleIdentificationGroup

A list of vehicle identifers from third party sources like Cap, Experian, Kelly Blue Book, etc. This can also be software application identifers for a vehicle.

0..1ComponentAlternateVehicleIdentificationGroupType 

Sample XML

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.39. SalesLeadOwnedVehicle

<SalesLeadOwnedVehicle>
     <Vehicle>......</Vehicle>     [0..1]
     <LeaseEndOptionVehicleDecisionCode>......</LeaseEndOptionVehicleDecisionCode>     [0..1]
     <LeaseEndOptionFinanceDecisionCode>......</LeaseEndOptionFinanceDecisionCode>     [0..1]
     <AlternateVehicleIdentificationGroup>......</AlternateVehicleIdentificationGroup>     [0..1]
</SalesLeadOwnedVehicle>