Student id card generate
Developing
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/student-wise-id-card-generate' \
--header 'Authorization: Bearer <token>' \
--form 'academic_year_id="1890"' \
--form 'department_id="11"' \
--form 'student_id[]="48313"' \
--form 'student_id[]="48314"' \
--form 'student_id[]="48320"' \
--form 'student_id[]="48321"' \
--form 'student_id[]="48323"' \
--form 'student_id[]="48326"' \
--form 'student_id[]="48334"' \
--form 'student_id[]="48339"' \
--form 'student_id[]="48342"' \
--form 'student_id[]="48345"' \
--form 'student_id[]="48346"' \
--form 'student_id[]="48350"' \
--form 'student_id[]="48351"' \
--form 'student_id[]="48357"' \
--form 'student_id[]="48361"' \
--form 'student_id[]="48368"' \
--form 'student_id[]="48388"' \
--form 'student_id[]="48394"' \
--form 'student_id[]="48398"' \
--form 'student_id[]="48399"' \
--form 'student_id[]="48403"' \
--form 'student_id[]="48404"' \
--form 'student_id[]="48406"' \
--form 'student_id[]="48408"' \
--form 'student_id[]="48411"' \
--form 'student_id[]="48412"' \
--form 'student_id[]="48413"' \
--form 'student_id[]="48420"' \
--form 'student_id[]="48423"' \
--form 'student_id[]="48424"' \
--form 'student_id[]="48439"' \
--form 'student_id[]="48443"' \
--form 'student_id[]="48444"' \
--form 'student_id[]="48446"' \
--form 'student_id[]="48448"' \
--form 'student_id[]="48451"' \
--form 'student_id[]="48455"' \
--form 'student_id[]="48465"' \
--form 'student_id[]="48467"' \
--form 'student_id[]="48474"' \
--form 'student_id[]="48475"' \
--form 'student_id[]="48483"' \
--form 'student_id[]="48490"' \
--form 'student_id[]="48492"' \
--form 'student_id[]="48498"' \
--form 'student_id[]="48499"' \
--form 'student_id[]="48500"' \
--form 'student_id[]="48501"' \
--form 'student_id[]="48502"' \
--form 'student_id[]="48505"' \
--form 'student_id[]="48509"' \
--form 'student_id[]="48518"' \
--form 'student_id[]="48528"' \
--form 'student_id[]="48530"' \
--form 'student_id[]="48533"' \
--form 'student_id[]="48535"' \
--form 'student_id[]="48536"' \
--form 'student_id[]="77716"' \
--form 'student_id[]="77719"' \
--form 'student_id[]="77889"' \
--form 'student_id[]="130148"' \
--form 'student_id[]="130149"' \
--form 'student_id[]="130150"' \
--form 'student_id[]="130151"' \
--form 'student_id[]="130152"' \
--form 'student_id[]="130153"' \
--form 'student_id[]="130154"' \
--form 'student_id[]="130155"' \
--form 'student_id[]="130157"' \
--form 'student_id[]="130158"' \
--form 'student_id[]="130159"' \
--form 'student_id[]="130160"' \
--form 'student_id[]="130161"' \
--form 'student_id[]="130162"' \
--form 'institute_wise_id_card_id="260"' \
--form 'hr_id="189"'
Responses
application/json
Modified at 2026-03-10 09:24:42