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Â
optionalfund_percentage[]
array[string]
requiredRequest samples
curl --location --request POST 'https://apidev.edufee.online/api/fees-management/amount-setting/class-wise-feeamount/update' \
--form 'department_id=""' \
--form 'class_id="31"' \
--form 'group_id="35"' \
--form 'academic_year_id="2"' \
--form 'student_category_id="26"' \
--form 'fee_head_id="1"' \
--form 'fee_amount="1000"' \
--form 'fine_amount="10"' \
--form 'fund_id[]="1"' \
--form 'fund_id[]="2"' \
--form 'fund_id[]="3"' \
--form 'fund_percentage[]="50"' \
--form 'fund_percentage[]="20"' \
--form 'fund_percentage[]="30"'
Responses
application/json Modified at 2025-02-24 11:43:43