GET api/GetFundDealListData?ClientId={ClientId}&FundDealName={FundDealName}&InvestmentStartDate={InvestmentStartDate}&InvestmentEndDate={InvestmentEndDate}&InvestmentCategory={InvestmentCategory}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
Required |
|
| FundDealName | string |
Required |
|
| InvestmentStartDate | date |
Required |
|
| InvestmentEndDate | date |
Required |
|
| InvestmentCategory | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfFundDealModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of FundDealModel |
None. |
|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"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:03:16.8096035+00:00",
"INVESTMENT_END_DATE": "2025-10-29T13:03:16.8096035+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
},
{
"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:03:16.8096035+00:00",
"INVESTMENT_END_DATE": "2025-10-29T13:03:16.8096035+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
}
],
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}