{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"status": "success",
"message": "Invoice details fetched grouped by student and fee head.",
"invoice_details": {
"current_page": 1,
"data": [
{
"department": "school",
"class": "six",
"shift": "day",
"section": "a",
"group": "Common",
"department_id": 2,
"institute_class_map_id": 6,
"shift_id": 23,
"section_id": 40,
"group_id": 56,
"student_id": 12,
"custom_student_id": "6279865",
"student_name": "MUKIT UZZAMAN TOIEM",
"total_payment_amount": "2102.00",
"fee_heads": "[{\"fee_head_id\": 12, \"fee_head\": \"Admission Fee\", \"amount\": 2100.00},{\"fee_head_id\": 14, \"fee_head\": \"Session Charge\", \"amount\": 2.00}]"
},
{
"department": "school",
"class": "six",
"shift": "day",
"section": "a",
"group": "Common",
"department_id": 2,
"institute_class_map_id": 6,
"shift_id": 23,
"section_id": 40,
"group_id": 56,
"student_id": 14,
"custom_student_id": "6280194",
"student_name": "DIPABOLI GHOSH",
"total_payment_amount": "550.00",
"fee_heads": "[{\"fee_head_id\": 15, \"fee_head\": \"Tuition Fee\", \"amount\": 550.00}]"
}
],
"first_page_url": "https://apidev.edufee.online/api/fees-report-paid-invoice-fee-head?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://apidev.edufee.online/api/fees-report-paid-invoice-fee-head?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://apidev.edufee.online/api/fees-report-paid-invoice-fee-head?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-fee-head",
"per_page": 10000,
"prev_page_url": null,
"to": 2,
"total": 2
}
}
}
}