Retrieve Minimum Wage Rates by Unique ID

Return minimum wage rates by minimum wage unique IDs for Payroll Point.

Query Params
date
Defaults to 2023-01-01

Return minimum wages rates for the specified effective date. Must be set in YYYY-MM-DD format. Required when updatedSince is not set; cannot be set when updatedSince is also set.

date

Return minimum wages rates that have changed since a given date. Must be set in YYYY-MM-DD format. The date of the request in YYYY-MM-DD format. Required when effectiveDate is not set; cannot be set when effectiveDate is also set.

string
required
Defaults to 06-*

The search string for minimum wage unique IDs. Use * in the search string as a wildcard for parts of the ID.

int32
required
Defaults to 0

Limit the returned results by setting pageNumber and pageSize. 0 indicates the first page.

int32
required
Defaults to 10

Limit the returned results by setting pageNumber and pageSize. Set pageSize to -0 to return all results in a single API call.

Responses

Language
Credentials
Header
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
Jump to top