POST api/Exam/AssignStudentExam
Request Information
URI Parameters
None.
Body Parameters
AssignStudentExamDTOName | Description | Type | Additional information |
---|---|---|---|
courseId | integer |
None. |
|
studentIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "courseId": 1, "studentIds": [ 1, 2 ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true