- 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
- 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
default-config-store
Developing
POST
/api/operation-portal/default-config-store
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Header Params
Content-Type
stringÂ
required
Example:
application/json
Body Params application/json
object {0}
Example
{
"configurations": [
{ "key": "Create Payslip(with Unpaid Status) In STudent & Payment Portal", "value": "Yes", "short_name": "payslip_student_payment_portal" },
{ "key": "Create Payslip(with Unpaid Status) In STudent & Payment Portal", "value": "No", "short_name": "payslip_student_payment_portal" },
{ "key": "Quick Collection Reciept Type", "value": "A5 Single", "short_name": "qc_reciept_type" },
{ "key": "Quick Collection Reciept Type", "value": "A4 Double Copy", "short_name": "qc_reciept_type" },
{ "key": "Quick Collection Reciept Type", "value": "58MM POS", "short_name": "qc_reciept_type" },
{ "key": "Student Portal Payment Portal Reciept Type", "value": "A5 Single", "short_name": "sp_reciept_type" },
{ "key": "Student Portal Payment Portal Reciept Type", "value": "A4 Double Copy", "short_name": "sp_reciept_type" },
]
}
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/operation-portal/default-config-store' \
--header 'Content-Type: application/json' \
--data-raw '{
"configurations": [
{ "key": "Create Payslip(with Unpaid Status) In STudent & Payment Portal", "value": "Yes", "short_name": "payslip_student_payment_portal" },
{ "key": "Create Payslip(with Unpaid Status) In STudent & Payment Portal", "value": "No", "short_name": "payslip_student_payment_portal" },
{ "key": "Quick Collection Reciept Type", "value": "A5 Single", "short_name": "qc_reciept_type" },
{ "key": "Quick Collection Reciept Type", "value": "A4 Double Copy", "short_name": "qc_reciept_type" },
{ "key": "Quick Collection Reciept Type", "value": "58MM POS", "short_name": "qc_reciept_type" },
{ "key": "Student Portal Payment Portal Reciept Type", "value": "A5 Single", "short_name": "sp_reciept_type" },
{ "key": "Student Portal Payment Portal Reciept Type", "value": "A4 Double Copy", "short_name": "sp_reciept_type" },
]
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}