添加考试
POST
/webtenant/preparationExams/exam/add请求参数
Body 参数application/json
classifyId
integer <int32>
必需
classifyIds
string
可选
classifyName
string
可选
examDesc
string
可选
examEnd
string <date-time>
必需
examImg
string
可选
examName
string
可选
examNote
string
可选
examRemind
integer <int32>
可选
examSort
integer <int32>
可选
examStart
string <date-time>
必需
examStudentList
array[object (ExamStudent) {27}]
可选
classifyId
integer <int32>
可选
classifyIds
string
可选
correctCount
integer <int32>
可选
createDept
integer <int64>
可选
createTime
string <date-time>
可选
delFlag
string
可选
entryTime
string <date-time>
可选
examDuration
integer <int32>
可选
examId
integer <int64>
可选
examScore
number
可选
finishFlag
integer <int32>
可选
fullScore
number
可选
gender
string
可选
id
integer <int64>
可选
joinTime
string <date-time>
可选
numPhone
string
可选
passFlag
integer <int32>
可选
questionCount
integer <int32>
可选
selectId
string
可选
stageId
integer <int64>
可选
studentId
integer <int64>
可选
studentName
string
可选
submitCount
integer <int32>
可选
submitTime
string <date-time>
可选
tenantId
integer <int64>
可选
tenantName
string
可选
updateTime
string <date-time>
可选
fullScore
number
可选
generateMethod
integer <int32>
可选
joinDeadline
integer <int32>
必需
joinMethod
integer <int32>
必需
paperId
integer <int64>
必需
paperName
string
可选
paperType
integer <int32>
可选
passScore
number
必需
publishMethod
integer <int32>
可选
publishTime
string <date-time>
可选
questionCount
integer <int32>
可选
questionOptionOrder
integer <int32>
可选
questionOrder
integer <int32>
可选
submitLimit
integer <int32>
必需
示例
{
"classifyId": 0,
"classifyIds": "string",
"classifyName": "string",
"examDesc": "string",
"examEnd": "2019-08-24T14:15:22.123Z",
"examImg": "string",
"examName": "string",
"examNote": "string",
"examRemind": 0,
"examSort": 0,
"examStart": "2019-08-24T14:15:22.123Z",
"examStudentList": [
{
"classifyId": 0,
"classifyIds": "string",
"correctCount": 0,
"createDept": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"delFlag": "string",
"entryTime": "2019-08-24T14:15:22.123Z",
"examDuration": 0,
"examId": 0,
"examScore": 0,
"finishFlag": 0,
"fullScore": 0,
"gender": "string",
"id": 0,
"joinTime": "2019-08-24T14:15:22.123Z",
"numPhone": "string",
"passFlag": 0,
"questionCount": 0,
"selectId": "string",
"stageId": 0,
"studentId": 0,
"studentName": "string",
"submitCount": 0,
"submitTime": "2019-08-24T14:15:22.123Z",
"tenantId": 0,
"tenantName": "string",
"updateTime": "2019-08-24T14:15:22.123Z"
}
],
"fullScore": 0,
"generateMethod": 0,
"joinDeadline": 0,
"joinMethod": 0,
"paperId": 0,
"paperName": "string",
"paperType": 0,
"passScore": 0,
"publishMethod": 0,
"publishTime": "2019-08-24T14:15:22.123Z",
"questionCount": 0,
"questionOptionOrder": 0,
"questionOrder": 0,
"submitLimit": 0
}
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
额外字段
object
可选
示例
{
"property1": {},
"property2": {}
}
最后修改时间: 7 小时前