Crea un nuevo horario de clase.
cURL
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" } '
Documentation IndexFetch the complete documentation index at: https://docs.edtools.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.edtools.co/llms.txt
Use this file to discover all available pages before exploring further.
—
Respuesta exitosa del servidor.
Was this page helpful?