Skip to main content
POST
/
resource
/
Fees
Crear Fee (Completo)
curl --request POST \
  --url https://cucuniversity.edtools.co/api/resource/Fees \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "student": "EDU-STU-2025-02904",
  "program_enrollment": "EDU-ENR-2025-00001",
  "fee_structure": "EDU-FST-2025-00040-1",
  "company": "CUC University",
  "posting_date": "2025-01-07",
  "due_date": "2025-02-15",
  "academic_year": "2024-2025",
  "academic_term": "2024-2025 (Semester 1)",
  "receivable_account": "Debtors - CUC",
  "components": [
    {
      "fees_category": "Tuition Fee",
      "description": "Matrícula Semestre 1",
      "amount": 5000000
    },
    {
      "fees_category": "Library Fee",
      "description": "Cuota de biblioteca",
      "amount": 200000
    }
  ]
}
'

Authorizations

Authorization
string
header
required

Body

application/json

student
string
required
program_enrollment
string
required
fee_structure
string
required
company
string
required
posting_date
string
required
due_date
string
required
academic_year
string
required
academic_term
string
required
receivable_account
string
required
components
Component · object[]
required

Response

200

Respuesta exitosa del servidor.