- 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
- 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
core-institute multiple-update
Developing
POST
/api/core-institute/multiple-update
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
object {0}
Example
{
"updates": [
{ "id": 1, "serial": 2 },
{ "id": 2, "serial": 3 }
]
}
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/core-institute/multiple-update' \
--header 'Content-Type: application/json' \
--data-raw '{
"updates": [
{ "id": 1, "serial": 2 },
{ "id": 2, "serial": 3 }
]
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-07-01 16:55:15