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/with-merit-promotion/store' \
--header 'Authorization: Bearer <token>' \
--form 'present_combinations_pivot_id[]=""' \
--form 'present_academic_year_id=""' \
--form 'combinations_pivot_id="13"' \
--form 'academic_year_id="3"' \
--form 'academic_session_id="4"' \
--form 'student_id[]=""' \
--form 'new_roll[]="101"' \
--form 'new_roll[]="102"' \
--form 'class_id=""' \
--form 'group_id=""'
Responses
application/json Modified at 2025-12-30 09:26:43