---
title: "Add Assessments"
method: POST
path: "/v1/hire/{vendorId}/assessments"
tags: ["Assessment"]
---

# Add Assessments

`POST /v1/hire/{vendorId}/assessments`

Add assessments

## Path parameters

- `vendorId` string, uuid, required

## Request body

- PostAssessmentDto[]
  - `vendorAssessmentId` string, nullable — Gets or sets the vendor assessment identifier.
  - `name` string, nullable — Gets or sets the name.
  - `description` string, nullable — Gets or sets the description.
  - `duration` integer — Gets or sets the duration.

## Response `200`

Success

- string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

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