GET api/Login/GetEmployeeFingerPrint?EmployeeID={EmployeeID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AddUpdateDeleteResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Message": "sample string 2",
"Data": "sample string 3"
}