GET api/GetSubstantialList?UserId={UserId}&LinkedObjId={LinkedObjId}&LinkedObjType={LinkedObjType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
Required |
|
| LinkedObjId | integer |
Required |
|
| LinkedObjType | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfSubstantialUSOwnersModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of SubstantialUSOwnersModel |
None. |
|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"SUBSTANTIAL_ID": 1,
"NAME": "sample string 1",
"LINKED_OBJ_TYPE": "sample string 2",
"LINKED_OBJ_ID": 1,
"ADDRESS": "sample string 3",
"TIN": "sample string 4",
"ClientId": 5,
"CreatedBy": 6
},
{
"SUBSTANTIAL_ID": 1,
"NAME": "sample string 1",
"LINKED_OBJ_TYPE": "sample string 2",
"LINKED_OBJ_ID": 1,
"ADDRESS": "sample string 3",
"TIN": "sample string 4",
"ClientId": 5,
"CreatedBy": 6
}
],
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}