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