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": "3155bd0b-afb0-491b-8275-57516062d78d",
"cstID": "ea228a69-7166-44d2-af1c-83b8ed3bf02e",
"rollNo": "sample string 3",
"stdName": "sample string 4",
"fatherName": "sample string 5",
"checkName": "2026-02-19T17:33:25.3185142+05:00",
"checkAdd": "2026-02-19T17:33:25.3185142+05:00",
"ASID": "a452b2f3-7db6-4e3f-96e9-d39e441f3250"
},
{
"chdID": "3155bd0b-afb0-491b-8275-57516062d78d",
"cstID": "ea228a69-7166-44d2-af1c-83b8ed3bf02e",
"rollNo": "sample string 3",
"stdName": "sample string 4",
"fatherName": "sample string 5",
"checkName": "2026-02-19T17:33:25.3185142+05:00",
"checkAdd": "2026-02-19T17:33:25.3185142+05:00",
"ASID": "a452b2f3-7db6-4e3f-96e9-d39e441f3250"
}
]