---
title: "HTTP POST a new note into the system."
method: POST
path: "/recipe/{recipeId}/note"
tags: ["Note"]
---

# HTTP POST a new note into the system.

`POST /recipe/{recipeId}/note`

## Path parameters

- `recipeId` integer, required

## Request body

- API2ControllersWebAPINoteControllerNoteRequest
  - `Date` string, date-time — Gets or sets the date.
  - `DateDT` string — Gets or sets the date dt.
  - `ID` integer — Gets or sets the identifier.
  - `Notes` string — Gets or sets the notes.
  - `People` string — Gets or sets the people.
  - `Variations` string — Gets or sets the variations.
  - `UserID` integer — Gets or sets the user identifier.
  - `RecipeID` integer — Gets or sets the recipe identifier.
  - `GUID` string — Gets or sets the unique identifier.
  - `CreationDate` string, date-time — Gets or sets the creation date.

## Response `200`

OK

- BigOvenModelAPI2RecipeNote
  - `Date` string
  - `DateDT` string, date-time
  - `ID` integer
  - `Notes` string
  - `People` string
  - `Variations` string
  - `UserID` integer
  - `RecipeID` integer
  - `GUID` string
  - `CreationDate` string, date-time

---

[API](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2.md) · [All operations](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigoven/1-000-000-recipe-and-grocery-list-api-v2/revisions/213a69be0728/schema)
