Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The investor identifier. |
integer |
Required |
Body Parameters
The investor.
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. |
Request Formats
application/json, text/json
{
"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
{"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
<Investor xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <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>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The updated investor.
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
{
"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
{"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
<Investor xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <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>