POST api/Exam/SubmitStudentClass
Request Information
URI Parameters
None.
Body Parameters
SubmitStudentClassDTOName | Description | Type | Additional 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
booleanResponse Formats
application/json, text/json
Sample:
true