---
title: "POST /api/v1/reports"
method: POST
path: "/api/v1/reports"
tags: ["job-report-controller"]
---

# POST /api/v1/reports

`POST /api/v1/reports`

## Request body

- JobReportDto
  - `id` string
  - `name` string
  - `jobReportType` 'Same_Job_Report' | 'Multiple_Job_Report' | 'Global_Report' | 'CalcText' | 'CalcDate' | 'DateBefore' | 'DateAfter' | 'DateBetween'
  - `query` string
  - `definedParams` string
  - `delimiter` string

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

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