v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Get Minimum Wage Rules

Fetches Minimum Wage Rules for a specified Work Location.

get/minimumWageRules

Query parameters

workLocationIDstring required

ID of the Work Location.

companyIDstring required

ID of the Company.

effectiveDatestring

Effective date of the minimum wage rules, defaults to today's date if empty.

Response

200

successboolean
testModeboolean

Example response

{
  "data": [
    {
      "jurisdiction": "California",
      "effectiveDate": "2024-01-01",
      "rate": "$16.00"
    }
  ],
  "success": true
}