---
title: "Create Labor Allocation Report"
method: POST
path: "/reports/labor-allocation"
---

# Create Labor Allocation Report

`POST /reports/labor-allocation`

Create a labor allocation report.

## Request body

- object
  - `start_date` string, date, required — Start date of Labor data. Date should be in ISO-8601 format (YYYY-MM-DD).
  - `end_date` string, date, required — End date of Labor data. Date should be in ISO-8601 format (YYYY-MM-DD).
  - `companyID` string, required — ID of the company for report
  - `media_type` string, required — Type of file the report will be (csv is the only supported file)
  - `customer_account_ids` string[] — Filter by customer account(s) (Early Access)
  - `include_migrated` boolean — Include migrated data in the report

## Response `200`

200

## 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)
