POST api/SaveBOEnityLink
Request Information
URI Parameters
None.
Body Parameters
BeneficialOwnerEntityLinkModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BENEFICIAL_OWNER_ID | integer |
None. |
|
| RECORD_ID | integer |
None. |
|
| RELATIONSHIP_ID | integer |
None. |
|
| BENEFICIAL_LEGAL_NAME | string |
None. |
|
| ENTITY_ID | integer |
None. |
|
| RECORD_CHANGED_BY | string |
None. |
|
| TAX_RESIDENCY_1_NAME | string |
None. |
|
| TAX_RESIDENCY_2_NAME | string |
None. |
|
| PERCENTAGE | decimal number |
None. |
|
| CLIENT_ID | integer |
None. |
|
| strBENEFICIAL_OWNER_ID | string |
None. |
|
| BO_RECORD_ID | integer |
None. |
|
| strBO_RECORD_ID | string |
None. |
|
| LEGAL_ENTITY_NAME | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"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"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseOfBeneficialOwnerEntityLinkModel| Name | 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"
]
}