store and update
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --globoff --request POST 'https://apidev.edufee.online/api/exam/manual-attendance-counter-store?academic_year_id=undefined&department_id=undefined&combinations_pivot_id=undefined&exam_id=undefined&total_working_days=undefined&student_id[]=undefined&total_present_days[]=undefined&total_absent_days[]=undefined' \
--header 'Authorization: Bearer <token>'
Responses
application/json
Modified at 2026-06-04 04:54:42