Skip to main content
POST
/
resource
/
Student%20Group
Crear Grupo
curl --request POST \
  --url https://cucuniversity.edtools.co/api/resource/Student%20Group \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "student_group_name": "CS-2025-A",
  "academic_year": "2024-2025",
  "group_based_on": "Batch",
  "program": "Computer Science",
  "max_strength": 40
}
'

Authorizations

Authorization
string
header
required

Body

application/json

student_group_name
string
required
academic_year
string
required
group_based_on
string
required
program
string
required
max_strength
integer<int32>
required

Response

200

Respuesta exitosa del servidor.