This powerful resource allows you to retrieve and update employee timecards as either an employee or a manager.
You can retrieve an employee's timecard as an employee or manager, or retrieve a list of timecards for multiple employees by providing employee identifiers or Hyperfind query details.
You can update virtually any aspect of an employee timecard, including totals, exceptions, punches, comments on punches and paycode edits, transfers, cost centers, pay rules, and annotations. Timecard updates support Pay from Schedule functionality. Please see the request model for each update operation for more information about incorporating timecards into your application.
Qualifiers
The following qualifiers apply to operations against the Timecard resource:
- The Hyperfind qualifier is the Hyperfind name.
- The Symbolic Period qualifier is the pay period name.
- The Employee qualifier is the person number.
Operations
Retrieve Timecard as Employee
GET /v1/timekeeping/employee_timecard
Retrieve Timecard as Manager
GET /v1/timekeeping/timecard
Retrieve Timecards as Employee
POST /v1/timekeeping/employee_timecard/multi_read
Retrieve Timecards as Manager
POST /v1/timekeeping/timecard/multi_read
Update Timecard as Employee
POST /v1/timekeeping/employee_timecard
Update Timecard as Manager
POST /v1/timekeeping/timecard