v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Preview Payroll by Check Date

post/preview/checkDate

Request body

companyIDstring required

ID of the Company

check_datestring required

The date on which the check was created

Response

200

statusinteger
successboolean

Example response

{
  "status": 200,
  "success": true,
  "data": {
    "job_id": "0bc12668-9f1a-4fb6-b1c7-044d23fb678f",
    "status": "pending",
    "request_body": {
      "companyID": "fcce6cc41440ac8a33e13223bbb462",
      "check_date": "2023-04-29T18:21:28.951Z"
    },
    "created_at": "2023-05-04T19:49:31.064Z"
  }
}