---
title: "Add predefined terms section"
method: POST
path: "/termsections"
tags: ["Settings"]
---

# Add predefined terms section

`POST /termsections`

Adds a predefined terms section.

## Request body

- DocumentSection
  - `id` string, uuid
  - `entityIds` string[]
  - `name` string
  - `title` string
  - `location` 'BEFORE_SIGNATURE' | 'AFTER_SIGNATURE', required
  - `deleted` boolean

## Response `200`

successful operation

- DocumentSection
  - `id` string, uuid
  - `entityIds` string[]
  - `name` string
  - `title` string
  - `location` 'BEFORE_SIGNATURE' | 'AFTER_SIGNATURE', required
  - `deleted` boolean

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
