POST api/App/App_GetStudentAttendedLectureCountForFaculty

Request Information

URI Parameters

None.

Body Parameters

App_GetStudentAttendedLectureCountForFacultyRequest
NameDescriptionTypeAdditional information
School_Id

integer

None.

Discipline_Id

integer

None.

Class_Id

integer

None.

Div_Id

integer

None.

Subject_Id

integer

None.

Emp_Id

integer

None.

Lecture_Count

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "School_Id": 1,
  "Discipline_Id": 2,
  "Class_Id": 3,
  "Div_Id": 4,
  "Subject_Id": 5,
  "Emp_Id": 6,
  "Lecture_Count": 7
}

application/xml, text/xml

Sample:
<App_GetStudentAttendedLectureCountForFacultyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models">
  <Class_Id>3</Class_Id>
  <Discipline_Id>2</Discipline_Id>
  <Div_Id>4</Div_Id>
  <Emp_Id>6</Emp_Id>
  <Lecture_Count>7</Lecture_Count>
  <School_Id>1</School_Id>
  <Subject_Id>5</Subject_Id>
</App_GetStudentAttendedLectureCountForFacultyRequest>

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.