POST api/Integrated/CreatePlacementTestResult

Request Information

URI Parameters

None.

Body Parameters

RequestCreateResultPlacementTest
NameDescriptionTypeAdditional information
SubjectName

string

None.

ExamIdAndSubId

string

None.

TestRegisterId

string

None.

StudentId

integer

None.

ExamScore

decimal number

None.

ApiKeyCreate

string

None.

Comment

string

None.

OverallComment

string

None.

TeacherId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SubjectName": "sample string 1",
  "ExamIdAndSubId": "sample string 2",
  "TestRegisterId": "sample string 3",
  "StudentId": 4,
  "ExamScore": 5.1,
  "ApiKeyCreate": "sample string 6",
  "Comment": "sample string 7",
  "OverallComment": "sample string 8",
  "TeacherId": 1
}

application/xml, text/xml

Sample:
<RequestCreateResultPlacementTest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model">
  <ApiKeyCreate>sample string 6</ApiKeyCreate>
  <Comment>sample string 7</Comment>
  <ExamIdAndSubId>sample string 2</ExamIdAndSubId>
  <ExamScore>5.1</ExamScore>
  <OverallComment>sample string 8</OverallComment>
  <StudentId>4</StudentId>
  <SubjectName>sample string 1</SubjectName>
  <TeacherId>1</TeacherId>
  <TestRegisterId>sample string 3</TestRegisterId>
</RequestCreateResultPlacementTest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RequestCreateResultPlacementTest'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />