Campos requeridos: student, program, academic_year, enrollment_date
curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Program%20Enrollment \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student": "EDU-STU-2025-02904",
"program": "Business Administration",
"academic_year": "2024-2025",
"enrollment_date": "2025-01-07"
}
'curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Program%20Enrollment \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student": "EDU-STU-2025-02904",
"program": "Business Administration",
"academic_year": "2024-2025",
"enrollment_date": "2025-01-07"
}
'