Authorization: Bearer ********************
curl --location --request POST 'https://apidev.edufee.online/api/fees-report-ops-paid-details' \
--form 'from_date="2025-01-01"' \
--form 'to_date="2025-07-31"'
{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"status": "success",
"message": "Transaction details report generated successfully.",
"report": [
{
"department": "school",
"section": "six-day-a",
"student_id": "6288600",
"roll": 8,
"name": "N/A",
"payment_date": "23- July 2025",
"invoice_id": "EDMD_926447822",
"transaction_id": "N/A",
"total_amount": "550.00"
},
{
"department": "school",
"section": "six-day-a",
"student_id": "6288600",
"roll": 8,
"name": "N/A",
"payment_date": "23- July 2025",
"invoice_id": "EDMD_926447822",
"transaction_id": "N/A",
"total_amount": "550.00"
},
{
"department": "school",
"section": "six-day-a",
"student_id": "6267085",
"roll": 1,
"name": "N/A",
"payment_date": "23- July 2025",
"invoice_id": "EDMD_486588238",
"transaction_id": "N/A",
"total_amount": "400.00"
},
{
"department": "school",
"section": "six-day-a",
"student_id": "6279865",
"roll": 12,
"name": "N/A",
"payment_date": "23- July 2025",
"invoice_id": "EDMD_362055527",
"transaction_id": "N/A",
"total_amount": "550.00"
},
{
"department": "school",
"section": "six-day-a",
"student_id": "6279865",
"roll": 12,
"name": "N/A",
"payment_date": "23- July 2025",
"invoice_id": "EDMD_362055527",
"transaction_id": "N/A",
"total_amount": "550.00"
}
]
}
}
}