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": "96ce6fa7-db1c-4e87-bf6b-dd559a4b0f6c",
"cstID": "4f31c6a4-93a5-4b59-a850-37c3736e6f9a",
"rollNo": "sample string 3",
"stdName": "sample string 4",
"fatherName": "sample string 5",
"checkName": "2026-06-10T17:31:39.8150497+05:00",
"checkAdd": "2026-06-10T17:31:39.8150497+05:00",
"ASID": "1e328cda-7fb3-4f0c-a92c-cec859be051a"
},
{
"chdID": "96ce6fa7-db1c-4e87-bf6b-dd559a4b0f6c",
"cstID": "4f31c6a4-93a5-4b59-a850-37c3736e6f9a",
"rollNo": "sample string 3",
"stdName": "sample string 4",
"fatherName": "sample string 5",
"checkName": "2026-06-10T17:31:39.8150497+05:00",
"checkAdd": "2026-06-10T17:31:39.8150497+05:00",
"ASID": "1e328cda-7fb3-4f0c-a92c-cec859be051a"
}
]