Authorization: Bearer ********************
curl --location --request POST 'https://apidev.edufee.online/api/fees-report-paid-invoice-fee-head' \
--form 'academic_year_id="85"' \
--form 'department_id[]="2"' \
--form 'combination_pivot_id[]="12"' \
--form 'group_id[]="56"' \
--form 'from_date="2025-01-01"' \
--form 'to_date="2025-07-31"'
{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"status": "success",
"message": "Paid invoice report with fee head details generated.",
"report": [
{
"department": "school",
"section": "six-day-a",
"group": "Common",
"student_id": 10,
"roll": 8,
"name": "MST. RABEYA BASHRI",
"Tuition Fee": "1100.00"
},
{
"department": "school",
"section": "six-day-a",
"group": "Common",
"student_id": 5,
"roll": 1,
"name": "MST. KHADIZA KHATUN",
"Tuition Fee": "400.00"
},
{
"department": "school",
"section": "six-day-a",
"group": "Common",
"student_id": 12,
"roll": 12,
"name": "MUKIT UZZAMAN TOIEM",
"Tuition Fee": "1100.00"
},
{
"Tuition Fee": "2600.00"
}
]
}
}
}