Skip to main content
POST

Authentication

Requires a key with the fields:write scope.

Path parameters

string
required
Farm UUID.
string
required
Field UUID.
string
required
Block UUID.

Request body

string
required
1–100 characters. Within-block identifier (e.g. "Row 1, Tree 4", "P-0001").
string
1–200 characters. QR / RFID / barcode identifier. Unique within the block — duplicate returns 409 CONFLICT.
object
{ lat: number, lng: number }. GPS position. Pass null to clear.
string
Calendar date as YYYY-MM-DD. A full ISO 8601 datetime is accepted too, but only its date part is kept.
string
default:"alive"
One of alive, sick, dead, replaced, removed.
string
Up to 2,000 characters.

Response

Returns the created plant wrapped under data.

Errors