Create vacation accrual report
When a Vacation Accrual 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_from: Limits payrolls to only from this pay-date and after. pay_date_to: Limits payrolls to only from this pay-date and before.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
One of business_entity_id, pay_schedule_id or payroll_id must be set.
Must be present when payroll_id is either empty or not set.
One of business_entity_id, pay_schedule_id or payroll_id must be set.
Must be present when pay_schedule_id is either empty or not set.
Options to allow filtering the content of the report

