POST api/App/GetAttendanceLectureSlot_FromTimetable

Request Information

URI Parameters

None.

Body Parameters

GetAttendanceLectureSlot_FromTimetableRequest
NameDescriptionTypeAdditional information
SchoolId

integer

None.

YearId

integer

None.

ClassId

integer

None.

DivId

integer

None.

Date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SchoolId": 1,
  "YearId": 2,
  "ClassId": 3,
  "DivId": 4,
  "Date": "2026-03-25T16:49:03.9577142+05:30"
}

application/xml, text/xml

Sample:
<GetAttendanceLectureSlot_FromTimetableRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models">
  <ClassId>3</ClassId>
  <Date>2026-03-25T16:49:03.9577142+05:30</Date>
  <DivId>4</DivId>
  <SchoolId>1</SchoolId>
  <YearId>2</YearId>
</GetAttendanceLectureSlot_FromTimetableRequest>

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.