Contract.PayScheduleByDateRangeRequest

Represents a request to retrieve pay schedules within a specific date range for a list of employers.

Name / Description Type / Format Example
employerIds
Employer ids of PaySchedule
string[]
fromPayDate
From PayDate of PayRun
string date "2025-02-05"
toPayDate
To PayDate of PayRun
string date "2025-02-05"
{
  "employerIds": [
    "string"
  ],
  "fromPayDate": "2025-02-05",
  "toPayDate": "2025-02-05"
}
Contained in Models

- none -

Consumed by Operations
List PaySchedules By Date Range
Returned by Operations

- none -