Skip to main content
POST
/
resource
/
Student%20Batch%20Name
Crear Lote
curl --request POST \
  --url https://cucuniversity.edtools.co/api/resource/Student%20Batch%20Name \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "batch_name": "2025-A"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

batch_name
string
required

Response

200

Respuesta exitosa del servidor.