POST api/v1/Exam/End?examId={examId}&score={score}

结束考试

Request Information

Parameters

NameDescriptionAdditional 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": "70e4072f6dbd47ed8ebea764de749c3d",
  "appOwnerId": 0
}