GET api/GetClassInstrumentHeldList?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfClassInstrumentHeldModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of ClassInstrumentHeldModel |
None. |
|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"CLASS_INSTRUMENT_ID": 1,
"StrCLASS_INSTRUMENT_ID": "sample string 2",
"CLASS_INSTRUMENT_NAME": "sample string 3",
"CLIENT_ID": 1,
"CLIENT_NAME": "sample string 4",
"CREATED_BY": 1,
"CREATED_USER_NAME": "sample string 5",
"CREATED_ON": "2025-10-29T13:00:12.042759+00:00",
"StrCREATED_ON": "sample string 6",
"UPDATED_BY": 1,
"UPDATED_USER_NAME": "sample string 7",
"UPDATED_ON": "2025-10-29T13:00:12.042759+00:00",
"StrUPDATED_ON": "sample string 8",
"IS_DELETED": true,
"MODIFY_BY": "sample string 10",
"MODIFY_ON": "sample string 11",
"DisplayOrder": 1
},
{
"CLASS_INSTRUMENT_ID": 1,
"StrCLASS_INSTRUMENT_ID": "sample string 2",
"CLASS_INSTRUMENT_NAME": "sample string 3",
"CLIENT_ID": 1,
"CLIENT_NAME": "sample string 4",
"CREATED_BY": 1,
"CREATED_USER_NAME": "sample string 5",
"CREATED_ON": "2025-10-29T13:00:12.042759+00:00",
"StrCREATED_ON": "sample string 6",
"UPDATED_BY": 1,
"UPDATED_USER_NAME": "sample string 7",
"UPDATED_ON": "2025-10-29T13:00:12.042759+00:00",
"StrUPDATED_ON": "sample string 8",
"IS_DELETED": true,
"MODIFY_BY": "sample string 10",
"MODIFY_ON": "sample string 11",
"DisplayOrder": 1
}
],
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}