GET api/GetEntityBORelationshipList?ClientId={ClientId}&EntityId={EntityId}&BoId={BoId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId | integer |
Required |
|
EntityId | integer |
Required |
|
BoId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfBeneficialOwnerEntityLinkModelName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of BeneficialOwnerEntityLinkModel |
None. |
|
Success | boolean |
None. |
|
Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "BENEFICIAL_OWNER_ID": 1, "RECORD_ID": 2, "RELATIONSHIP_ID": 1, "BENEFICIAL_LEGAL_NAME": "sample string 3", "ENTITY_ID": 1, "RECORD_CHANGED_BY": "sample string 4", "TAX_RESIDENCY_1_NAME": "sample string 5", "TAX_RESIDENCY_2_NAME": "sample string 6", "PERCENTAGE": 1.0, "CLIENT_ID": 1, "strBENEFICIAL_OWNER_ID": "sample string 7", "BO_RECORD_ID": 8, "strBO_RECORD_ID": "sample string 9", "LEGAL_ENTITY_NAME": "sample string 10" }, { "BENEFICIAL_OWNER_ID": 1, "RECORD_ID": 2, "RELATIONSHIP_ID": 1, "BENEFICIAL_LEGAL_NAME": "sample string 3", "ENTITY_ID": 1, "RECORD_CHANGED_BY": "sample string 4", "TAX_RESIDENCY_1_NAME": "sample string 5", "TAX_RESIDENCY_2_NAME": "sample string 6", "PERCENTAGE": 1.0, "CLIENT_ID": 1, "strBENEFICIAL_OWNER_ID": "sample string 7", "BO_RECORD_ID": 8, "strBO_RECORD_ID": "sample string 9", "LEGAL_ENTITY_NAME": "sample string 10" } ], "Success": true, "Message": [ "sample string 1", "sample string 2" ] }