---
title: "Generate payroll report"
method: POST
path: "/payroll/report"
tags: ["Payroll"]
---

# Generate payroll report

`POST /payroll/report`

curl request example
curl --location --request POST 'https://hurma.work/api/v1/payroll/report' \
--header 'token: 886308a96833251c04ee18fff519a7aa15073256d6a5460587bd892e40e58c53d0dcab74cdde736' \
--header 'personal-token: 886308a96833251c04ee18fff519a7aa15073256d6a5460587bd892e40e58c53d0dcab74cdde736' \
--form 'name='report'' \
--form 'end_date='31-05-2022'' \
--form 'start_date='02-05-2022''

## Query parameters

- `name` string
- `start_date` string
- `end_date` string

## Headers

- `token` string, required
- `personal-token` string, required

## Response `200`

ОК

## Other responses

- `403` — Forbidden
- `422` — Invalid request parameters

---

[API](https://skmtc.net/hurma/apis/hurma-public-api-v1-endpoints.md) · [All operations](https://skmtc.net/hurma/apis/hurma-public-api-v1-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hurma/hurma-public-api-v1-endpoints/versions/c2e35a68e512/schema)
