POST /api/tcc-open-platform/open-api/onlineTrain/joinRecord
application/json
*/*
类型 | 名称 | 说明 | 类型 |
---|---|---|---|
Body | dto 必填 |
dto | [报名记录数据迁移DTO] |
名称 | 说明 | 类型 |
---|---|---|
courseId 可选 |
课程编号 | integer (int64) |
createTime 可选 |
报名时间 | string (date-time) |
mobilePhone 可选 |
用户手机账号 | string |
orgId 可选 |
租户编号 | integer (int64) |
{
"courseId": 0,
"createTime": "2020-12-18T07:16:59.568Z",
"mobilePhone": "string",
"orgId": 0
}
HTTP代码 | 说明 | 类型 |
---|---|---|
200 | OK | RestData |
201 | Created | 无内容 |
401 | Unauthorized | 无内容 |
403 | Forbidden | 无内容 |
404 | Not Found | 无内容 |
响应示例
{
"code": 200,
"data": {id(记录id)},
"desc": ""
}