Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of investors.

Collection of Investor
NameDescriptionTypeAdditional 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.

lockHistories

Gets or sets the lock history identifiers.

Collection of 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",
    "lockHistories": [
      "1",
      "2"
    ]
  },
  {
    "active": true,
    "hmdaPurchaserType": 1,
    "legalName": "sample String 1",
    "liquidationMethod": "sample String 2",
    "mctInvestorId": 1,
    "nickname": "sample String 3",
    "sellerNumber": "sample String 4",
    "id": "5",
    "lockHistories": [
      "1",
      "2"
    ]
  }
]

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","lockHistories":["1","2"]},{"active":true,"hmdaPurchaserType":1,"legalName":"sample String 1","liquidationMethod":"sample String 2","mctInvestorId":1,"nickname":"sample String 3","sellerNumber":"sample String 4","id":"5","lockHistories":["1","2"]}]

application/vnd.api+json

Sample:

Sample not available.