Skip to main content
POST
/
resource
/
Student%20Applicant
Crear Aplicante (Mínimo)
curl --request POST \
  --url https://cucuniversity.edtools.co/api/resource/Student%20Applicant \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "first_name": "Carlos",
  "program": "Computer Science",
  "academic_year": "2024-2025"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

first_name
string
required
program
string
required
academic_year
string
required

Response

200

Respuesta exitosa del servidor.