Student Form update
Developing
Request
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://apidev.edufee.online/api/student-form-update/' \
--form 'student_name_bangla=""' \
--form 'student_name_english=""' \
--form 'student_mobile=""' \
--form 'father_name_bangla=""' \
--form 'father_name_english=""' \
--form 'father_nid=""' \
--form 'mother_name_bangla=""' \
--form 'mother_name_english=""' \
--form 'mother_nid=""' \
--form 'nationality=""' \
--form 'date_of_birth=""' \
--form 'student_nid_or_birth_no=""' \
--form 'gender=""' \
--form 'religion=""' \
--form 'blood_group=""' \
--form 'merital_status=""' \
--form 'present_division=""' \
--form 'present_district=""' \
--form 'present_upozilla=""' \
--form 'present_address=""' \
--form 'permanent_division=""' \
--form 'permanent_district=""' \
--form 'permanent_upozilla=""' \
--form 'permanent_address=""' \
--form 'guardian_name=""' \
--form 'guardian_relation=""' \
--form 'guardian_mobile=""' \
--form 'guardian_occupation=""' \
--form 'guardian_yearly_income=""' \
--form 'guardian_property=""' \
--form 'academic_year=""' \
--form 'class_id=""' \
--form 'shift_id=""' \
--form 'group_id=""' \
--form 'subject=""' \
--form 'edu_information=""' \
--form 'quota=""' \
--form 'vaccine=""' \
--form 'vaccine_name=""' \
--form 'vaccine_certificate=@""' \
--form 'student_pic=@""' \
--form 'student_birth_nid_file=@""' \
--form 'other_file=@""'
Responses
application/json Modified at 2025-06-24 05:01:31