POST api/Studentonlineexamlog/updatelog

Request Information

URI Parameters

None.

Body Parameters

OnlineExamStudentTakenLogRequest
NameDescriptionTypeAdditional information
Test_Id

integer

None.

Student_Id

integer

None.

IpAddress

string

None.

Time

date

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Test_Id": 1,
  "Student_Id": 2,
  "IpAddress": "sample string 3",
  "Time": "2026-08-10T23:54:28.8213613+05:30",
  "Type": "sample string 5"
}

application/xml, text/xml

Sample:
<OnlineExamStudentTakenLogRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestAPI.Controllers">
  <IpAddress>sample string 3</IpAddress>
  <Student_Id>2</Student_Id>
  <Test_Id>1</Test_Id>
  <Time>2026-08-10T23:54:28.8213613+05:30</Time>
  <Type>sample string 5</Type>
</OnlineExamStudentTakenLogRequest>

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.