store and update
Developing
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/exam/exam-date-configuration-store' \
--header 'Authorization: Bearer <token>' \
--form 'academic_year_id=""' \
--form 'department_id=""' \
--form 'class_id[]=""' \
--form 'exam_id[]=""' \
--form 'mark_edit_last_date[]=""' \
--form 'result_publish_date[]=""' \
--form 'mark_view_status[]=""' \
--form 'attendance_count_start_date[]=""' \
--form 'attendance_count_end_date[]=""'
Responses
application/json Modified at 2025-10-20 05:09:21