---
title: "Create a note in batch"
method: POST
path: "/macro_notes"
tags: ["scenarios"]
---

# Create a note in batch

`POST /macro_notes`

## Request body

- MacroNoteBatchForm
  - `macro_notes` MacroNoteForm[], required
    - `labels` string[], required
    - `text` string, required
    - `title` string, required
    - `x` integer, required
    - `y` integer, required
  - `scenario_id` integer, required

## Response `201`

Macro notes created

- MacroNoteBatchResponse
  - `macro_notes` MacroNoteResponse[], required
    - `id` integer, required
    - `labels` string[], required
    - `text` string, required
    - `title` string, required
    - `x` integer, required
    - `y` integer, required

---

[API](https://skmtc.net/openrailassociation/apis/osrd-editoast.md) · [All operations](https://skmtc.net/openrailassociation/apis/osrd-editoast/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrailassociation/osrd-editoast/versions/1840dbbd64ac/schema)
