POST services/api/rest/v1/GetEmployeeListForTimeClock
Request Information
URI Parameters
None.
Body Parameters
Id_LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TimeClock_MasterForUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| EmpId | integer |
None. |
|
| InOutTime | date |
None. |
|
| EntryType | integer |
None. |
|
| EntryName | string |
None. |
|
| InOut | integer |
None. |
|
| CashierId | integer |
None. |
|
| CounterId | integer |
None. |
|
| LocId | integer |
None. |
|
| Duration | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"EmpId": 2,
"InOutTime": "2026-09-09T15:12:04.8508083+04:00",
"EntryType": 4,
"EntryName": "sample string 5",
"InOut": 6,
"CashierId": 7,
"CounterId": 8,
"LocId": 9,
"Duration": 10
}