Skip to main content
POST
/
resource
/
Course%20Schedule
Crear Course Schedule
curl --request POST \
  --url https://cucuniversity.edtools.co/api/resource/Course%20Schedule \
  --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",
  "schedule_date": "2025-01-15",
  "from_time": "08:00:00",
  "to_time": "09:30:00"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

student_group
string
required
course
string
required
instructor
string
required
room
string
required
schedule_date
string
required
from_time
string
required
to_time
string
required

Response

200

Respuesta exitosa del servidor.