---
title: "Create a Crop Planting"
method: POST
path: "/crops"
tags: ["Crops & Plantings > Crop Plantings"]
---

# Create a Crop Planting

`POST /crops`

Create a planting

### Parameters

**plant_id** `REQUIRED`

The Farmbrite unique ID of the plant type

---

**plot_id** `REQUIRED`

The Farmbrite unique ID of the grow location

---

**bed_id** `OPTIONAL`

The Farmbrite unique ID of the bed. Required if planting in beds

---

**planting_method** `OPTIONAL`

Planting method. Supported options are:

> "Direct Sow", "Start in Trays, Transplant in Ground", "Transplant", "Container", "Root Stock", "Bulbs", "Grafting","Other" 
  

---

**qty** `OPTIONAL`

The number of plants in this planting

---

**spacing** `OPTIONAL`

Inches/Centimeter (based on account setting) spacing between plants

---

**row_count** `OPTIONAL`

How many rows are planted

---

**row_spacing** `OPTIONAL`

Inches/Centimeter (based on account setting) spacing between rows

---

**planting_length** `OPTIONAL`

The length of the planting in feet or meters (depending on account setting)

---

**date_planted** `OPTIONAL`

Date planted

---

**cost** `OPTIONAL`

Estimated or actual cost of planting (depending on how you want to estimate ROI)

---

**date_planned_harvest** `OPTIONAL`

The date planned to harvest

---

**date_seed_started** `OPTIONAL`

The date seeds where / should be started

---

**expected_harvest** `OPTIONAL`

Numeric amount expected to be harvested in the harvest unit of the plant type.

---

**growth_stage** `OPTIONAL`

The current growth stage of the planting. Supported options are:

> "Seed Started", "Germination", "Seedling", "Vegetative", "Flowering" , "Ripening" 
  

---

**instructions** `OPTIONAL`

Planting directions or instructions.

---

**lot_number** `OPTIONAL`

Lot number of seed packet

---

**number_of_trays** `OPTIONAL`

The number of trays used for the planting (if planting in trays)

---

**origin** `OPTIONAL`

Seed origin, typically found on the seed packet.

---

**seed_company** `OPTIONAL`

Seed company

---

**seed_type** `OPTIONAL`

Seed type. Available options are:

> "Conventional", "GMO", "Heirloom", "Hybrid", "Organic" 
  

---

**starts_per_tray** `OPTIONAL`

How many starts per each tray.

---

**tray_ids** `OPTIONAL`

Comma delimited list of tray numbers or ID numbers for the trays containing this planting

---

rootstock_source `OPTIONAL`

For rootstock plantings, the source/origin of the roostock

---

rootstock_source `OPTIONAL`

For rootstock plantings, the source/origin of the roostock

---

rootstock_variety `OPTIONAL`

For rootstock plantings, the variety of the roostock. Available options are:

> "Very-dwarf", "Dwarf", "Semi-drawf", "Half-standard", "Semi-standard", "Standard", "Semi-vigorous", "Vigorous" 
  

---

rootstock_age `OPTIONAL`

For rootstock plantings, a string value for the age of the rootstock.

---

**electronic_id** `OPTIONAL`

Electronic ID - useful to set if using an RFID or barcode scanner to search for for sync data with Farmbrite.

## 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/revisions/b33a389fa2c0/schema)
