Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of investors.
Collection of Pico.Investor| Name | Description | Type | Additional information |
|---|---|---|---|
| active |
Gets or sets a value indicating whether this is active. |
boolean |
None. |
| hmdaPurchaserType |
Gets or sets the HMDA purchaser type. |
integer |
None. |
| legalName |
Gets or sets the legal name. |
string |
None. |
| liquidationMethod |
Gets or sets the liquidation method. |
string |
None. |
| mctInvestorId |
Gets or sets the mct investor identifier. |
integer |
None. |
| nickname |
Gets or sets the nickname. |
string |
None. |
| sellerNumber |
Gets or sets the seller number. |
string |
None. |
| id |
Gets or sets the investor identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"active": true,
"hmdaPurchaserType": 1,
"legalName": "sample String 1",
"liquidationMethod": "sample String 2",
"mctInvestorId": 1,
"nickname": "sample String 3",
"sellerNumber": "sample String 4",
"id": "5"
},
{
"active": true,
"hmdaPurchaserType": 1,
"legalName": "sample String 1",
"liquidationMethod": "sample String 2",
"mctInvestorId": 1,
"nickname": "sample String 3",
"sellerNumber": "sample String 4",
"id": "5"
}
]
text/html
Sample:
[{"active":true,"hmdaPurchaserType":1,"legalName":"sample String 1","liquidationMethod":"sample String 2","mctInvestorId":1,"nickname":"sample String 3","sellerNumber":"sample String 4","id":"5"},{"active":true,"hmdaPurchaserType":1,"legalName":"sample String 1","liquidationMethod":"sample String 2","mctInvestorId":1,"nickname":"sample String 3","sellerNumber":"sample String 4","id":"5"}]
application/xml, text/xml
Sample:
<ArrayOfInvestor xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Investor>
<Active>true</Active>
<HMDAPurchaserType>1</HMDAPurchaserType>
<LegalName>sample String 1</LegalName>
<LiquidationMethod>sample String 2</LiquidationMethod>
<MCTInvestorId>1</MCTInvestorId>
<Nickname>sample String 3</Nickname>
<SellerNumber>sample String 4</SellerNumber>
<InvestorId>5</InvestorId>
</Investor>
<Investor>
<Active>true</Active>
<HMDAPurchaserType>1</HMDAPurchaserType>
<LegalName>sample String 1</LegalName>
<LiquidationMethod>sample String 2</LiquidationMethod>
<MCTInvestorId>1</MCTInvestorId>
<Nickname>sample String 3</Nickname>
<SellerNumber>sample String 4</SellerNumber>
<InvestorId>5</InvestorId>
</Investor>
</ArrayOfInvestor>