GET apis/Fee/DuesClassWise?classID={classID}§ionID={sectionID}&chdID={chdID}&stateID={stateID}&services={services}&dtFrom={dtFrom}&dtTo={dtTo}&locID={locID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| classID | globally unique identifier |
Required |
|
| sectionID | globally unique identifier |
Required |
|
| chdID | globally unique identifier |
Required |
|
| stateID | globally unique identifier |
Required |
|
| services | string |
Required |
|
| dtFrom | string |
Required |
|
| dtTo | string |
Required |
|
| locID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Report_FeesDuesClassWise| Name | Description | Type | Additional information |
|---|---|---|---|
| sno | integer |
None. |
|
| compName | string |
None. |
|
| locName | string |
None. |
|
| SID | string |
None. |
|
| RollNo | string |
None. |
|
| GRNO | string |
None. |
|
| Class | string |
None. |
|
| Section | string |
None. |
|
| Name | string |
None. |
|
| FathersName | string |
None. |
|
| TellNO | string |
None. |
|
| ServiceName | string |
None. |
|
| DueAmount | decimal number |
None. |
|
| MonthYear | string |
None. |
|
| Remarks | string |
None. |
|
| Dates | string |
None. |
|
| sequenceNo | integer |
None. |
|
| chdID | globally unique identifier |
None. |
|
| RowID | integer |
None. |
|
| RowIndex | integer |
None. |
|
| dtFrom | date |
None. |
|
| dtTo | date |
None. |
|
| totalMonths | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"sno": 1,
"compName": "sample string 2",
"locName": "sample string 3",
"SID": "sample string 4",
"RollNo": "sample string 5",
"GRNO": "sample string 6",
"Class": "sample string 7",
"Section": "sample string 8",
"Name": "sample string 9",
"FathersName": "sample string 10",
"TellNO": "sample string 11",
"ServiceName": "sample string 12",
"DueAmount": 13.0,
"MonthYear": "sample string 14",
"Remarks": "sample string 15",
"Dates": "sample string 16",
"sequenceNo": 17,
"chdID": "50c41a88-90d6-4078-aba7-cacf1e25112a",
"RowID": 19,
"RowIndex": 20,
"dtFrom": "2026-02-19T17:33:31.8406332+05:00",
"dtTo": "2026-02-19T17:33:31.8406332+05:00",
"totalMonths": 23
},
{
"sno": 1,
"compName": "sample string 2",
"locName": "sample string 3",
"SID": "sample string 4",
"RollNo": "sample string 5",
"GRNO": "sample string 6",
"Class": "sample string 7",
"Section": "sample string 8",
"Name": "sample string 9",
"FathersName": "sample string 10",
"TellNO": "sample string 11",
"ServiceName": "sample string 12",
"DueAmount": 13.0,
"MonthYear": "sample string 14",
"Remarks": "sample string 15",
"Dates": "sample string 16",
"sequenceNo": 17,
"chdID": "50c41a88-90d6-4078-aba7-cacf1e25112a",
"RowID": 19,
"RowIndex": 20,
"dtFrom": "2026-02-19T17:33:31.8406332+05:00",
"dtTo": "2026-02-19T17:33:31.8406332+05:00",
"totalMonths": 23
}
]