POST api/v1/Exam/End?examId={examId}&score={score}
结束考试
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| examId | 考试ID |
Define this parameter in the request URI. |
| score | 分数 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"status": 0,
"friendlyMessage": "sample string 1",
"message": "sample string 2",
"requestId": "909d5808a8d343b1bece4342834a9b35",
"appOwnerId": 0
}