Skip to main content
POST
/
resource
/
Student%20Attendance
Registrar Asistencia
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"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

student
string
required
date
string
required
status
string
required
student_group
string
required

Response

200

Respuesta exitosa del servidor.