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 'https://apidev.edufee.online/api/transfer-certificate-save' \
--header 'Authorization: Bearer <token>' \
--form 'academic_year_id="117"' \
--form 'student_id="221"' \
--form 'hr_id="12"' \
--form 'institute_wise_id_card_id="154"' \
--form 'tc_reason="Hello World"' \
--form 'tc_date="2026-05-09"' \
--form 'left_date="2026-05-14"' \
--form 'due_check="1"'
Responses
application/json
Modified at 2026-05-10 04:10:17