Campos requeridos: program_enrollment, student, course, enrollment_date
curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Course%20Enrollment \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"program_enrollment": "EDU-ENR-2025-00001",
"student": "EDU-STU-2025-02904",
"course": "Introduction to Programming",
"enrollment_date": "2025-01-07"
}
'curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Course%20Enrollment \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"program_enrollment": "EDU-ENR-2025-00001",
"student": "EDU-STU-2025-02904",
"course": "Introduction to Programming",
"enrollment_date": "2025-01-07"
}
'