- Operation Portal
- Auth
- Role and Permission
- Global data
- Merchant
- wallet
- Common API
- Device Map
- Back office
- Institute Portal
- Auth
- Fees Management
- HR Management
- Settings
- Enrollment
- update
- status
- role
- attendance
- hr-basics
- 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
hr-attendance-device-mapping
Developing
POST
/api/hr-attendance-device-mapping
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params multipart/form-data
hr_basic_info_id[]
array[string]
required
machine_id[]
array[string]
required
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/hr-attendance-device-mapping' \
--form 'hr_basic_info_id[]=""' \
--form 'machine_id[]=""'
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"status": "success",
"hr_basic_info": [
{
"id": 3,
"institute_details_id": 1,
"custom_hr_id": "101",
"name": "Shafiq Ullah",
"name_bangla": null,
"gender": "Male",
"religion": "Islam",
"date_of_birth": null,
"blood_group": null,
"mobile_no": "01834793155",
"photo": null,
"email": null,
"password": null,
"status": "active",
"machine_id": "123456",
"created_at": "2024-11-02T04:59:51.000000Z",
"updated_at": "2024-11-10T04:13:23.000000Z"
},
{
"id": 4,
"institute_details_id": 1,
"custom_hr_id": "102",
"name": "Rahim Ahmed",
"name_bangla": null,
"gender": "Male",
"religion": "Hinduism",
"date_of_birth": null,
"blood_group": null,
"mobile_no": "01712345678",
"photo": null,
"email": null,
"password": null,
"status": "active",
"machine_id": "987654",
"created_at": "2024-11-02T04:59:51.000000Z",
"updated_at": "2024-11-10T04:13:23.000000Z"
}
]
}
}
}