---
title: "Creating a performance evaluation"
method: POST
path: "/performance-evaluations"
tags: ["Post Hiring"]
---

# Creating a performance evaluation

`POST /performance-evaluations`

Creates a new performance evaluation.

## Request body

- PerformanceEvaluationPostRequest
  - `applicationId` number, required — Application ID
  - `date` string, date, required — Date of the performance evaluation
  - `value` 'high' | 'medium' | 'low', required — Value of the performance evaluation

## Response `201`

A confirmation of successful insertion of the performance evaluation

- PerformanceEvaluation — Performance Evaluation
  - `id` integer, required — Performance Evaluation ID
  - `applicationId` number, required — Application ID
  - `date` string, date, required — Date of the performance evaluation
  - `value` 'high' | 'medium' | 'low', required — Value of the performance evaluation
  - `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/versions/3f26defa2a42/schema)
