---
title: "Update predefined terms"
method: PUT
path: "/predefinedTerms/{id}"
tags: ["Documents"]
---

# Update predefined terms

`PUT /predefinedTerms/{id}`

Updates a predefined terms

## Path parameters

- `id` string, required

## Request body

- DocumentTemplateRequestJson
  - `id` string
  - `entityIds` string[]
  - `name` string
  - `sectionUuid` string
  - `type` 'ORDER' | 'INVOICE' | 'INVOICE_EMAIL' | 'CREDIT_MEMO' | 'EMAIL' | 'UPSELL_EARLY_RENEWAL' | 'DUNNING' | 'CANCEL_AND_RESTRUCTURE' | 'ESIGN', required
  - `description` string
  - `content` string
  - `status` 'DRAFT' | 'ACTIVE' | 'DEPRECATED'
  - `isUserSelectable` boolean

## Response `default`

successful operation

---

[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)
