GET api/CRM/GetVehicleLead?DealershipID={DealershipID}&LeadCustomerID={LeadCustomerID}
Get Vehicle Lead
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DealershipID | integer |
Required |
|
LeadCustomerID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
VehicleLeadName | Description | Type | Additional information |
---|---|---|---|
VehicleLeadID | integer |
None. |
|
RequestDate | date |
None. |
|
TestDrive | string |
None. |
|
Message | string |
None. |
|
VehicleID | integer |
None. |
|
ModelYear | integer |
None. |
|
MakeID | integer |
None. |
|
ModelID | integer |
None. |
|
LeadCustomerID | integer |
None. |
|
SourceID | integer |
None. |
|
StatusID | byte |
None. |
|
VehicleLeadIPAddress | string |
None. |
|
PhonePreferred | boolean |
None. |
|
LastLookedByID | integer |
None. |
|
LastLookedBy | string |
None. |
|
AssignedToID | integer |
None. |
|
LeadSourceID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "VehicleLeadID": 1, "RequestDate": "2025-05-11T11:31:18.3750669-04:00", "TestDrive": "sample string 3", "Message": "sample string 4", "VehicleID": 1, "ModelYear": 1, "MakeID": 1, "ModelID": 1, "LeadCustomerID": 5, "SourceID": 1, "StatusID": 64, "VehicleLeadIPAddress": "sample string 7", "PhonePreferred": true, "LastLookedByID": 1, "LastLookedBy": "sample string 9", "AssignedToID": 1, "LeadSourceID": 1 }
application/xml, text/xml
Sample:
<VehicleLead xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DC.Core.Model"> <AssignedToID>1</AssignedToID> <LastLookedBy>sample string 9</LastLookedBy> <LastLookedByID>1</LastLookedByID> <LeadCustomerID>5</LeadCustomerID> <LeadSourceID>1</LeadSourceID> <MakeID>1</MakeID> <Message>sample string 4</Message> <ModelID>1</ModelID> <ModelYear>1</ModelYear> <PhonePreferred>true</PhonePreferred> <RequestDate>2025-05-11T11:31:18.3750669-04:00</RequestDate> <SourceID>1</SourceID> <StatusID>64</StatusID> <TestDrive>sample string 3</TestDrive> <VehicleID>1</VehicleID> <VehicleLeadID>1</VehicleLeadID> <VehicleLeadIPAddress>sample string 7</VehicleLeadIPAddress> </VehicleLead>