POST api/v1/report/timetable
Request Information
URI Parameters
None.
Body Parameters
Timetable| Name | Description | Type | Additional information | 
|---|---|---|---|
| tenantId | integer | 
                             None.  | 
                |
| facultyId | integer | 
                             None.  | 
                |
| departmentId | integer | 
                             None.  | 
                |
| programmeId | integer | 
                             None.  | 
                |
| levelid | integer | 
                             None.  | 
                |
| sessionId | integer | 
                             None.  | 
                |
| semesterId | integer | 
                             None.  | 
                |
| employeeId | integer | 
                             None.  | 
                |
| classRoomId | integer | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "tenantId": 1,
  "facultyId": 2,
  "departmentId": 3,
  "programmeId": 4,
  "levelid": 5,
  "sessionId": 6,
  "semesterId": 7,
  "employeeId": 8,
  "classRoomId": 9
}
        application/xml, text/xml
            Sample:
        <Timetable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.Reports"> <classRoomId>9</classRoomId> <departmentId>3</departmentId> <employeeId>8</employeeId> <facultyId>2</facultyId> <levelid>5</levelid> <programmeId>4</programmeId> <semesterId>7</semesterId> <sessionId>6</sessionId> <tenantId>1</tenantId> </Timetable>
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.