POST api/App/App_GetStudentAttendanceReport_SubjectWise

Request Information

URI Parameters

None.

Body Parameters

App_GetStudentAttendanceReport_SubjectWiseRequest
NameDescriptionTypeAdditional 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_SubjectWiseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models">
  <School_Id>2</School_Id>
  <Student_Id>1</Student_Id>
  <Year>4</Year>
  <month>3</month>
</App_GetStudentAttendanceReport_SubjectWiseRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.