POST api/GetSysLookups/GetOverallExcelFeeReport
Request Information
URI Parameters
None.
Body Parameters
tblGetClassparameter| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentID | integer |
None. |
|
| SchoolID | integer |
None. |
|
| ClassID | integer |
None. |
|
| SectionID | integer |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentID": 1,
"SchoolID": 2,
"ClassID": 3,
"SectionID": 4,
"StartDate": "sample string 5",
"EndDate": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}