- 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
- Enrollment
- controller
- Promotion
- Report
- Status
- Update
- Attendance
- period wise
- day wise
- manual attendance
- leave
- attendance configuration dataGET
- student-attendance-device-mappingPOST
- 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
leave-input-configuration
Developing
POST
/api/leave-input-configuration
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params multipart/form-data
combinations_pivot_id
integerÂ
required
student_id
integerÂ
required
leave_type
stringÂ
required
from
stringÂ
required
to
stringÂ
required
remarks
stringÂ
required
entry_by
stringÂ
required
request_date
stringÂ
required
tag
stringÂ
required
Example:
input
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/leave-input-configuration' \
--form 'combinations_pivot_id=""' \
--form 'student_id=""' \
--form 'leave_type=""' \
--form 'from=""' \
--form 'to=""' \
--form 'remarks=""' \
--form 'entry_by=""' \
--form 'request_date=""' \
--form 'tag="input"'
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"errors": null,
"message": "Success",
"status_code": 201,
"payload": {
"data": {
"message": "Leave attendance recorded successfully.",
"data": {
"institute_details_id": "1",
"combinations_pivot_id": "1",
"student_id": "1",
"leave_type": "Accidental Issue,",
"from": "2024-10-23",
"to": "2024-10-28",
"remarks": "I like to do accident myself.",
"entry_by": "Shafayet",
"request_date": "2024-10-29",
"updated_at": "2024-10-24T05:26:18.000000Z",
"created_at": "2024-10-24T05:26:18.000000Z",
"id": 1
}
}
}
}