GET api/GetEntityWithHoldingNameByEntityId?clientId={clientId}&entityId={entityId}&dateOfAllocation={dateOfAllocation}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
Required |
|
entityId | integer |
Required |
|
dateOfAllocation | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfAllocationDateListModelName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of AllocationDateListModel |
None. |
|
Success | boolean |
None. |
|
Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "DATE_OF_ALLOCATION": "2025-06-23T13:06:10.5969725+00:00", "STR_DATE_OF_ALLOCATION": "sample string 1", "WITHHOLDING_NAME": "sample string 2", "Text": "sample string 3", "RECORD_START_DT": "2025-06-23T13:06:10.5969725+00:00" }, { "DATE_OF_ALLOCATION": "2025-06-23T13:06:10.5969725+00:00", "STR_DATE_OF_ALLOCATION": "sample string 1", "WITHHOLDING_NAME": "sample string 2", "Text": "sample string 3", "RECORD_START_DT": "2025-06-23T13:06:10.5969725+00:00" } ], "Success": true, "Message": [ "sample string 1", "sample string 2" ] }