Name | Description | Type | Additional Information |
---|---|---|---|
UniqueID |
A unique identification number used to reference the plan |
integer |
Must be numeric |
GrowerID |
A unique ID by which the customer is referenced |
string |
Max length: 6 |
FieldID |
The unique identification for the field being used on the plan |
string |
Max length: 8 |
AreaID |
The identification value for the area used on the plan |
string |
Max length: 3 |
PlanID |
The identification letter for the plan within the current AreaId |
string |
Max length: 1 |
LocationID |
The identification number for the location used on the plan |
string |
Required Max length: 6 |
CropName |
The name of the crop the plan is being generated for |
string |
Max length: 15 |
Placement |
The method in which the product is applied (broadcast, sprayed, knifed, etc.) |
string |
Max length: 30 |
CropChemistryType | string |
Max length: 80 |
|
OrderedDate |
The date the plan was created |
string |
Required Data type: DateTime Format must be MM/dd/yyyy |
BillingNotes |
Comments for the field plan. |
string |
Max length: 80 |
EstExecutionDate |
The tentative date set for the fullfillment of the plan |
string |
Data type: DateTime Format must be MM/dd/yyyy |
Quantity |
The number of acres, hectares, tons, tonnes, or 1000 SqFt for which to formulate a plan |
decimal number |
This is set with the total of the PlanFields Quantities. |
QuantityUOM |
QuantityUOM valid entries are 'Acres', 'Tons', 'Hect', 'Tonne', or '1000 SqFt'. |
string | |
RegistrationNumber |
User defined identification number for the plan. |
string |
Max length: 15 |
ProductSetDescription |
Name given to the Product Set, which is used a determine the products applied to the ticket to satisfy an analysis. |
string |
Required Max length: 15 |
MixIsALiquidType |
Used to determine if the mixture is a liquid type. |
boolean |
Must be 0, 1, True, or False |
PriceBy |
PriceBy valid entries are 'Products', 'Blended Analysis', or 'Guaranteed Analysis'. |
string | |
CustomApplied |
Indicates if this load was custom applied. Checking the box negates all federal and state checking for restricted use products. |
boolean |
Must be 0, 1, True, or False |
Repacked |
Indicates if this load is repackaged from another source. |
boolean |
Must be 0, 1, True, or False |
VRT |
Indicates this is a variable rate application. |
boolean |
Must be 0, 1, True, or False |
Mini_Bulk |
Indicates if this is a mini bulk load. |
boolean |
Must be 0, 1, True, or False |
GrowerApproved |
Indicates if the grower has approved this Field Plan. |
boolean |
Must be 0, 1, True, or False |
PaymentTermsID |
ID of the payment terms applied to the Field Plan. |
string |
Max length: 15 |
PaymentTermDescription |
Only valid in GET methods. The name given the a payment term used on the plan. |
string |
Max length: 20 |
ApplicationComments |
Optional notes that can be added before or after the job is completed. |
string |
Max length: 255 |
MixComments |
Optional notes related to the mixing of the items on the plan. |
string |
Max length: 255 |
TargetPests |
Name of the Pest(s) this application will control. |
string |
Max length: 255 |
BatchBreakdownAsPartialBatches |
Indicates if the batches created from the ticket are partial or full batches. |
boolean |
Must be 0, 1, True, or False |
BlenderCapacity |
The volume capacity of the blender used to fullfill the plan. |
decimal number |
Must be numeric |
BlenderCapacityUnit |
BlenderCapacityUnit valid entries are 'Pounds', 'Kilograms', 'Cubic Feet', or 'Gallons'. |
string | |
NumberOfBatches |
Number of batches desired of final product from the plan. |
integer |
Must be numeric |
ShipVia |
Method of shipment. |
string |
Max length: 25 |
ShipToID |
Address of the order destination. |
string |
Max length: 50 |
AuthorizedAgentContactName |
Person associated with this customer who is authorized to make decisions. |
string |
Max length: 50 |
County |
Defaults from the Ship To address. If a county is not set on the Ship To address, it defaults from the field. If no county is entered on the field, it defaults from the customer's setup. |
string |
Max length: 60 |
CustomerPONumber |
Customer provided purchase order number. |
string |
Max length: 20 |
ControlNumber |
Optional number that may be used to reference an internal control number (such as hand ticket numbers) associated with the Plan. |
string |
Max length: 10 |
SalespersonID |
ID of the salesperson for the plan. |
string |
Max length: 15 |
Territory |
Optional information from the customer setup. |
string |
Max length: 15 |
CustomerFederalPermitNumber |
The non-expired federal permits of all customers associated with this Field Plan. |
string |
Max length: 60 |
CustomerFederalPermitNumberExpirationDate |
Experiation date for the federal permint of the customer. |
string |
Data type: DateTime Format must be MM/dd/yyyy |
AdditionalComments |
Optional notes that can be added before or after the job is completed. |
string |
Max length: 240 |
GuaranteedAnalysisStringFormatted |
The percent nutrient analysis of the products used to formulate the Plan. |
string |
Max length: 75 |
AnalysisQuantity |
The quantity of fertilizer material. |
decimal number |
Must be numeric |
AnalysisQuantityUOM |
The unit of measure for the quantity of fertilizer material. |
string |
Max length: 10 |
AnalysisPricingUOM |
The unit of measure for the pricing of fertilizer material. |
string |
Max length: 10 |
AnalysisQuantityToPricingRatio |
The analysis billing divisor. |
decimal number |
Must be numeric |
AnalysisDensity |
The denisty amount of the fertilizer material. |
decimal number |
Must be numeric |
AnalysisPoundsPerInventoryUnit |
The Inventory unit type for the pounds of fertilizer material on the plan. |
decimal number |
Must be numeric |
StartDate |
The start date of the plan |
string |
Data type: DateTime Format must be MM/dd/yyyy |
EndDate |
The end date of the plan |
string |
Data type: DateTime Format must be MM/dd/yyyy |
FertTagAnalysisType |
The enumeration to indicate the blend type |
FertTagAnalysisTypeEnum | |
FertTagAnalysisTypeAsString |
VALID ONLY IN GET (ReadOnly Property) - used as the string representation of the FertTagAnalysisType enumeration |
string | |
FertTagRegisteredName |
VALID ONLY when FertTagAnalysisType is set as "RegisteredBlend" (2 as the enumeration value) |
string |
Max length: 200 |
Grower360Visible |
Indicates if the plan should be displayed in Grower360 |
boolean |
Must be 0, 1, True, or False |
PlanName |
The user defined 'Name' of the blend |
string |
Max length: 80 |
ClearPlanName |
Indicates if the PlanName should be cleared in the database. Valid only for PUT method. |
boolean |
Must be 0, 1, True, or False |
PlanFields |
List of the fields covered by the plan. |
Collection of ClsPlanFields |
Required List cannot be empty |
PlanCustomers |
List of the customers covered by the plan. |
Collection of ClsPlanCustomers |
Required List cannot be empty |
PlanProducts |
List of the products used to fullfill the plan. |
Collection of ClsPlanProducts |
Required List cannot be empty |
PlanApplicatorVehicle |
List of the applicators or vehicles used to complete the plan. |
Collection of ClsPlanApplicatorVehicle | |
PlanCountyPermits |
List of the county permits for the plan. |
Collection of ClsPlanCountyPermits |