The table below describes what are the differences between API v2.1 and v3:
| v2.1 | v3 | |
|---|---|---|
| Contract_GetAll_v2 | Contract_GetAll | Renamed and changed due to WAB 2020 |
| Contract_GetAll_AllEmployeesByCompany | Contract_GetAll_AllEmployeesByCompany | Changed due to WAB 2020 |
| Contract_GetCurrentPeriod | Contract_GetCurrentPeriod | Changed due to WAB 2020 |
| Contract_Insert_v2 | Contract_Insert | Renamed and changed due to WAB 2020 |
| Contract_InsertCurrentPeriod_v2 | Contract_InsertCurrentPeriod | Renamed and changed due to WAB 2020 |
| EmployeeType_GetList | New call to retrieve list of employee types | |
| Employee_InsertByEmployeeType | New call to insert employee by employee type | |
| Employee_Transition | New call to transition to a different type | |
| ExtraFieldsWithStartDate_GetList | New call to retrieve extra fields with start date | |
| List_GetByCompany | List_GetByCompany | Modified to filter by employee type |
| List_GetByDebtor | List_GetByDebtor | Modified to filter by employee type |
| SVW_Get | SVW_Get | Changed due to WAB 2020 |
| SVW_GetAll_AllEmployeesByCompany | SVW_GetAll_AllEmployeesByCompany | Changed due to WAB 2020 |
| SVW_GetCurrent | SVW_GetCurrent | Changed due to WAB 2020 |
| SVW_GetList | SVW_GetList | Changed due to WAB 2020 |
| SVW_Update | SVW_Update | Changed due to WAB 2020 |
| SVW_UpdateCurrent | SVW_UpdateCurrent | Changed due to WAB 2020 |
| ScheduleCalendar_Get | New call to retrieve calendar data from Schedule NL | |
| TimeRegistration_Insert | TimeRegistration_Insert | Refactored to remove unnecessary fields |
| TimeRegistration_Insert_Batch | TimeRegistration_Insert_Batch | Refactored to remove unnecessary fields |
| TimeSchedule_Insert | TimeSchedule_Insert | Improved validations |
| WageTax_Get_SE | New call to retrieve wage tax settings in SE | |
| WageTax_Update_SE | New call to update wage tax settings |
Comments