POST api/TimeTable/GetByTeacherSectionSubject
Request Information
URI Parameters
None.
Body Parameters
TimeTableTeacherSectionSubjectRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| FK_FinancialYearID | integer |
None. |
|
| FK_InstituteID | integer |
None. |
|
| TimeTableID | integer |
None. |
|
| FK_TeacherID | integer |
None. |
|
| FK_CourseSectionID | integer |
None. |
|
| FK_SubjectID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"fK_FinancialYearID": 1,
"fK_InstituteID": 2,
"timeTableID": 3,
"fK_TeacherID": 1,
"fK_CourseSectionID": 1,
"fK_SubjectID": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.