Authorization: Bearer ********************curl --location --request POST 'https://apidev.edufee.online/api/fees-report-paid-invoice-details' \
--header 'Authorization: Bearer <token>' \
--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 'collected_from[]="Offline"'{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"status": "success",
"message": "Paid invoice report generated successfully.",
"reports": {
"current_page": 1,
"data": [
{
"student_id": 12,
"custom_student_id": "6279865",
"name": "MUKIT UZZAMAN TOIEM",
"class_roll": 12,
"department": "school",
"section": "six-day-a",
"group": "Common",
"invoice_id": 27,
"payment_method": "SPG",
"fees": [
{
"fee_head": "Admission Fee",
"fee_subhead": "Yearly",
"payable_amount": 2100,
"paid": 2100,
"due": 0
},
{
"fee_head": "Session Charge",
"fee_subhead": "Yearly",
"payable_amount": 2,
"paid": 2,
"due": 0
}
],
"total_payable": 2102,
"total_paid": 2102,
"total_due": 0
}
],
"first_page_url": "https://apidev.edufee.online/api/fees-report-paid-invoice-details?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://apidev.edufee.online/api/fees-report-paid-invoice-details?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://apidev.edufee.online/api/fees-report-paid-invoice-details?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "https://apidev.edufee.online/api/fees-report-paid-invoice-details",
"per_page": 10000,
"prev_page_url": null,
"to": 1,
"total": 1
},
"totals": {
"total_payable": "2102.00",
"total_paid": "2102.00",
"total_due": "0.00"
}
}
}
}