v1

latestOpenAPI 3.0.02026-08-061380344.2 KB
Plots & Grow Locations

Create a Plot

Create a grow location or plot

Parameters

title REQUIRED
The name of your grow location


type OPTIONAL

The type of grow location. Supported options are:

"Field", "Greenhouse", "Grow Room", "Pasture", "Paddock", "Other"

Defaults to Field


layout_type OPTIONAL

How should plantings be managed and calculated. Supported options are:

"Planted in Beds", "Cover Crop", "Row Crops", "Other"

Defaults to Planted in Beds


description OPTIONAL

Text describing the grow location


grazing_rest_days OPTIONAL

If using for grazing, the number of days that the location should be rested between grazings.


internal_id OPTIONAL

Custom internal ID to identify the grow location.


electronic_id OPTIONAL

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


light_profile OPTIONAL

Light profile of planting area. Supported options are:

"Full Sun", "Full to Part Sun", "Partial Sun", "Sun to Part Shade", "Partial Shade", "Full Shade"


size OPTIONAL

Size in Acres/Hectares (based on account settings)


status OPTIONAL

Growing status of the grow location. Supported options are:

"Active", "Fallow", "Leased", "Other"

post/plots

Headers

Content-Typestring

Request body

object required

Example request

{
  "description": "",
  "grazing_rest_days": null,
  "internal_id": "B40",
  "layout_type": "Planted in Beds",
  "light_profile": "",
  "size": 100,
  "status": "Active",
  "title": "Back 40",
  "type": "Field"
}

Response

Successful response