POST api/employee/history-clocks

Request Information

URI Parameters

None.

Body Parameters

ClockRequest
NameDescriptionTypeAdditional information
UserId

integer

None.

PunchArr

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": 1,
  "punchArr": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ClockInLog
NameDescriptionTypeAdditional information
Id

integer

None.

idCall

integer

None.

UserId

integer

None.

ExtensionNo

integer

None.

ShortDate

date

None.

ClockTime

date

None.

ClockType

string

None.

MinutesWorking

integer

None.

Duration

integer

None.

isAdjustment

boolean

None.

AdjustedBy

integer

None.

AdjustedOn

date

None.

CreatedOn

date

None.

isApproved

boolean

None.

ApprovedBy

integer

None.

ApprovedOn

date

None.

NoPayment

boolean

None.

EmployeeNumber

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "idCall": 1,
    "userId": 2,
    "extensionNo": 1,
    "shortDate": "2025-04-28T07:51:56.162231-04:00",
    "clockTime": "2025-04-28T07:51:56.162231-04:00",
    "clockType": "sample string 5",
    "minutesWorking": 6,
    "duration": 1,
    "isAdjustment": true,
    "adjustedBy": 1,
    "adjustedOn": "2025-04-28T07:51:56.162231-04:00",
    "createdOn": "2025-04-28T07:51:56.162231-04:00",
    "isApproved": true,
    "approvedBy": 1,
    "approvedOn": "2025-04-28T07:51:56.162231-04:00",
    "noPayment": true,
    "employeeNumber": "sample string 11"
  },
  {
    "id": 1,
    "idCall": 1,
    "userId": 2,
    "extensionNo": 1,
    "shortDate": "2025-04-28T07:51:56.162231-04:00",
    "clockTime": "2025-04-28T07:51:56.162231-04:00",
    "clockType": "sample string 5",
    "minutesWorking": 6,
    "duration": 1,
    "isAdjustment": true,
    "adjustedBy": 1,
    "adjustedOn": "2025-04-28T07:51:56.162231-04:00",
    "createdOn": "2025-04-28T07:51:56.162231-04:00",
    "isApproved": true,
    "approvedBy": 1,
    "approvedOn": "2025-04-28T07:51:56.162231-04:00",
    "noPayment": true,
    "employeeNumber": "sample string 11"
  }
]