Authorization: Bearer ********************
curl --location --request POST 'https://apidev.edufee.online/api/fees-report-paid-invoice-sub-head' \
--form 'academic_year_id="85"' \
--form 'department_id[]="2"' \
--form 'from_date="2025-01-01"' \
--form 'to_date="2025-07-31"' \
--form 'combination_pivot_id[]="12"' \
--form 'fee_head_id="15"' \
--form 'collected_from="Offline"'
{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"status": "success",
"message": "Paid invoice subhead report generated.",
"report": [
{
"department": "school",
"section": "six-day-a",
"group": "Common",
"student_id": 10,
"roll": 8,
"name": "MST. RABEYA BASHRI",
"payment_method": "QC",
"January": "550.00",
"February": "550.00"
},
{
"department": "school",
"section": "six-day-a",
"group": "Common",
"student_id": 5,
"roll": 1,
"name": "MST. KHADIZA KHATUN",
"payment_method": "QC",
"January": "400.00",
"February": "0.00"
},
{
"department": "school",
"section": "six-day-a",
"group": "Common",
"student_id": 12,
"roll": 12,
"name": "MUKIT UZZAMAN TOIEM",
"payment_method": "QC",
"January": "550.00",
"February": "550.00"
},
{
"January": "1500.00",
"February": "1100.00"
}
]
}
}
}