Skip to main content
POST
/
method
/
education.education.api.collect_fees
Registrar Cobro de Cuota
curl --request POST \
  --url https://cucuniversity.edtools.co/api/method/education.education.api.collect_fees \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "fees": "EDU-FEE-2025-00001",
  "amt": 1000000
}
'

Authorizations

Authorization
string
header
required

Body

application/json

fees
string
required
amt
integer<int32>
required

Response

200

Respuesta exitosa del servidor.