---
title: "Add an approval segment"
method: POST
path: "/approvalSegments"
tags: ["Approvals"]
---

# Add an approval segment

`POST /approvalSegments`

Define and add an approval segment which can be later specified in an approval matrix. The ID of the segment is returned.

## Request body

- ApprovalSegmentJson
  - `id` string
  - `name` string
  - `description` string
  - `createdOn` integer
  - `updatedOn` integer

## Response `200`

successful operation

- string

---

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