- Operation Portal
- Auth
- Role and Permission
- Global data
- Merchant
- wallet
- Common API
- Device Map
- Back office
- Institute Portal
- Auth
- Fees Management
- HR Management
- Student Management
- Enrollment
- controller
- Promotion
- Report
- Status
- Update
- Attendance
- Master Settings
- Role and Permission
- Open Portal
- Admission
- Common API
- SMS
- Subject Config
- Shared API
- Admission User Portal
- SPG Server end test
- Public Api
- Payment Portal
- Dont Exec
student-enrollment - store
POST
/api/student-enrollment/store
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Header Params
Authorization
stringÂ
required
Example:
Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL2xvZ2luIiwiaWF0IjoxNjk3MDAzMDgwLCJleHAiOjE2OTcwMDY2ODAsIm5iZiI6MTY5NzAwMzA4MCwianRpIjoicHNqdDJ1Q3IyTWhtc3huNSIsInN1YiI6IjEiLCJwcnYiOiJiYzRmYmE4MzViZDY0YzcxZTQ3ZDk0MTUwMzk3NWFiNDJjMWRhZGI0In0.bbYYkTLArZAJMO2h1NJvDOjY1A5N9g8biLrdFjYc7Vw
Body Params multipart/form-data
academic_year
integerÂ
required
Example:
2
academic_session
integerÂ
required
Example:
4
category
integerÂ
required
Example:
6
assign_id
integerÂ
required
Example:
1
student_name[]
array[string]
required
Example:
Harun
student_gender[]
array[string]
required
Example:
male
student_religion[]
array[string]
required
Example:
islam
custom_student_id[]
array[string]
required
Example:
102
class_roll[]
array[string]
required
Example:
2
father_name[]
array[string]
required
Example:
father
mother_name[]
array[string]
required
Example:
mother
father_mobile[]
array[string]
required
Example:
01834793123
class_id
integerÂ
required
group_id
integerÂ
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apidev.edufee.online/api/student-enrollment/store' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL2xvZ2luIiwiaWF0IjoxNjk3MDAzMDgwLCJleHAiOjE2OTcwMDY2ODAsIm5iZiI6MTY5NzAwMzA4MCwianRpIjoicHNqdDJ1Q3IyTWhtc3huNSIsInN1YiI6IjEiLCJwcnYiOiJiYzRmYmE4MzViZDY0YzcxZTQ3ZDk0MTUwMzk3NWFiNDJjMWRhZGI0In0.bbYYkTLArZAJMO2h1NJvDOjY1A5N9g8biLrdFjYc7Vw' \
--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
🟢200Success
application/json
Body
object {0}
Example
{}