- Get the closed payroll cycle:
- Use
GET /companies/{companyId}/payroll-cyclesto list all payroll cycles and identify the closed month you want to report on. Take note of thepayroll-cycle-id.
- Use
- Get consumptions for a company:
- For each company, use
GET /companies/{companyId}/consumptionsto retrieve their confirmed consumptions for that payroll cycle.
- For each company, use
Important Notice
In case there is a mismatch between an employee in your system, you can easily request the consumptions of a single employee.Use
In case there is a mismatch between an employee in your system, you can easily request the consumptions of a single employee.Use
GET /companies/{companyId}/employees/{employeeId}/consumptions to retrieve their confirmed consumptions for that payroll cycle.Key Points
- If
payrollCycleIdis not provided, then the API works with the ongoing cycle.
Important Notice
For more details on each endpoint, refer to their respective documentation links above.
For more details on each endpoint, refer to their respective documentation links above.