POST api/attendance/classwise

Request Information

URI Parameters

None.

Body Parameters

AttendanceDateRangeRequest
NameDescriptionTypeAdditional information
School_Id

integer

None.

SchoolId

integer

None.

Start_Date

date

None.

End_Date

date

None.

DisciplineId

integer

None.

ClassId

integer

None.

Year_Id

integer

None.

YearId

integer

None.

ResolvedSchoolId

integer

None.

ResolvedYearId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "School_Id": 1,
  "SchoolId": 2,
  "Start_Date": "2026-09-06T16:39:03.1329274+05:30",
  "End_Date": "2026-09-06T16:39:03.1329274+05:30",
  "DisciplineId": 3,
  "ClassId": 4,
  "Year_Id": 5,
  "YearId": 6,
  "ResolvedSchoolId": 1,
  "ResolvedYearId": 5
}

application/xml, text/xml

Sample:
<AttendanceDateRangeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestAPI.Controllers">
  <ClassId>4</ClassId>
  <DisciplineId>3</DisciplineId>
  <End_Date>2026-09-06T16:39:03.1329274+05:30</End_Date>
  <SchoolId>2</SchoolId>
  <School_Id>1</School_Id>
  <Start_Date>2026-09-06T16:39:03.1329274+05:30</Start_Date>
  <YearId>6</YearId>
  <Year_Id>5</Year_Id>
</AttendanceDateRangeRequest>

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.