downloadCombinedPayslipsPdf
Download all payslips for a date range into one PDF. Automatically splits into multiple files when the range exceeds Hilan's limits, making multi-year printing or sharing easy.
Instructions
Downloads ONE PDF covering every payslip in a date range (instead of one file per month) — handy for printing/sharing a multi-year span at once. Automatically splits into multiple files for very long ranges (Hilan's combined-PDF endpoint has a practical ceiling of roughly 12-15 years per file due to a URL-length limit on their end).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant | No | Tenant subdomain, e.g. "amdocs". Optional if this server has COMPANY_URL / COMPANY_TENANT / COMPANY_CODE set in its env | |
| toMonth | Yes | End of the range (inclusive), "MM_YYYY" or "MM/YYYY", e.g. "12/2025" | |
| fromMonth | Yes | Start of the range (inclusive), "MM_YYYY" or "MM/YYYY", e.g. "01/2020" |