student-enrollment - store
assign_id is the combinations pivot table id for a specific class map and class details relation of an institute
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://apidev.edufee.online/api/student-enrollment/store' \
--header 'Authorization: Bearer <token>' \
--form 'academic_year="2"' \
--form 'academic_session="4"' \
--form 'category="6"' \
--form 'assign_id="1"' \
--form 'student_name[]="Harun"' \
--form 'student_gender[]="male"' \
--form 'student_religion[]="islam"' \
--form 'custom_student_id[]="102"' \
--form 'class_roll[]="2"' \
--form 'father_name[]="father"' \
--form 'mother_name[]="mother"' \
--form 'father_mobile[]="01834793123"' \
--form 'class_id=""' \
--form 'group_id=""'
Responses
application/json Modified at 2024-10-23 11:34:06