Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
student_category_id
integerÂ
optionalif excel_file_upload true
student_id[]
array[string]
optionalif excel_file_upload false (student table id)
fee_amount[]
array[string]
optionalif excel_file_upload false
fine_amount[]
array[string]
optionalif excel_file_upload false (nullable)
Example:if nullable then send 0
Request samples
curl --location --request POST 'https://apidev.edufee.online/api/fees-management/amount-setting/student-wise/store' \
--form 'department_id=""' \
--form 'academic_year_id=""' \
--form 'class_id=""' \
--form 'group_id=""' \
--form 'student_category_id=""' \
--form 'fee_head_id=""' \
--form 'excel_file=@""' \
--form 'student_id[]=""' \
--form 'fee_amount[]=""' \
--form 'fine_amount[]="if nullable then send 0"' \
--form 'residential_type="Residential"'
Responses
application/json Modified at 2025-04-09 05:48:20