Authorization: Bearer ********************
curl --location --request POST 'https://apidev.edufee.online/api/hr-attendance-device-mapping' \
--form 'hr_basic_info_id[]=""' \
--form 'machine_id[]=""'
{
"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"
}
]
}
}
}