---
title: "createClosingReason"
method: POST
path: "/v1/workflows/closing-reasons"
tags: ["Closing Reason"]
---

# createClosingReason

`POST /v1/workflows/closing-reasons`

A created Closing Reason is stored for the organization and will be displayed in the library of reasons.

## Request body

- ClosingReason — One Closing reason for a workflow
  - `id` string
  - `title` string
  - `status` 'ACTIVE' | 'INACTIVE'
  - `lastUpdateTime` string
  - `creationTime` string

## Response `201`

closing reason is stored successfully in the repository

- ClosingReason — One Closing reason for a workflow
  - `id` string
  - `title` string
  - `status` 'ACTIVE' | 'INACTIVE'
  - `lastUpdateTime` string
  - `creationTime` string

---

[API](https://skmtc.net/epilot/apis/workflows-definitions.md) · [All operations](https://skmtc.net/epilot/apis/workflows-definitions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/workflows-definitions/versions/74e4de17e9b5/schema)
