---
title: "Preview Payroll by Check Date"
method: POST
path: "/preview/checkDate"
---

# Preview Payroll by Check Date

`POST /preview/checkDate`

## Request body

- object
  - `companyID` string, required — ID of the Company
  - `check_date` string, required — The date on which the check was created

## Response `200`

200

- object
  - `status` integer
  - `success` boolean
  - `data` object
    - `job_id` string
    - `status` string
    - `request_body` object
      - `companyID` string
      - `check_date` string
      - `test_mode` boolean
    - `created_at` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/revisions/01346dceb27d/schema)
