v1
latestOpenAPI 3.0.02026-08-061380344.2 KBCreate a Crop Planting
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
Request body
Example request
{
"bed_id": "Bed ID",
"date_planned_harvest": "2022-02-16",
"date_planted": "2021-03-10",
"date_seed_started": "2021-03-10",
"expected_harvest": 45.42,
"growth_stage": "Germination",
"instructions": null,
"lot_number": "",
"number_of_trays": 3,
"origin": "",
"plant_id": "Plant Type ID",
"planting_length": 100,
"planting_method": "Start in Trays, Transplant in Ground",
"plot_id": "Grow Location ID",
"qty": 400,
"row_count": 1,
"row_spacing": 6,
"seed_company": "",
"seed_type": "",
"spacing": 2,
"starts_per_tray": 64,
"tray_ids": "123,456,789"
}Response
Successful response