GET apis/Generic/GetCurrentMonthDues?ASID={ASID}&locID={locID}&srvID={srvID}&classID={classID}&dtDueMonth={dtDueMonth}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ASID | string |
Required |
|
| locID | string |
Required |
|
| srvID | string |
Required |
|
| classID | string |
Required |
|
| dtDueMonth | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DuesChilds| Name | Description | Type | Additional information |
|---|---|---|---|
| chdID | globally unique identifier |
None. |
|
| cstID | globally unique identifier |
None. |
|
| rollNo | string |
None. |
|
| stdName | string |
None. |
|
| fatherName | string |
None. |
|
| checkName | date |
None. |
|
| checkAdd | date |
None. |
|
| ASID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"chdID": "7038519b-f6e7-406a-9199-118a0b1dc5c1",
"cstID": "ecc1c771-8a59-4f98-addb-7a7edcf89a52",
"rollNo": "sample string 3",
"stdName": "sample string 4",
"fatherName": "sample string 5",
"checkName": "2026-04-15T18:30:14.3276204+05:00",
"checkAdd": "2026-04-15T18:30:14.3276204+05:00",
"ASID": "e840c734-7595-4a15-bd50-0123359689cd"
},
{
"chdID": "7038519b-f6e7-406a-9199-118a0b1dc5c1",
"cstID": "ecc1c771-8a59-4f98-addb-7a7edcf89a52",
"rollNo": "sample string 3",
"stdName": "sample string 4",
"fatherName": "sample string 5",
"checkName": "2026-04-15T18:30:14.3276204+05:00",
"checkAdd": "2026-04-15T18:30:14.3276204+05:00",
"ASID": "e840c734-7595-4a15-bd50-0123359689cd"
}
]