Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-dataRequired
Request Code Samples
curl --location --request POST 'https://apidev.edufee.online/api/exam/combined-exam-config-store' \
--header 'Authorization: Bearer <token>' \
--form 'academic_year_id=""' \
--form 'department_id=""' \
--form 'class_id=""' \
--form 'merit_process_type=""' \
--form 'first_merit_position=""' \
--form 'second_merit_position=""' \
--form 'result_rules=""' \
--form 'passing_rules=""' \
--form 'column_mood=""' \
--form 'result_view=""' \
--form 'first_exam_id=""' \
--form 'second_exam_id=""' \
--form 'third_exam_id=""' \
--form 'fourth_exam_id=""' \
--form 'fifth_exam_id=""' \
--form 'sixth_exam_id=""' \
--form 'first_exam_percentage=""' \
--form 'second_exam_percentage=""' \
--form 'third_exam_percentage=""' \
--form 'fourth_exam_percentage=""' \
--form 'fifth_exam_percentage=""' \
--form 'sixth_exam_percentage=""' \
--form 'first_exam_title=""' \
--form 'second_exam_title=""' \
--form 'third_exam_title=""' \
--form 'fourth_exam_title=""' \
--form 'fifth_exam_title=""' \
--form 'sixth_exam_title=""'
Responses
application/json Modified at 2025-12-21 14:08:12