Skip to content

Các đầu api CSM

{{domain}}/api/courses/
body: {
"name": "IELTS Advance(7.0-8.0)",
"numberOfLesson": 21,
"paymentMethod": "BY_COURSE", // thanh toán bởi [theo khoá, theo buổi, theo tháng]
"code": "IELTS_course_1",
"hoursOfLesson": 60,
"price": 18825000,
"subject": "Môn học tiếng Anh",
"unit": "ALL", // ['ALL', 'SPECIAL']
// nếu unit == 'SPECIAL' -> thêm units: [1,2,3...] là mảng workspaceIds
"workspaceId": 4
}

{{domain}}/api/classes/
{
"name": "Class Advance 1",
"courseId": 1,
"fromTime": "2023-09-05",
"code": "IELTS_class_101",
"workspaceId": 4,
"sessionNumber": 21, // số lượng buổi học, phải == number of lesson của course
"dailyEvaluationId": 1
}
{{domain}}/api/user_workspace_shift_scopes/create_class_schedule
{
"shiftId": 16,
"classroomId": 1,
"classId": 1,
"workspaceId": 4,
"validDate": "2023-09-01",
"userWorkspaces": [
{
"userWorkspaceId": 5,
"fromTime": "140000", //phải trùng với ca
"toTime": "170000",//phải trùng với ca
"title": "TEACHER",
"note": "ghi chu day"
}
]
}
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.