| Name | Description | Type | Additional Information |
|---|---|---|---|
| ProductLineItem |
The number associated with the order of products on the plan. |
integer |
Required Must be filled out and numeric |
| ProductGUID |
The global unique identifier for a product. |
string |
Max length: 36 |
| DepartmentID |
The identifier for the department this product resides in. |
string |
Max length: 6 |
| ProductID |
The identifier of the product unique to a department. |
string |
Max length: 10 |
| ProductName |
The name for the product. |
string |
Max length: 50 |
| RatePerUnitAmount |
The amount of product applied for a given unit. |
decimal number |
Must be numeric |
| RatingUOM |
The unit of measure for the frequency of product applied to a given unit. |
string |
Max length: 10 |
| TotalRatingAmount |
The total amount of product applied for the rating unit. |
decimal number |
Must be numeric |
| MixedAmount |
Total amount of product blended. |
decimal number |
Must be numeric |
| MixingUOM |
The unit of meausre used for blended product. |
string |
Max length: 10 |
| MixingScale |
The scale of the inventory department that the product resides in. |
integer |
Must be numeric |
| ISAnalysisItem |
Determines if the product is set to analysis or not. |
boolean |
Must be 0, 1, True, or False |
| InventoryAmount |
The line item quantity in inventory units. |
decimal number |
Must be numeric |
| InventoryUOM |
The unit of measure for the inventory unit. |
string |
Max length: 10 |
| ListPrice |
The listed price of the product. |
decimal number |
Must be numeric |
| PricingUOM |
The unit of measure for the product price. |
string |
Max length: 10 |
| CropCode |
The name of the crop for the line item. |
string |
Max length: 15 |
| Container |
A container text entry for the line item. |
string |
Max length: 15 |
| LotNumber |
The lot number that's associated with the product on that line. |
string |
Max length: 30 |
| ComPrefix |
Custom comment field for the product. |
string |
Max length: 10 |
| TechnologyLicenseNumber |
Unique identifier for the product assigned by the manufacturer. |
string |
Max length: 30 |
| ExcludeFromMixFile |
Determines if the product is included in the blender file. |
boolean |
Must be 0, 1, True, or False |
| TotalPoundsInTheMix |
Total lbs of fertilizer material in the mix. |
decimal number |
Must be numeric |
| UpdateAgvanceBasedOnRateMixInventoryPounds |
The valid entries are 'Rating', 'Total', 'Mixing', 'Inventory', or 'Pounds'. |
string | |
| Density |
The density of the product. |
decimal number |
Must be numeric |
| ISLiquidStateOfMatter |
Whether or not the product is a liquid. |
boolean |
Must be 0, 1, True, or False |
| PoundsPerRatingUnit |
The total amount of pounds for each rating unit. |
decimal number |
Must be numeric |
| RateToBlendRatio |
The number of rating units in one blending unit. |
decimal number |
Must be numeric |
| BlendToInventoryRatio |
The number of blending units in one inventory unit. |
decimal number |
Must be numeric |
| InventoryToPricingRatio |
The number of inventory units in one pricing unit. |
decimal number |
Must be numeric |
| PoundsPerInventoryUnit |
The number of pounds in one inventory unit. |
decimal number |
Must be numeric |
| SpecificGravity |
The specific gravity of the product. |
decimal number |
Must be numeric |
| ISFeeItem |
Whether or not the product is marked as a fee item. |
boolean |
Must be 0, 1, True, or False |
| MixGroup |
The number indicating which group of products the product is blended with. |
integer |
Must be numeric |
| PlanProductCustomerPriceOverrides |
List of customer set product pricing overrides. |
Collection of ClsPlanProductCustomerPriceOverrides |