Student Form Store
Developing
Request
Body Params multipart/form-data
student_name_bangla
string
optionalstudent_name_english
string
optionalfather_name_english
string
optionalmother_name_english
string
optionalstudent_nid_or_birth_no
string
optionalIslam, Hinduism, Christianity, Buddhism, Others
nullable (N/A, A+, B+, O+, AB+, A-, B-, O-, AB-)
Married, Unmarried, Divorced, Widowed, Single
guardian_occupation
string
optionalguardian_yearly_income
string
optionalnullable (Freedom Fighters, Disability, others)
nullable (No, Yes - 1 Dose, Yes - 1st & 2nd Dose, Yes - 1st, 2nd &
Booster Dose)
nullable (Not Vaccinated / টিকা দেওয়া হয়নি, Moderna / মডার্না, Sinovac / সিনোভ্যাক, BioNTech-Pfizer / বায়োনটেক-ফাইজার, Oxford-AstraZeneca /
অক্সফোর্ড-অ্যাস্ট্রাজেনেকা)
nullable (mimes:pdf,jpg,jpeg,png)
student_birth_nid_file
file
optionalnullable (mimes:pdf,jpg,jpeg,png)
present_post_office
string
requiredpermanent_post_office
string
requiredpermanent_post_code
string
requiredRequest samples
curl --location --request POST 'https://apidev.edufee.online/api/student-form-store' \
--form 'institute_id=""' \
--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_id=""' \
--form 'department_id=""' \
--form 'class_id=""' \
--form 'group_id=""' \
--form 'shift_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=@""' \
--form 'present_post_office="Dewanpur"' \
--form 'permanent_post_office="Dewanpur"' \
--form 'permanent_post_code="4347"' \
--form 'present_post_code="4347"'
Responses
application/json Modified at 2025-06-24 05:00:37