GET api/GetFundDealList?ClientId={ClientId}&entityId={entityId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
Required |
|
| entityId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfFundDealMasterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of FundDealMasterModel |
None. |
|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"FUND_DEAL_ID": 1,
"FUND_NAME": "sample string 1",
"DEAL_NAME": "sample string 2",
"LEGAL_ENTITY_NAME": "sample string 3",
"FUND_DEAL_NAME": "sample string 4",
"ENTITY_ID": 5,
"RECORD_ID": 6,
"INVESTMENT_CATEGORY": "sample string 7",
"LINKED_PARENT_ENTITIES": "sample string 8",
"LINKED_PARENTS": "sample string 9",
"CLIENT_ID": 10,
"DISPLAY_SEQUENCE": "sample string 11",
"SelectedParentEntities": [
{
"Disabled": true,
"Group": {
"Disabled": true,
"Name": "sample string 2"
},
"Selected": true,
"Text": "sample string 3",
"Value": "sample string 4"
},
{
"Disabled": true,
"Group": {
"Disabled": true,
"Name": "sample string 2"
},
"Selected": true,
"Text": "sample string 3",
"Value": "sample string 4"
}
],
"COUNT_OF_LINKED_ENTITIES": 1
},
{
"FUND_DEAL_ID": 1,
"FUND_NAME": "sample string 1",
"DEAL_NAME": "sample string 2",
"LEGAL_ENTITY_NAME": "sample string 3",
"FUND_DEAL_NAME": "sample string 4",
"ENTITY_ID": 5,
"RECORD_ID": 6,
"INVESTMENT_CATEGORY": "sample string 7",
"LINKED_PARENT_ENTITIES": "sample string 8",
"LINKED_PARENTS": "sample string 9",
"CLIENT_ID": 10,
"DISPLAY_SEQUENCE": "sample string 11",
"SelectedParentEntities": [
{
"Disabled": true,
"Group": {
"Disabled": true,
"Name": "sample string 2"
},
"Selected": true,
"Text": "sample string 3",
"Value": "sample string 4"
},
{
"Disabled": true,
"Group": {
"Disabled": true,
"Name": "sample string 2"
},
"Selected": true,
"Text": "sample string 3",
"Value": "sample string 4"
}
],
"COUNT_OF_LINKED_ENTITIES": 1
}
],
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}