hr-leave-search
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request samples
curl --location --request POST 'https://apidev.edufee.online/api/hr-leave-search' \
--form 'custom_hr_id=""'
Responses
application/json {
"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",
"created_at": "2024-11-02T04:59:51.000000Z",
"updated_at": "2024-11-02T04:59:51.000000Z"
}
}
}
}
Modified at 2024-11-05 13:54:24