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/fees-management/amount-setting/student-wise/excel-generate' \
--header 'Authorization: Bearer <token>' \
--form 'custom_student_id[]=""' \
--form 'student_name[]=""' \
--form 'fee_amount[]=""' \
--form 'fine_amount[]=""' \
--form 'fee_head="Tuition fee"' \
--form 'class="28"' \
--form 'group="32"'
Responses
application/json Modified at 2024-10-27 02:45:07