POST api/SaveSubstantialData
Request Information
URI Parameters
None.
Body Parameters
SubstantialUSOwnersModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SUBSTANTIAL_ID | integer |
None. |
|
| NAME | string |
None. |
|
| LINKED_OBJ_TYPE | string |
None. |
|
| LINKED_OBJ_ID | integer |
None. |
|
| ADDRESS | string |
None. |
|
| TIN | string |
None. |
|
| ClientId | integer |
None. |
|
| CreatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"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
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}