Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
investorId |
The investor identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of investor details.
Collection of Pico.InvestorDetailName | Description | Type | Additional information |
---|---|---|---|
content1 |
Gets or sets the content1. |
string |
None. |
content2 |
Gets or sets the content2. |
string |
None. |
Gets or sets the email. |
string |
None. |
|
phone |
Gets or sets the phone. |
string |
None. |
id |
Gets or sets the investor detail identifier. |
integer |
None. |
investor |
Gets or sets the investor identifier. |
integer |
None. |
investorDetailType |
Gets or sets the investor detail type identifier. |
integer |
None. |
address |
Gets or sets the address identifier. |
integer |
None. |
states |
Gets or sets the state identifiers. |
Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "content1": "sample String 1", "content2": "sample String 2", "email": "sample String 3", "phone": "sample String 4", "id": "5", "investor": "1", "investorDetailType": "1", "address": "1", "states": [ "sample String 1", "sample String 2" ] }, { "content1": "sample String 1", "content2": "sample String 2", "email": "sample String 3", "phone": "sample String 4", "id": "5", "investor": "1", "investorDetailType": "1", "address": "1", "states": [ "sample String 1", "sample String 2" ] } ]
text/html
Sample:
[{"content1":"sample String 1","content2":"sample String 2","email":"sample String 3","phone":"sample String 4","id":"5","investor":"1","investorDetailType":"1","address":"1","states":["sample String 1","sample String 2"]},{"content1":"sample String 1","content2":"sample String 2","email":"sample String 3","phone":"sample String 4","id":"5","investor":"1","investorDetailType":"1","address":"1","states":["sample String 1","sample String 2"]}]