Name | Description | Type | Additional Information |
---|---|---|---|
LineItem |
The number associated with the order of products on the transaction. |
integer |
Required Must be filled out and numeric |
GrowerID |
A unique ID by which the customer is referenced. |
string |
Required Max length: 6 |
FieldID |
The unique identifier specific to the grower. |
string |
Required Max length: 8 |
FieldRecNum |
The unique ID for the field. |
integer |
Must be numeric |
FieldGUID |
A global unique identifier for the field. |
string |
Max length: 36 |
FieldDescription |
A description used to distinguish the field from others. |
string |
Max length: 30 |
FarmKey |
The unique ID for the farm. |
integer |
Must be numeric |
FarmName |
The name of the farm that the field is grouped under. |
string |
Max length: 8 |
FarmGUID |
The global unique identifier for the farm that the field is grouped under. |
string |
Max length: 36 |
FarmDescription |
The description of the farm the field is grouped under. Used to distinguish this farm from others. |
string |
Max length: 50 |
GrowerFirstName |
The first name of the grower for the field. |
string |
Max length: 20 |
GrowerLastName |
The last name of the grower for the field. |
string |
Max length: 50 |
GrowerGUID |
The global unique identifier for the grower for the field. |
string |
Max length: 36 |
Quantity |
Indicates the number of acres, hectares, tons, tonnes, or 1000 SqFt for which to formulate a plan. |
decimal number |
Required Must be filled out and numeric |
ApplicationZoneWkt |
The Boundary Information for the Application in Well-Known Text. The default is null, set to an empty string to clear the value in the database. |
string |