- Operation Portal
- Auth
- Role and Permission
- Global data
- Merchant
- wallet
- Common API
- Device Map
- Back office
- Institute Portal
- Auth
- Fees Management
- Startup
- Mapping
- Amount Set
- Date setup
- Waiver
- remove
- Quick Collection
- 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
search
Developing
POST
/api/waiver-setup/search
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params multipart/form-data
academic_year_id
integerÂ
optional
combinations_pivot_id
integerÂ
optional
fee_head_id[]
array[string]
optional
waiver_id
integerÂ
required
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/waiver-setup/search' \
--form 'academic_year_id=""' \
--form 'combinations_pivot_id=""' \
--form 'fee_head_id[]=""' \
--form 'waiver_id=""' \
--form 'class_id=""' \
--form 'group_id=""'
Responses
🟢200OK
application/json
Body
object {0}
Example
{}