- 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
update
Developing
POST
/api/fees-management/amount-setting/class-wise-feeamount/update
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params multipart/form-data
department_id
stringÂ
required
class_id
integerÂ
optional
Example:
31
group_id
integerÂ
optional
Example:
35
academic_year_id
integerÂ
optional
Example:
2
student_category_id
integerÂ
optional
Example:
26
fee_head_id
integerÂ
optional
Example:
1
fee_amount
integerÂ
optional
Example:
1000
fine_amount
integerÂ
optional
Example:
10
fund_id[]
array[string]
required
Example:
["1","2","3"]
fund_percentage[]
array[string]
required
Example:
["50","20","30"]
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/fees-management/amount-setting/class-wise-feeamount/update' \
--form 'department_id=""' \
--form 'class_id="31"' \
--form 'group_id="35"' \
--form 'academic_year_id="2"' \
--form 'student_category_id="26"' \
--form 'fee_head_id="1"' \
--form 'fee_amount="1000"' \
--form 'fine_amount="10"' \
--form 'fund_id[]="1"' \
--form 'fund_id[]="2"' \
--form 'fund_id[]="3"' \
--form 'fund_percentage[]="50"' \
--form 'fund_percentage[]="20"' \
--form 'fund_percentage[]="30"'
Responses
🟢200OK
application/json
Body
object {0}
Example
{}