Skip to main content
POST
/
method
/
education.education.doctype.course_scheduling_tool.course_scheduling_tool.schedule_course
Crear Horarios Masivamente
curl --request POST \
  --url https://cucuniversity.edtools.co/api/method/education.education.doctype.course_scheduling_tool.course_scheduling_tool.schedule_course \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "student_group": "STU-GRP-00001",
  "course": "Mathematics",
  "instructor": "EDU-INS-2025-00001",
  "room": "Room 101",
  "from_time": "08:00:00",
  "to_time": "09:30:00",
  "course_start_date": "2025-01-15",
  "course_end_date": "2025-06-30",
  "day": "Monday"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

student_group
string
required
course
string
required
instructor
string
required
room
string
required
from_time
string
required
to_time
string
required
course_start_date
string
required
course_end_date
string
required
day
string
required

Response

200

Respuesta exitosa del servidor.