Skip to main content
POST
/
method
/
education.education.api.enroll_student
Convertir Aplicante a Estudiante
curl --request POST \
  --url https://cucuniversity.edtools.co/api/method/education.education.api.enroll_student \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "source_name": "EDU-APP-2025-00001"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

source_name
string
required

Response

200

Respuesta exitosa del servidor.