Controller for TimeClockPlusInterface
Name | Summary |
---|---|
TCPEmployee | This service returns the following information about employees: employee ID, First Name, Last Name, email address department and calendar. |
TCPEmployeePCN | This service returns the following information about employees: employee ID, job title, departement, supervisor ID, record type. For each job the allowed hours are also provided grouped by hour type (Leave, Regular, OT and OT2) |
TCPPositions | This service returns the following information about Positions: The Position ID, the Position Description (POSLONG), PCN, PCN Description (LONGDESC), and the hours associated with the Position. |
TCPLeaveTransactions | This service returns the information about employee leave transactions |
TCPLeaveBanks | This service returns the the types of Leave possible and the Hours that affect those Leaves |
TCPPutTimecards | This service writes time card info to ONESolution. |
TCPGetTimecards | This service returns timecard records that have created with this API. This can be run for all employees or for a single employee. In addition to the information inserted when the record was created, the date and time of the insertion will be returned. |