POST services/api/rest/v1/GetTimeClockByEmployee

Request Information

URI Parameters

None.

Body Parameters

Id_LocationId
NameDescriptionTypeAdditional 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
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:13:39.3047733+04:00",
  "EntryType": 4,
  "EntryName": "sample string 5",
  "InOut": 6,
  "CashierId": 7,
  "CounterId": 8,
  "LocId": 9,
  "Duration": 10
}