GET api/GetEntityBORelationshipById?recordId={recordId}&entityId={entityId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| recordId | integer |
Required |
|
| entityId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiPostResponseOfBeneficialOwnerEntityLinkModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | 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"
},
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}