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": "29e1e526696542d1b0c4a60f14f73c64", "appOwnerId": 0 }