POST api/v1/academic_TimeTableInvigilation

Request Information

URI Parameters

None.

Body Parameters

Academic_TimeTableInvigilationVM
NameDescriptionTypeAdditional information
invigilationId

integer

None.

academicTimeTableId

integer

None.

employeeId

integer

None.

examDate

date

None.

examTime

time interval

None.

dateCreated

date

None.

createdBy

integer

None.

tenantId

integer

None.

courseName

string

None.

courseCode

string

None.

examStart

time interval

None.

examEnd

time interval

None.

invigilatorName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "invigilationId": 1,
  "academicTimeTableId": 1,
  "employeeId": 1,
  "examDate": "2024-09-19T09:30:29.1166843-07:00",
  "examTime": "00:00:00.1234567",
  "dateCreated": "2024-09-19T09:30:29.1166843-07:00",
  "createdBy": 1,
  "tenantId": 1,
  "courseName": "sample string 2",
  "courseCode": "sample string 3",
  "examStart": "00:00:00.1234567",
  "examEnd": "00:00:00.1234567",
  "invigilatorName": "sample string 4"
}

application/xml, text/xml

Sample:
<Academic_TimeTableInvigilationVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <academicTimeTableId>1</academicTimeTableId>
  <courseCode>sample string 3</courseCode>
  <courseName>sample string 2</courseName>
  <createdBy>1</createdBy>
  <dateCreated>2024-09-19T09:30:29.1166843-07:00</dateCreated>
  <employeeId>1</employeeId>
  <examDate>2024-09-19T09:30:29.1166843-07:00</examDate>
  <examEnd>PT0.1234567S</examEnd>
  <examStart>PT0.1234567S</examStart>
  <examTime>PT0.1234567S</examTime>
  <invigilationId>1</invigilationId>
  <invigilatorName>sample string 4</invigilatorName>
  <tenantId>1</tenantId>
</Academic_TimeTableInvigilationVM>

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.