Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://apidev.edufee.online/api/waiver-setup' \
--header 'Authorization: Bearer <token>' \
--form 'student_id[]="1"' \
--form 'student_id[]="2"' \
--form 'fee_head_id[]="1"' \
--form 'waiver_id="1"' \
--form 'academic_year_id="1"' \
--form 'excel_file=@""' \
--form 'excel_file=@""' \
--form 'excel_file=@""' \
--form 'excel_file=@""' \
--form 'excel_file=@""' \
--form 'waiver_amount[1][1]="200"' \
--form 'waiver_amount[1][2]="500"' \
--form 'waiver_amount[2][1]="100"' \
--form 'waiver_amount[2][2]="700"'
Responses
application/json Modified at 2025-08-27 03:57:51