POST api/v1/academic_CourseSchedule
Request Information
URI Parameters
None.
Body Parameters
Collection of Academic_CourseScheduleVM| Name | Description | Type | Additional information |
|---|---|---|---|
| academicCourseScheduleId | integer |
None. |
|
| employeeId | integer |
None. |
|
| academicCourseDefinitionId | integer |
None. |
|
| academicFacultyId | integer |
None. |
|
| academicDepartmentId | integer |
None. |
|
| academicSessionId | integer |
None. |
|
| statusId | integer |
None. |
|
| tenantId | integer |
None. |
|
| dateCreated | date |
None. |
|
| createdBy | integer |
None. |
|
| academicSessionName | string |
None. |
|
| academicFacultyName | string |
None. |
|
| academicDepartmentName | string |
None. |
|
| academicCourseName | string |
None. |
|
| academicLevelName | string |
None. |
|
| academicSemesterId | integer |
None. |
|
| courseCode | string |
None. |
|
| emloyeeName | string |
None. |
|
| unit | integer |
None. |
|
| courseName | string |
None. |
|
| courseUnit | integer |
None. |
|
| employeeName | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"academicCourseScheduleId": 1,
"employeeId": 1,
"academicCourseDefinitionId": 1,
"academicFacultyId": 1,
"academicDepartmentId": 1,
"academicSessionId": 1,
"statusId": 1,
"tenantId": 1,
"dateCreated": "2025-11-03T12:03:54.9032112-08:00",
"createdBy": 1,
"academicSessionName": "sample string 2",
"academicFacultyName": "sample string 3",
"academicDepartmentName": "sample string 4",
"academicCourseName": "sample string 5",
"academicLevelName": "sample string 6",
"academicSemesterId": 1,
"courseCode": "sample string 7",
"emloyeeName": "sample string 8",
"unit": 1,
"courseName": "sample string 9",
"courseUnit": 1,
"employeeName": "sample string 10"
},
{
"academicCourseScheduleId": 1,
"employeeId": 1,
"academicCourseDefinitionId": 1,
"academicFacultyId": 1,
"academicDepartmentId": 1,
"academicSessionId": 1,
"statusId": 1,
"tenantId": 1,
"dateCreated": "2025-11-03T12:03:54.9032112-08:00",
"createdBy": 1,
"academicSessionName": "sample string 2",
"academicFacultyName": "sample string 3",
"academicDepartmentName": "sample string 4",
"academicCourseName": "sample string 5",
"academicLevelName": "sample string 6",
"academicSemesterId": 1,
"courseCode": "sample string 7",
"emloyeeName": "sample string 8",
"unit": 1,
"courseName": "sample string 9",
"courseUnit": 1,
"employeeName": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfAcademic_CourseScheduleVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
<Academic_CourseScheduleVM>
<academicCourseDefinitionId>1</academicCourseDefinitionId>
<academicCourseName>sample string 5</academicCourseName>
<academicCourseScheduleId>1</academicCourseScheduleId>
<academicDepartmentId>1</academicDepartmentId>
<academicDepartmentName>sample string 4</academicDepartmentName>
<academicFacultyId>1</academicFacultyId>
<academicFacultyName>sample string 3</academicFacultyName>
<academicLevelName>sample string 6</academicLevelName>
<academicSemesterId>1</academicSemesterId>
<academicSessionId>1</academicSessionId>
<academicSessionName>sample string 2</academicSessionName>
<courseCode>sample string 7</courseCode>
<courseName>sample string 9</courseName>
<courseUnit>1</courseUnit>
<createdBy>1</createdBy>
<dateCreated>2025-11-03T12:03:54.9032112-08:00</dateCreated>
<emloyeeName>sample string 8</emloyeeName>
<employeeId>1</employeeId>
<employeeName>sample string 10</employeeName>
<statusId>1</statusId>
<tenantId>1</tenantId>
<unit>1</unit>
</Academic_CourseScheduleVM>
<Academic_CourseScheduleVM>
<academicCourseDefinitionId>1</academicCourseDefinitionId>
<academicCourseName>sample string 5</academicCourseName>
<academicCourseScheduleId>1</academicCourseScheduleId>
<academicDepartmentId>1</academicDepartmentId>
<academicDepartmentName>sample string 4</academicDepartmentName>
<academicFacultyId>1</academicFacultyId>
<academicFacultyName>sample string 3</academicFacultyName>
<academicLevelName>sample string 6</academicLevelName>
<academicSemesterId>1</academicSemesterId>
<academicSessionId>1</academicSessionId>
<academicSessionName>sample string 2</academicSessionName>
<courseCode>sample string 7</courseCode>
<courseName>sample string 9</courseName>
<courseUnit>1</courseUnit>
<createdBy>1</createdBy>
<dateCreated>2025-11-03T12:03:54.9032112-08:00</dateCreated>
<emloyeeName>sample string 8</emloyeeName>
<employeeId>1</employeeId>
<employeeName>sample string 10</employeeName>
<statusId>1</statusId>
<tenantId>1</tenantId>
<unit>1</unit>
</Academic_CourseScheduleVM>
</ArrayOfAcademic_CourseScheduleVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.