- 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
store
Developing
POST
/api/fees-management/amount-setting/student-wise/store
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
academic_year_id
integerÂ
optional
class_id
integerÂ
optional
group_id
integerÂ
optional
student_category_id
integerÂ
optional
fee_head_id
integerÂ
optional
excel_file
fileÂ
optional
student_id[]
array[string]
optional
fee_amount[]
array[string]
optional
fine_amount[]
array[string]
optional
Example:
if nullable then send 0
residential_type
stringÂ
required
Example:
Residential
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/student-wise/store' \
--form 'department_id=""' \
--form 'academic_year_id=""' \
--form 'class_id=""' \
--form 'group_id=""' \
--form 'student_category_id=""' \
--form 'fee_head_id=""' \
--form 'excel_file=@""' \
--form 'student_id[]=""' \
--form 'fee_amount[]=""' \
--form 'fine_amount[]="if nullable then send 0"' \
--form 'residential_type="Residential"'
Responses
🟢200OK
application/json
Body
object {0}
Example
{}