v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Get Employee Requirements (Early Access)

Get additional tax requirements for an employee

get/employeeRequirements

Query parameters

companyIDstring required

The ID of the company.

employeeIDstring

The ID of the employee.

Response

200

successboolean

Example response

{
  "data": [
    {
      "employeeRequirementID": "8bafd033-55c7-4edc-b671-xxxxxxxxxxxx",
      "type": "FORM",
      "status": "OPEN",
      "workLocationID": "635ae06ac6cf7b0f2b1xxxxx",
      "jurisdiction": "KY",
      "formTemplateID": "form-ebc648e7-0b11-424a-b7fb-xxxxxxxxxxxx",
      "employeeID": "657b627deca2a90023bxxxxx",
      "companyID": "24b5b29f07924840b119c34c135xxxxx",
      "date": "2023-12-14T20:52:18.280Z"
    }
  ],
  "success": true
}