POST api/TimeTable/AddDetail
Request Information
URI Parameters
None.
Body Parameters
TimeTableDetailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FK_TimeTableID | integer |
None. |
|
| FK_CourseSectionID | integer |
None. |
|
| WeekDayIDs | Collection of integer |
None. |
|
| FK_PeriodID | integer |
None. |
|
| FK_TeacherID | integer |
None. |
|
| FK_SubjectID | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"fK_TimeTableID": 1,
"fK_CourseSectionID": 2,
"weekDayIDs": [
1,
2
],
"fK_PeriodID": 3,
"fK_TeacherID": 4,
"fK_SubjectID": 5,
"createdBy": 6,
"createdDate": "2026-06-18 02:08:35",
"modifiedBy": 1,
"modifiedDate": "2026-06-18 02:08:35"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.