Contract.PayScheduleRequest

Represents a request to retrieve pay schedules for a list of employers and tax years.

Name / Description Type / Format Example
employerIds
Employer ids of PaySchedule
string[]
taxYears
Tax years of PaySchedule
TaxYear[]
{
  "employerIds": [
    "string"
  ],
  "taxYears": []
}
Contained in Models

- none -

Consumed by Operations
List PaySchedules
Returned by Operations

- none -