Reports

Create year-to-date report

When a Year to Date Report is created, the report content will be created asynchronously. It may then be retrieved from the GET endpoint using an "accept: text/csv" header.

To filter which payrolls should be included in the report, you may pass a filters object here, which may contain: pay_date_to: Limits payrolls to only from this pay-date and before.

post/reports/year-to-date

Request body

pay_schedule_idstring required

The pay schedule to generate the report for.

Response

Created

idstring

The unique identifier of the object in Nmbr.

objectstring

The type of the object in Nmbr ("report").

Changes