- 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
attendance-configuration-period-wise-update
Developing
POST
/api/attendance-configuration-period-wise-update/3
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params multipart/form-data
period_id
integerÂ
optional
start_time
stringÂ
optional
end_time
stringÂ
optional
delay_time
stringÂ
optional
process_time
stringÂ
optional
sms_status
stringÂ
optional
serial
stringÂ
optional
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/attendance-configuration-period-wise-update/3' \
--form 'period_id=""' \
--form 'start_time=""' \
--form 'end_time=""' \
--form 'delay_time=""' \
--form 'process_time=""' \
--form 'sms_status=""' \
--form 'serial=""'
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"message": "Student Attend Time Configs updated successfully",
"data": {
"id": 3,
"institute_details_id": 1,
"combinations_pivot_id": 1,
"academic_year_id": 5,
"period_id": 36,
"period_name": "period one",
"start_time": "09:00:00",
"end_time": "09:15:00",
"delay_time": "09:20:00",
"process_time": "09:30:00",
"sms_status": "present",
"serial": 1,
"created_at": "2024-10-19T13:39:47.000000Z",
"updated_at": "2024-10-19T14:21:23.000000Z"
}
}
}
}