Create payroll register report
Generate Reports
Create payroll register report
When a Payroll Register Report is created, the report content will be created asynchronously. It may then be retrieved from GET /reports/{id}/download, or from GET /reports/{id} with an Accept: text/csv header.
POST
Create payroll register report
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Must be present when payroll_id is either empty or not set.
Must be present when pay_schedule_id is either empty or not set.
Sets the output format for /download: csv or xlsx. Required to use /download.
Available options:
csv, xlsx For multi-sheet reports, selects which sheet /download returns. Payroll Register supports summary or detail.
Available options:
detail, summary 
