Skip to main content
POST
/
resource
/
Student
Crear Estudiante (Mínimo)
curl --request POST \
  --url https://cucuniversity.edtools.co/api/resource/Student \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "first_name": "Juan",
  "student_email_id": "juan.perez@example.com"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

first_name
string
required
student_email_id
string
required

Response

200

Respuesta exitosa del servidor.