POST api/App/App_GetStudentAttendanceReport_Lecturewise
Request Information
URI Parameters
None.
Body Parameters
App_GetStudentAttendanceReport_LectureWiseRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Student_Id | integer |
None. |
|
| School_Id | integer |
None. |
|
| DATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Student_Id": 1,
"School_Id": 2,
"DATE": "2026-03-25T16:49:02.7077887+05:30"
}
application/xml, text/xml
Sample:
<App_GetStudentAttendanceReport_LectureWiseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models"> <DATE>2026-03-25T16:49:02.7077887+05:30</DATE> <School_Id>2</School_Id> <Student_Id>1</Student_Id> </App_GetStudentAttendanceReport_LectureWiseRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.