Retrieve Minimum Wage Rates by Locationget https://api-staging.symmetry.com/prp/v1/minimumwage/locationReturn minimum wage rates for Payroll Point based on address parameters.Query ParamsstreetAddress1stringDefaults to 14350 N 87th StThe first line of the street address (civic number and street name). Required if latitude and longitude are not set.streetAddress2stringDefaults to Ste 310The second line of the street address, if applicable (e.g., apartment, floor, unit number, or other address designation).citystringDefaults to ScottsdaleThe city of the physical address. Required if latitude and longitude are not set.statestringDefaults to AZThe 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.zipCodestringDefaults to 85260The ZIP code of the address. Must be exactly 5 or exactly 9 digits. Required if latitude and longitude are not set.effectiveDatedaterequiredDefaults to 2021-01-01The effective date of the request in YYYY-MM-DD format.latitudestringThe latitude of the location. Optional; if set, latitude and longitude will be used instead of the address.longitudestringThe longitude of the location. Optional; if set, latitude and longitude will be used instead of the address.Responses 200200 400400Updated 9 months ago