POST api/SaveFundDeal
Request Information
URI Parameters
None.
Body Parameters
FundDealModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FUND_DEAL_ID | integer |
None. |
|
| Str_FUND_DEAL_ID | string |
None. |
|
| FUND_DEAL_NAME | string |
None. |
|
| STR_INVESTMENT_END_DATE | string |
None. |
|
| STR_INVESTMENT_START_DATE | string |
None. |
|
| INVESTMENT_START_DATE | date |
None. |
|
| INVESTMENT_END_DATE | date |
None. |
|
| INVESTMENT_CATEGORY_ID | integer |
None. |
|
| INVESTMENT_CATEGORY | string |
None. |
|
| LINKED_ENTITIES | string |
None. |
|
| strRECORD_ID | string |
None. |
|
| CLIENT_ID | integer |
None. |
|
| USER_ID | integer |
None. |
|
| IS_DELETE | boolean |
None. |
|
| EntityFunDealModelList | Collection of EntityFunDealModel |
None. |
|
| IsStructureChart | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"FUND_DEAL_ID": 1,
"Str_FUND_DEAL_ID": "sample string 1",
"FUND_DEAL_NAME": "sample string 2",
"STR_INVESTMENT_END_DATE": "sample string 3",
"STR_INVESTMENT_START_DATE": "sample string 4",
"INVESTMENT_START_DATE": "2025-10-29T13:09:57.8709522+00:00",
"INVESTMENT_END_DATE": "2025-10-29T13:09:57.8709522+00:00",
"INVESTMENT_CATEGORY_ID": 1,
"INVESTMENT_CATEGORY": "sample string 5",
"LINKED_ENTITIES": "sample string 6",
"strRECORD_ID": "sample string 7",
"CLIENT_ID": 1,
"USER_ID": 1,
"IS_DELETE": true,
"EntityFunDealModelList": [
{
"Value": 1,
"Text": "sample string 2",
"Ischecked": true,
"TextTitle": "sample string 4"
},
{
"Value": 1,
"Text": "sample string 2",
"Ischecked": true,
"TextTitle": "sample string 4"
}
],
"IsStructureChart": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| TAID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"TAID": 3
}