GET api/GetFundDealById?FUND_DEAL_ID={FUND_DEAL_ID}

Request Information

URI Parameters

Name Description Type Additional information
FUND_DEAL_ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiPostResponseOfFundDealModel
Name Description Type Additional information
Data

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-06-23T12:52:29.1475054+00:00",
    "INVESTMENT_END_DATE": "2025-06-23T12:52:29.1475054+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"
  ]
}