Uses the Component:SalesLeadInfoType
Sales Lead Inforrmation
Table 6.16. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
LeadID |
The ID of the lead. | 0..1 | Field | oag:OpenIDType | |
LeadTypeCode |
The type of lead. | 0..1 | Field | oag:CodeType | |
LeadInterestCode |
Lead interest. | 0..1 | Field | oag:CodeType | |
LeadSourceCode |
The source of lead. | 0..1 | Field | oag:CodeType | |
LeadReceiptCode |
Lead receipt code. | 0..1 | Field | oag:CodeType | |
LeadDescription |
The description of the lead. | 0..1 | Field | oag:TextType | |
LeadComments |
Lead comments. | 0..1 | Field | oag:TextType | |
Vehicle |
Common vehicle component | 0..1 | Component | VehicleABIEType |
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.22. SalesLeadInfo
<SalesLeadInfo> <LeadID>......</LeadID> [0..1] <LeadTypeCode>......</LeadTypeCode> [0..1] <LeadInterestCode>......</LeadInterestCode> [0..1] <LeadSourceCode>......</LeadSourceCode> [0..1] <LeadReceiptCode>......</LeadReceiptCode> [0..1] <LeadDescription>......</LeadDescription> [0..1] <LeadComments>......</LeadComments> [0..1] <Vehicle>......</Vehicle> [0..1] </SalesLeadInfo>