GET apis/Generic/GetDuesByChdID?chdID={chdID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
chdID

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Report_FeesDuesClassWise
NameDescriptionTypeAdditional 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": "c71a2866-52e5-4d1b-a8f8-261913c09d42",
    "RowID": 19,
    "RowIndex": 20,
    "dtFrom": "2026-02-19T17:30:39.0048314+05:00",
    "dtTo": "2026-02-19T17:30:39.0048314+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": "c71a2866-52e5-4d1b-a8f8-261913c09d42",
    "RowID": 19,
    "RowIndex": 20,
    "dtFrom": "2026-02-19T17:30:39.0048314+05:00",
    "dtTo": "2026-02-19T17:30:39.0048314+05:00",
    "totalMonths": 23
  }
]