---
title: "Create Paystub Report"
method: POST
path: "/reports/paystub"
---

# Create Paystub Report

`POST /reports/paystub`

Create paystub report.

## Request body

- object
  - `companyID` string, required — ID of the Company
  - `start_date` string, date, required — Start date of the dates that span the Paystub Report. Date should be in ISO-8601 format (YYYY-MM-DD).
  - `end_date` string, date, required — End date of the dates that span the Paystub Report (will default to today's date if left blank). Date should be in ISO-8601 format (YYYY-MM-DD).
  - `media_type` string, required — The media type of the report, only PDF is supported

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `job_id` string
    - `status` string
    - `request_body` object
      - `companyID` string
      - `start_date` string
      - `end_date` string
      - `media_type` string
      - `has_live_key` boolean
      - `report_format` string
    - `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)
