---
title: "Create Section"
method: POST
path: "/v2/quotes/{quoteId}/sections"
tags: ["Quote sections"]
---

# Create Section

`POST /v2/quotes/{quoteId}/sections`

Creates a new section within a specified quote to organize line items.

## Path parameters

- `quoteId` string, uuid, required

## Request body

- CreateSectionPayload
  - `name` string, required

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `403` — Authorization Error

---

[API](https://skmtc.net/pax8/apis/authentication.md) · [All operations](https://skmtc.net/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pax8/authentication/versions/4026bf405528/schema)
