v3
latestOpenAPI 3.1.02026-07-311,0939714.5 MBEmployee import
Import employee via a csv file
Activity name : <a href="https://developer.loket.nl/Activities/PostEmployeeImportDataByPayrollAdministrationId" target="_blank">PostEmployeeImportDataByPayrollAdministrationId</a>
Imports a csv file containing employee records.
post/v2/providers/employers/payrollAdministrations/{payrollAdministrationId}/import/employees
Path parameters
payrollAdministrationIdstring uuid required
The unique identifier of an administration
Query parameters
yearinteger required
The year of the period the data will be imported in.
periodinteger required
The period the data will be imported in.
payslipTypeinteger required
The paysliptype to import the data in.
Headers
Authorizationstring required
Example:Bearer <TOKEN>
A valid Bearer token for authorizing the request.
Acceptstring required
Example:application/json;version=2018-01-01
The accept header is used to influence what type of output is returned and in most cases the version of the output
Response
OK