The People API is part of the People+ service. More about People+ here.
The Jumis People API specification is available here (JSON schema can be found here).
To import timesheet data, you need to:
- Create a timesheet for the specific month via Jumis People
- Use the API to retrieve all employee positions included in the current month's timesheet
api/v1/timesheets/getemployeechairsintimesheetbyperiod- Retrieve timesheet data for each employee position
api/v1/timesheets/getworkingtimesheetbyemployeechairidinperiod - Update and send timesheet data for each employee position record to the People API
api/v1/timesheets/updateworkingtimesheet
- Retrieve timesheet data for each employee position
To import employee bonuses, you need to:
- Use the API to retrieve the employee to whom the bonus should be added, along with their positions, using their personal code or ID number api/v1/employee/getbyidentificationnumber
- Send the bonus with the corresponding employee position ID (employeeChairId) to the People API api/v1/employee/addpremiumtoemployeechair
We are currently identifying the necessary API capabilities. Please let us know your requirements/preferences here!
We are currently identifying the necessary API capabilities. Please let us know your requirements/preferences here!
