GetLenderByCode
Gets lender information for a dealer-specific lender code.
Request Information
Parameters
| Name | Description | Type | Additional information |
| sourceId |
|
integer
|
Required
|
| lenderCode |
|
string
|
Required
|
Response Information
Resource Description
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
<Lender xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DealerBuilt.BaseApi">
<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:d2p1="http://schemas.datacontract.org/2004/07/DealerBuilt.Models">
<d2p1:Amount>1</d2p1:Amount>
<d2p1:Currency>UsDollar</d2p1:Currency>
</PurchaseFeeAmount>
<State>sample string 5</State>
<Zip>sample string 6</Zip>
</Lender>