Skip to main content
POST
/
method
/
education.education.doctype.fee_structure.fee_structure.get_amount_distribution_based_on_fee_plan
Calcular Distribución por Plan de Pago
curl --request POST \
  --url https://cucuniversity.edtools.co/api/method/education.education.doctype.fee_structure.fee_structure.get_amount_distribution_based_on_fee_plan \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "components": "[{\"fees_category\": \"Tuition\", \"amount\": 10000000}]",
  "total_amount": 10000000,
  "fee_plan": "Quarterly",
  "academic_year": "2024-2025"
}
'

Authorizations

Authorization
string
header
required

Body

application/json

components
string
required
total_amount
integer<int32>
required
fee_plan
string
required
academic_year
string
required

Response

200

Respuesta exitosa del servidor.