GET api/Login/LoginWith_BioMatric?UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AddUpdateDeleteResponseOfCurrentUserDetailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | CurrentUserDetailModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Message": "sample string 2",
"Data": {
"userid": "sample string 1",
"roleId": 1,
"Role": "sample string 2",
"UserName": "sample string 3",
"BranchCode": [
"sample string 1",
"sample string 2"
],
"IsBackDateAllow": true,
"Status": true,
"AllowDateValue": "2025-12-25T22:03:10.3415617+05:30",
"CGTManualAllow": true
}
}