attendance-device-mapping
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
[
{
"attendance_id": 101,
"type": "HR",
"attendee_name": "John Doe",
"rfid": "1235123523"
},
{
"attendance_id": 30001,
"type": "Student",
"attendee_name": "Shamsul Alim",
"rfid": "1353123621"
},
{
"attendance_id": 102,
"type": "HR",
"attendee_name": "Shamsul Alim",
"rfid": "4533434"
}
]
Request samples
curl --location --request POST 'https://apidev.edufee.online/api/attendance-device-mapping' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"attendance_id": 101,
"type": "HR",
"attendee_name": "John Doe",
"rfid": "1235123523"
},
{
"attendance_id": 30001,
"type": "Student",
"attendee_name": "Shamsul Alim",
"rfid": "1353123621"
},
{
"attendance_id": 102,
"type": "HR",
"attendee_name": "Shamsul Alim",
"rfid": "4533434"
}
]'
Responses
application/json Modified at 2025-01-06 07:14:57