POST api/Exam/SubmitStudentClass

Request Information

URI Parameters

None.

Body Parameters

SubmitStudentClassDTO
NameDescriptionTypeAdditional information
ClassId

integer

None.

StudentId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ClassId": 1,
  "StudentId": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true