GetLenders
Gets all lenders from a dealer's setup.
Request Information
Parameters
LenderSearchCriteria
Name | Description | Type | Additional information |
SourceId |
|
integer
|
|
LenderType |
|
LenderType
|
|
MaxElapsedSinceUpdate |
|
time interval
|
|
Sample Request
<ApiLenderSearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DealerBuilt.BaseApi">
<LenderType>Finance</LenderType>
<MaxElapsedSinceUpdate>PT0.1234567S</MaxElapsedSinceUpdate>
<SourceId>1</SourceId>
</ApiLenderSearchCriteria>
Response Information
Resource Description
Collection of
Lender
Name | Description | Type | Additional information |
Code |
|
string
|
|
Name |
|
string
|
|
LenderType |
|
LenderType
|
|
Address |
|
string
|
|
City |
|
string
|
|
State |
|
string
|
|
Zip |
|
string
|
|
Phone |
|
string
|
|
PurchaseFeeAmount |
|
MonetaryValue
|
|
Placement |
|
SourcePlacement
|
|
Sample Response
<ArrayOfLender xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DealerBuilt.BaseApi">
<Lender>
<Placement>
<GroupId>4</GroupId>
<GroupName>sample string 5</GroupName>
<EnvironmentId>3</EnvironmentId>
<EnvironmentType>Undefined</EnvironmentType>
<DealerId>2</DealerId>
<SourceId>1</SourceId>
</Placement>
<Address>sample string 3</Address>
<City>sample string 4</City>
<Code>sample string 1</Code>
<LenderType>Finance</LenderType>
<Name>sample string 2</Name>
<Phone>sample string 7</Phone>
<PurchaseFeeAmount xmlns:d3p1="http://schemas.datacontract.org/2004/07/DealerBuilt.Models">
<d3p1:Amount>1</d3p1:Amount>
<d3p1:Currency>UsDollar</d3p1:Currency>
</PurchaseFeeAmount>
<State>sample string 5</State>
<Zip>sample string 6</Zip>
</Lender>
<Lender>
<Placement>
<GroupId>4</GroupId>
<GroupName>sample string 5</GroupName>
<EnvironmentId>3</EnvironmentId>
<EnvironmentType>Undefined</EnvironmentType>
<DealerId>2</DealerId>
<SourceId>1</SourceId>
</Placement>
<Address>sample string 3</Address>
<City>sample string 4</City>
<Code>sample string 1</Code>
<LenderType>Finance</LenderType>
<Name>sample string 2</Name>
<Phone>sample string 7</Phone>
<PurchaseFeeAmount xmlns:d3p1="http://schemas.datacontract.org/2004/07/DealerBuilt.Models">
<d3p1:Amount>1</d3p1:Amount>
<d3p1:Currency>UsDollar</d3p1:Currency>
</PurchaseFeeAmount>
<State>sample string 5</State>
<Zip>sample string 6</Zip>
</Lender>
</ArrayOfLender>