FieldImport

FieldImport represents attributes to upsert a Field.

Input Fields

address (String)

Field address. Maximum length is 255 characters.

boundary (GeoJSON)

(Required on Create) A GeoJSON FeatureCollection with a single MultiPolygon Feature representing a Field boundary. Maximum size allowed is 250 KB.

city (String)

Field city. Maximum length is 255 characters.

country_code (String)

(Required on Create) Field country code (ISO 3166-1). Maximum length is 4 characters.

county (String)

Field county. Maximum length is 255 characters.

external_id (ID)

ID from an external system. Maximum length is 255 characters.

external_partner (ExternalPartner)

Name of ExternalPartner

external_source (String)

Name of external system

farm (String)

Field farm name. Maximum length is 255 characters.

grower (String)

Field grower name. Maximum length is 255 characters.

latitude (Float)

(Required on Create) Latitude for the center of the field. Must be a value between -90 and 90.

longitude (Float)

(Required on Create) Longitude for the center of the field. Must be a value between -180 and 180.

name (String)

(Required on Create) Field name. Maximum length is 255 characters.

sentera_id (ID)

(Required on Update) The ID of an existing field. Will cause the existing field to be updated.

state (String)

Field state/province/region code (ISO 3166-2). Maximum length is 4 characters.

zip_code (String)

Field zip/postal code. Maximum length is 255 characters.