---
title: "Create Deduction Summary Report"
method: POST
path: "/reports/deductions-summary"
---

# Create Deduction Summary Report

`POST /reports/deductions-summary`

Create a summary report outlining deductions within a given timeframe

## Request body

- object
  - `companyID` string, required — ID of the company.
  - `media_type` string, required — The type of format this report can be downloaded as. Deduction Summary currently only supports "csv".
  - `start_date` string, date, required — The start check date this report should retrieve deductions for. Date should be in ISO-8601 format (YYYY-MM-DD).
  - `end_date` string, date, required — The end check date this report should retrieve deductions for. Date should be in ISO-8601 format (YYYY-MM-DD).
  - `customer_account_ids` string[] — Filter by customer account(s) (Early Access)

## Response `200`

200

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