v3

latestOpenAPI 3.1.02026-07-311,0939714.5 MB
Payroll administration reports

Download accumulated basic journal results report

Activity name : <a href="https://developer.loket.nl/Activities/GetAccumulatedBasicJournalResultsReportByPayrollAdministrationId" target="_blank">GetAccumulatedBasicJournalResultsReportByPayrollAdministrationId</a>

Acquire accumulated basic journal results reports (cumulatief journaal niet-verdicht en verdicht) at the payroll administration level. Currently this endpoint supports following report types to be requested:

Please note: this endpoint may only be used to acquire a report in the pdf-type format

get/v2/providers/employers/payrolladministrations/{payrollAdministrationId}/accumulatedbasicjournalresultsreport

Path parameters

payrollAdministrationIdstring uuid required

The unique identifier of an administration

Query parameters

reportType'nonAggregated' | 'aggregatedPerGeneralLedgerAccount' required

The type of report that is requested.

groupingType'perPeriod' | 'perDistributionUnit' | 'perPeriodPerDistributionUnit' required

The type of grouping that is requested. This affects the way the data is presented within the given report.

startPeriodinteger required

First period (=from) of the requested timebox. Use the format 'YYYYPP'

endPeriodinteger required

Last period (=up to and including) of the requested timebox. Use the following 'YYYYPP'

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