Retrieve Minimum Wage Rates by Location

Return minimum wage rates for Payroll Point based on address parameters.

Query Params
string
Defaults to 14350 N 87th St

The first line of the street address (civic number and street name). Required if latitude and longitude are not set.

string
Defaults to Ste 310

The second line of the street address, if applicable (e.g., apartment, floor, unit number, or other address designation).

string
Defaults to Scottsdale

The city of the physical address. Required if latitude and longitude are not set.

string
Defaults to AZ

The state of the physical address. Can be the full state name or the two-letter state abbreviation. Required if latitude and longitude are not set.

string
Defaults to 85260

The ZIP code of the address. Must be exactly 5 or exactly 9 digits. Required if latitude and longitude are not set.

date
required
Defaults to 2021-01-01

The effective date of the request in YYYY-MM-DD format.

string

The latitude of the location. Optional; if set, latitude and longitude will be used instead of the address.

string

The longitude of the location. Optional; if set, latitude and longitude will be used instead of the address.

Responses

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