Skip to main content
POST
/
method
/
education.education.doctype.fee_schedule.fee_schedule.create_fees
Crear Fees desde Schedule
curl --request POST \
  --url https://cucuniversity.edtools.co/api/method/education.education.doctype.fee_schedule.fee_schedule.create_fees \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "fee_schedule": "EDU-FSH-2025-00001"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

fee_schedule
string
required

Response

200

Respuesta exitosa del servidor.