POST api/App/InsertUnitTestTakenQRCode

Request Information

URI Parameters

None.

Body Parameters

InsertUnitTestTakenQRCodeRequest
NameDescriptionTypeAdditional information
EncrypString

string

None.

MarksGiven

decimal number

None.

FacultyId

integer

None.

CheckedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EncrypString": "sample string 1",
  "MarksGiven": 2.1,
  "FacultyId": 3,
  "CheckedBy": "sample string 4"
}

application/xml, text/xml

Sample:
<InsertUnitTestTakenQRCodeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models">
  <CheckedBy>sample string 4</CheckedBy>
  <EncrypString>sample string 1</EncrypString>
  <FacultyId>3</FacultyId>
  <MarksGiven>2.1</MarksGiven>
</InsertUnitTestTakenQRCodeRequest>

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.