---
title: "Create custom field sections"
method: POST
path: "/custom_fields/section"
tags: ["Custom Fields Section"]
---

# Create custom field sections

`POST /custom_fields/section`

This endpoint enables you to create custom field sections for your organization. You can specify a name, optional description, slug, and order. If no order is provided, it will be set to max(all current sections orders) + 1. `PROVIDER` users can pass `org_id` to create custom field sections for a managed organization.

## Query parameters

- `org_id` integer

## Request body

- object
  - `name` string, required — The name of the custom field section. Needs to be unique from all other section names.
  - `description` string, nullable — Description of the custom field section
  - `slug` string, nullable — Unique identifier slug for the custom field section. Cannot contain any of the following characters: `,;/\|<>`
  - `order` integer — Describes where the custom field section is displayed on the Business Edit view of the Partoo App.

## Response `200`

OK

- object
  - `section_id` integer — Id of the custom field section

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/revisions/3652d8b1a8b3/schema)
