v3

latestOpenAPI 3.1.02026-07-311,0939714.5 MB
Payslip

Download a cummulative payslip for a single payroll period

Activity name : <a href="https://developer.loket.nl/Activities/GetPayrollPeriodSummaryByEmploymentIdAndPayrollPeriodId" target="_blank">GetPayrollPeriodSummaryByEmploymentIdAndPayrollPeriodId</a><br><br>Download a cummulative payslip for a single payroll period in a single PDF.<br><br>e.g. If the employment has to payslips for a single period this endpoint will return one (summary)payslip that is the cummaltion of both the payslips.<br><br>Metadata : Possible options for payrollPeriodId can be acquired (GET) the following URL /v2/providers/employers/employees/employments/{employmentId}/payslips/summary/metadata.<br>Please note that the returned payroll periods are dependend on the year filter setting for the employer. The options are, return payroll periodes for:<br> <br>* current payroll year * current and previous payroll year * all payroll years<br>

get/v2/providers/employers/employees/employments/{employmentId}/payslips/summary/{payrollPeriodId}

Path parameters

employmentIdstring uuid required

The unique identifier of the employment

payrollPeriodIdstring uuid required

The unique identifier of an payroll period

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