- 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
Daywise Attendance Post
Developing
POST
api/attendance/store_data_daywise
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Body Params application/json
object {0}
Example
{}
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.onlineapi/attendance/store_data_daywise' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}