Campos requeridos: student, date, status
status: Present, Absent, Leave
curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Student%20Attendance \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student": "EDU-STU-2025-02904",
"date": "2025-01-07",
"status": "Present",
"student_group": "CS-2025-A"
}
'curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Student%20Attendance \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student": "EDU-STU-2025-02904",
"date": "2025-01-07",
"status": "Present",
"student_group": "CS-2025-A"
}
'