GET api/GetGroupEntityByInvestmentDateDDL?CLIENT_ID={CLIENT_ID}&INVESTMENT_START_DATE={INVESTMENT_START_DATE}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CLIENT_ID | integer |
Required |
|
| INVESTMENT_START_DATE | date |
Required |
Body Parameters
None.
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"
]
}