GET api/GetControllingPersonViewById?cpId={cpId}&recordId={recordId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cpId | integer |
Required |
|
| recordId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiPostResponseOfControllingPersonViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ControllingPersonViewModel |
None. |
|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"RECORD_ID": 1,
"strRECORD_ID": "sample string 1",
"RECORD_END_DT": "2025-10-29T12:57:54.35552+00:00",
"INVESTOR_RECORD_ID": 1,
"strINVESTOR_RECORD_ID": "sample string 2",
"CP_RECORD_ID": 1,
"strCP_RECORD_ID": "sample string 3",
"CP_ID": 1,
"strCP_ID": "sample string 4",
"CLIENT_ID": 1,
"CP_REFERENCE_ID": "sample string 5",
"FullName": "sample string 6",
"RELATIONSHIP_TYPE_NAME": "sample string 7",
"CONTROL_PERCENTAGE": "sample string 8",
"TIN_COUNTRY_1": "sample string 9",
"TIN_1": "sample string 10",
"TIN_COUNTRY_2": "sample string 11",
"TIN_2": "sample string 12",
"str_Address": "sample string 13",
"BIRTH_CITY": "sample string 14",
"BIRTH_STATE": "sample string 15",
"BIRTH_COUNTRY_NAME": "sample string 16",
"str_BIRTHDATE": "sample string 17",
"FIRST_NAME": "sample string 18",
"LAST_NAME": "sample string 19",
"BIRTH_COUNTRY_ID": 1,
"BIRTH_DATE": "2025-10-29T12:57:54.35552+00:00",
"TIN_COUNTRY_1_ID": 1,
"TIN_COUNTRY_2_ID": 1,
"TIN_COUNTRY_3_ID": 1,
"ADDRESS_NUMBER_STREET": "sample string 20",
"ADDRESS_CITY": "sample string 21",
"ADDRESS_STATE": "sample string 22",
"ADDRESS_POST_CODE": "sample string 23",
"ADDRESS_COUNTRY_ID": 1,
"ADDRESS_COUNTRY_NAME": "sample string 24",
"MAILING_NUMBER_STREET": "sample string 25",
"MAILING_CITY": "sample string 26",
"MAILING_STATE": "sample string 27",
"MAILING_POST_CODE": "sample string 28",
"MAILING_COUNTRY_ID": 1,
"TIN_3": "sample string 29",
"TIN_COUNTRY_3": "sample string 30",
"TIN_COUNTRY_1_NAME": "sample string 31",
"TIN_COUNTRY_2_NAME": "sample string 32",
"TIN_COUNTRY_3_NAME": "sample string 33",
"operationType": "sample string 34",
"CreatedBy": 1,
"RELATIONSHIP_TYPE_ID": 1,
"INVESTOR_ID": 1,
"strINVESTOR_ID": "sample string 35",
"RECORD_CHANGED_BY": "sample string 36",
"Controlling_RecordId": 1,
"strControlling_RecordId": "sample string 37",
"ControllingPersonRecordId": 1,
"ControlledEntities_RecordId": 1,
"strControlledEntities_RecordId": "sample string 38",
"strRECORD_START_DT": "sample string 39",
"strRECORD_END_DT": "sample string 40",
"ENTITY_ID": 1,
"strENTITY_ID": "sample string 41",
"TYPE": "sample string 42",
"LAST_UPDATE_ON": "sample string 43",
"LAST_UPDATE_BY": "sample string 44",
"StrBIRTH_DATE": "sample string 45",
"ADDRESS_CountryName": "sample string 46",
"Mailing_CountryName": "sample string 47",
"USCTAFinCENID": "sample string 48"
},
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}