Skip to main content
POST
/
resource
/
Fee%20Structure
Crear Fee Structure
curl --request POST \
  --url https://cucuniversity.edtools.co/api/resource/Fee%20Structure \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "program": "Business Administration",
  "academic_year": "2024-2025",
  "academic_term": "2024-2025 (Semester 1)",
  "student_category": null,
  "receivable_account": "Debtors - CUC",
  "company": "CUC University",
  "components": [
    {
      "fees_category": "Tuition Fee",
      "description": "Matrícula semestral",
      "amount": 5000000
    },
    {
      "fees_category": "Library Fee",
      "description": "Cuota de biblioteca",
      "amount": 200000
    },
    {
      "fees_category": "Laboratory",
      "description": "Uso de laboratorios",
      "amount": 300000
    }
  ]
}
'

Authorizations

Authorization
string
header
required

Body

application/json

program
string
required
academic_year
string
required
academic_term
string
required
student_category
string | null
required
receivable_account
string
required
company
string
required
components
Component · object[]
required

Response

200

Respuesta exitosa del servidor.