POST api/App/App_GetStudentAttendanceReport_DateWise
Request Information
URI Parameters
None.
Body Parameters
App_GetStudentAttendanceReport_DateWiseRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Student_Id | integer |
None. |
|
| School_Id | integer |
None. |
|
| Month | integer |
None. |
|
| Year | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Student_Id": 1,
"School_Id": 2,
"Month": 3,
"Year": 4
}
application/xml, text/xml
Sample:
<App_GetStudentAttendanceReport_DateWiseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models"> <Month>3</Month> <School_Id>2</School_Id> <Student_Id>1</Student_Id> <Year>4</Year> </App_GetStudentAttendanceReport_DateWiseRequest>
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.