---
title: "POST /note.collection.add"
method: POST
path: "/note.collection.add"
tags: ["note"]
---

# POST /note.collection.add

`POST /note.collection.add`

## Request body

- object
  - `fields` object, required
    - `name` string, required
    - `position` integer

## Response `200`

Success response

- object
  - `result` object
    - `item` BitrixNoteCollectionitemdto
      - `id` integer
      - `name` string
      - `position` integer
      - `policyLevel` string
      - `createdBy` integer
      - `createdAt` string
      - `updatedBy` integer
      - `updatedAt` string

---

[API](https://skmtc.dev/bitrix24/apis/bitrix24-rest-v3-api.md) · [All operations](https://skmtc.dev/bitrix24/apis/bitrix24-rest-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitrix24/bitrix24-rest-v3-api/revisions/3660cc6bfaf5/schema)
