---
title: "Create a Term"
method: POST
path: "/terms"
tags: ["Terms"]
---

# Create a Term

`POST /terms`

Create a new Term record

## Request body

- object
  - `name` string, required — Term Name (must be unique)
  - `fl1name` string, nullable — Term Name (first language)
  - `fl2name` string, nullable — Term Name (second language)
  - `number_of_days` integer, required — Number of Days of the Term

## Response `201`

Term has been created successfully

- object
  - `message` string
  - `term` object
    - `id` integer
    - `name` string
    - `fl1name` string
    - `fl2name` string
    - `number_of_days` integer
    - `display_name` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `500` — Internal Server Error

---

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