HR synchronization scenario is a scenario when you want to keep track or change employee information. Be aware that information that you see as HR could be as broad as possible and affect the payment or the payslip of an employee. This article will provide you with general information about what you will have to take into account.
When starting with this scenario we assume that Getting started API is known.
Debtor, company and employee
First you need to know the employees, companies and debtors.
- To get the debtor use methods List_GetAll or List_GetByNumber from Debtor Service.
- To get the company use methods List_GetAll or List_GetByDebtor from Company Service.
- To get the employee use methods List_GetByCompany or List_GetByDebtor from Employee Service.
Employee information
If you want easily keep track of changes in employee information we have several GetAll methods that can be used. This applies to information below:
- Address
- Contract
- Department
- Employment
- Function
- Personal information
- SVW
- Salary
- Schedule
See how do I check for mutations for specific methods.
For all other information of which you want to keep track, you will have to do a request for each employee.
Comments