POST services/api/rest/v1/GetTimeClockListByEmployee

Request Information

URI Parameters

None.

Body Parameters

TimeClock_Filter
NameDescriptionTypeAdditional information
EmpId

integer

None.

LocId

integer

None.

InOutDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "EmpId": 1,
  "LocId": 2,
  "InOutDate": "2026-09-09T15:17:34.1534793+04:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of TimeClock_MasterForUpdate
NameDescriptionTypeAdditional 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:17:34.1534793+04:00",
    "EntryType": 4,
    "EntryName": "sample string 5",
    "InOut": 6,
    "CashierId": 7,
    "CounterId": 8,
    "LocId": 9,
    "Duration": 10
  },
  {
    "Id": 1,
    "EmpId": 2,
    "InOutTime": "2026-09-09T15:17:34.1534793+04:00",
    "EntryType": 4,
    "EntryName": "sample string 5",
    "InOut": 6,
    "CashierId": 7,
    "CounterId": 8,
    "LocId": 9,
    "Duration": 10
  }
]