GET api/GetInvestorRelationshipById?clientId={clientId}&topInvestorId={topInvestorId}&bottomEntityId={bottomEntityId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
Required |
|
topInvestorId | integer |
Required |
|
bottomEntityId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiPostResponseOfInvestorEntityLinkModelName | Description | Type | Additional information |
---|---|---|---|
Data | InvestorEntityLinkModel |
None. |
|
Success | boolean |
None. |
|
Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "RECORD_ID": 1, "RECORD_CHANGED_BY": "sample string 1", "RECORD_START_DT": "2025-06-23T13:33:47.6290168+00:00", "RECORD_END_DT": "2025-06-23T13:33:47.6290168+00:00", "RELATIONSHIP_ID": 1, "TOP_INVESTOR_ID": 1, "BOT_ENTITY_ID": 1, "INVESTMENT_AMOUNT": "sample string 2", "DATE_INVESTMENT": "2025-06-23T13:33:47.6290168+00:00", "DATE_CHANGE": "2025-06-23T13:33:47.6290168+00:00", "DATE_DISPOSAL": "2025-06-23T13:33:47.6290168+00:00", "FATCA_REPORTING_REQUIRED": "sample string 3", "CRS_REPORTING_REQUIRED": "sample string 4", "bFATCA_REPORTING_REQUIRED": true, "bCRS_REPORTING_REQUIRED": true, "INVESTMENT_TYPE": "sample string 7", "INVESTMENT_TYPE_ID": 1, "INVESTORRECORD_ID": 1, "PERCENTAGE": 1.0, "STR_PERCENTAGE": "sample string 8", "INSTRUMENT_TYPE": "sample string 9", "AMOUNT_HELD": "sample string 10", "CLASS_INSTRUMENT_ID": 1, "CLIENT_ID": 1, "USER_ID": 1, "OtherConnectorInfo": "sample string 11", "CONNECTOR_DISPLAY": "sample string 12", "CONNECTOR_TYPE": "sample string 13", "CONNECTOR_COLOUR": "sample string 14", "CONNECTOR_DISPLAY_DYNAMIC_FIELD": "sample string 15", "APPLICATION_DATE": "2025-06-23T13:33:47.6290168+00:00", "APPLICATION_DATE_LIST": [ { "Disabled": true, "Group": { "Disabled": true, "Name": "sample string 2" }, "Selected": true, "Text": "sample string 3", "Value": "sample string 4" }, { "Disabled": true, "Group": { "Disabled": true, "Name": "sample string 2" }, "Selected": true, "Text": "sample string 3", "Value": "sample string 4" } ] }, "Success": true, "Message": [ "sample string 1", "sample string 2" ] }