API Integration

Integrate Jumis Pro solutions with other systems using our API. Select a product to access documentation, specifications, and available integration options.

Blurred multicoloured computer code on a dark background on a laptop screen.

Specification for:

  • Financial document import and export
  • Warehouse document import and export
  • Partner import and export, etc.

You will find it here.

We are currently identifying the necessary API capabilities. Please let us know your requirements/preferences here!

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

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!

Select products