- Operation Portal
- Auth
- Role and Permission
- Global data
- Merchant
- wallet
- Common API
- Device Map
- Back office
- Auth
- Institute
- Payments
- admission
- Global data
- Modules/submodules/features
- Packages
- General Config
- Institute Portal
- Auth
- Fees Management
- HR Management
- Student Management
- Master Settings
- class_details
- Institue
- core institute
- department
- General Config
- 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
Institue-wise-class-details-map/store
POST
/api/class-details-map/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.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL2hyL2xvZ2luIiwiaWF0IjoxNjk4MjExNTc0LCJleHAiOjE2OTgyMTUxNzQsIm5iZiI6MTY5ODIxMTU3NCwianRpIjoiRHlLYXppOG5ocUJsdFo3ZyIsInN1YiI6IjEiLCJwcnYiOiJiYzRmYmE4MzViZDY0YzcxZTQ3ZDk0MTUwMzk3NWFiNDJjMWRhZGI0In0.DCW0jjRZiC-x0UOIHvxq_40EiwhxFp1vQbqQTfqFTxY
Body Params multipart/form-data
class_id
stringÂ
required
Example:
29
shift_id
stringÂ
required
Example:
19
section_id[]
array[string]
required
Example:
["39","40"]
group_id[]
array[string]
required
Example:
["35","36","37"]
department_name
stringÂ
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/class-details-map/store' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYXBpL2hyL2xvZ2luIiwiaWF0IjoxNjk4MjExNTc0LCJleHAiOjE2OTgyMTUxNzQsIm5iZiI6MTY5ODIxMTU3NCwianRpIjoiRHlLYXppOG5ocUJsdFo3ZyIsInN1YiI6IjEiLCJwcnYiOiJiYzRmYmE4MzViZDY0YzcxZTQ3ZDk0MTUwMzk3NWFiNDJjMWRhZGI0In0.DCW0jjRZiC-x0UOIHvxq_40EiwhxFp1vQbqQTfqFTxY' \
--form 'class_id="29"' \
--form 'shift_id="19"' \
--form 'section_id[]="39"' \
--form 'section_id[]="40"' \
--form 'group_id[]="35"' \
--form 'group_id[]="36"' \
--form 'group_id[]="37"' \
--form 'department_name=""'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}