---
title: "Create a Note"
method: POST
path: "/{resource_name}/{resource_id}/notes"
tags: ["Notes"]
---

# Create a Note

`POST /{resource_name}/{resource_id}/notes`

Create a note

### Parameters

**description** `REQUIRED`

The contents of the note that you want to record for the parent resource

* * *

**date** `OPTIONAL`

The date the note was captured. Defaults to today.

* * *

**category** `OPTIONAL`

The category for the note. For example, for livestock you might use one of the following categories:

> "Breeding", "Deworming", "General", "Grazing"," Grooming", "Injury", "Medication"," Supplement", Vaccination", "Veterinarian", "Other"

* * *

**keywords** `OPTIONAL`

A comma delimited list of keywords, tags or labels to easily search for similar notes

* * *

﻿**longitude** `OPTIONAL`

Longitude of the note location

* * *

**latitude** `OPTIONAL`

Latitude of the note location

## Path parameters

- `resource_name` string, required
- `resource_id` string, required

## Headers

- `Content-Type` string

## Request body

- object

## Response `200`

Successful response

---

[API](https://skmtc.net/farmbrite/apis/farmbrite-api-developers-documentation.md) · [All operations](https://skmtc.net/farmbrite/apis/farmbrite-api-developers-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/farmbrite/farmbrite-api-developers-documentation/versions/b33a389fa2c0/schema)
