---
title: "Creating a dismissal"
method: POST
path: "/dismissals"
tags: ["Post Hiring"]
---

# Creating a dismissal

`POST /dismissals`

Creates a new dismissal.

## Request body

- DismissalPostRequest
  - `applicationId` number, required — Application ID
  - `date` string, date, required — Date of the dismissal
  - `reason` 'no_cause_employer_dismissal' | 'contract_termination_dismissal' | 'early_contract_termination_by_employer_dismissal' | 'voluntary_dismissal' | 'other', required — Reason of the dismissal
  - `isRehired` boolean, required — If the employee will be rehired
  - `rehiringReason` 'hired_intern' | 'partnership' | 'other' — Reason of the rehiring

## Response `201`

A confirmation of successful insertion of the dismissal

- Dismissal — Dismissal
  - `id` integer, required — Dismissal ID
  - `applicationId` number, required — Application ID
  - `date` string, date, required — Date of the dismissal
  - `reason` 'no_cause_employer_dismissal' | 'contract_termination_dismissal' | 'early_contract_termination_by_employer_dismissal' | 'voluntary_dismissal' | 'other', required — Reason of the dismissal
  - `isRehired` boolean, required — If the employee will be rehired
  - `rehiringReason` 'hired_intern' | 'partnership' | 'other' — Reason of the rehiring
  - `createdAt` string, date-time, required — Data of creation
  - `updatedAt` string, date-time, required — Date of update

## Other responses

- `400` — BadRequest / Invalid Input
- `401` — Unauthorized
- `403` — Forbidden
- `404` — NotFound / Resource not found

---

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