v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Get Upcoming Regular Payroll

Get the upcoming “regularly” scheduled check date for the company and associated reporting period information.

get/payroll/regular

Query parameters

companyIDstring required

Response

200

successboolean
testModeboolean

Example response

{
  "data": {
    "reportingPeriodID": "6376xx94xxdaxxbfxx1exx78",
    "start": "2023-09-23",
    "end": "2023-10-06",
    "checkDate": "2023-10-10"
  },
  "success": true,
  "testMode": true
}