POST api/v1/Exam/Start?examName={examName}
开始考试
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| examName | 考试名称  | 
                
                             Define this parameter in the request URI.  | 
            
Response Information
Response body formats
application/json, text/json
            Sample:
{
  "data": {
    "examId": 1
  },
  "status": 0,
  "friendlyMessage": "sample string 1",
  "message": "sample string 2",
  "requestId": "1002dd2d53cb4e559c9f634dd1081371",
  "appOwnerId": 0
}