POST services/api/rest/v1/Update_TimeClock

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "EmpId": 2,
    "InOutTime": "2026-09-09T14:59:41.0419817+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-09T14:59:41.0419817+04:00",
    "EntryType": 4,
    "EntryName": "sample string 5",
    "InOut": 6,
    "CashierId": 7,
    "CounterId": 8,
    "LocId": 9,
    "Duration": 10
  }
]

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-09T14:59:41.0575859+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-09T14:59:41.0575859+04:00",
    "EntryType": 4,
    "EntryName": "sample string 5",
    "InOut": 6,
    "CashierId": 7,
    "CounterId": 8,
    "LocId": 9,
    "Duration": 10
  }
]