Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
student_id[]
array[string]
requiredstudent_id (if excel is empty)
fee_head_id[]
array[string]
requiredfeeheads->id (index & search)
waiver_amount[1][1]
integerÂ
requiredwaiver_amount[student_id][fee_head_id] (if excel is empty)
waiver_amount[1][2]
integerÂ
requiredwaiver_amount[2][1]
integerÂ
requiredwaiver_amount[2][2]
integerÂ
requiredRequest samples
curl --location --request POST 'https://apidev.edufee.online/api/waiver-setup' \
--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 2024-05-25 05:54:02