Authorization: Bearer ********************curl --location --request POST 'https://apidev.edufee.online/api/waiver-setup/assign-list' \
--header 'Authorization: Bearer <token>' \
--form 'combinations_pivot_id=""' \
--form 'academic_year_id=""' \
--form 'fee_head_id=""'{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"status": "success",
"student_list": [
{
"serial_index": 0,
"student_id": 5,
"category": "regular",
"group": "Common",
"shift": "day",
"section": "b",
"session": "N/A",
"category_id": "103",
"residential_type": "non-residential",
"custom_student_id": "6267085",
"roll": 1,
"name": "MST. KHADIZA KHATUN",
"fee_head_id": 15,
"fee_head_name": "Tuition Fee",
"sub_head_details": [
{
"payapply_id": 39,
"fee_subhead_id": 22,
"fee_subhead_name": "March",
"total_amount": "450.00",
"waiver_id": 4,
"waiver_name": "Merit",
"waiver_amount": "100.00"
},
{
"payapply_id": 40,
"fee_subhead_id": 23,
"fee_subhead_name": "April",
"total_amount": "450.00",
"waiver_id": 4,
"waiver_name": "Merit",
"waiver_amount": "100.00"
}
]
}
]
}
}
}