POST api/Exam/RejectStudenExam
Request Information
URI Parameters
None.
Body Parameters
RejectStudenExamDTOName | Description | Type | Additional information |
---|---|---|---|
courseExamId | integer |
None. |
|
reason | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "courseExamId": 1, "reason": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true