POST Product/PostProduct
Creates a new Product.
Request Information
URI Parameters
Body Parameters
Product object used to create a new Product.
clsProductAddName | Description | Type | Additional Information |
---|---|---|---|
UniqueKey |
The unique number to identify the product record - cannot be duplicated. |
integer |
Required Send In zero (0) If New. Do Not modify existing value. |
DepartmentID |
Existing department ID into which the new product will be saved. |
string |
Required Max length: 6 |
ProductID |
User assigned ID of the product. |
string |
Required Max length: 10 Must not contain a space or a tic (') |
Manufacturer |
Manufacturer of the product; must match an existing manufacturer in the database. |
string |
Max length: 50 |
ProductName |
User assigned Name (description) of the product. |
string |
Required Max length: 50 |
EPANumber |
EPA number of the product. |
string |
Max length: 40 |
FederallyRestricted |
Restricted by federal regulations. |
boolean |
Must be 0, 1, True, or False |
PotentiallyHazardous |
Works with the HazMat document printing capabilities of Agvance. |
boolean |
Must be 0, 1, True, or False |
InventoryUnits |
Unit of measure in which the product will be tracked in inventory. |
string |
Required Max length: 4 |
ReorderLevel |
The user entered amount of the product to be reordered. |
decimal number |
Must be numeric |
UnitWeight |
Number of pounds per inventory unit. |
decimal number | |
PackageSize |
Number of inventory units per package unit. |
string |
Max length: 10 Must be filled out and numeric |
PackageUnits |
Unit of measure in which the product will be packaged. |
string |
Required Max length: 4 |
CrossRef1 |
User defined cross reference value. |
string |
Max length: 40 |
CrossRef2 |
User defined cross reference value. |
string |
Max length: 40 |
CrossRef3 |
User defined cross reference value. |
string |
Max length: 40 |
CrossRef4 |
User defined cross reference value. |
string |
Max length: 40 |
BarCodeID |
UPC code/barcode for the product. |
string |
Max length: 20 |
ReplacementCost |
One of four available replacement cost inputs for the product. The others are in the ClsProductPricesAdd section. |
decimal number | |
DryOrLiquid |
State of Matter of the product (D or L). |
string |
Max length: 1 Valid options: D for Solid (dry), L for Liquid. |
ActiveIngredient |
Primary Active ingredient in the product. |
string |
Max length: 50 |
Consignment |
Indicates a product that will be invoiced by the vendor as it is resold, rather than upon delivery. |
boolean |
Must be 0, 1, True, or False |
EDIReportable |
Flag indicating whether the sales for this product get reported back to the manufacturer. |
boolean |
Must be 0, 1, True, or False |
Inactive |
Removes the product from selection lists. Cannot be set to true if the product has a non-zero amount on hand. |
boolean |
Must be 0, 1, True, or False |
InvoiceLineItemComment |
User comment - Accompanies each line on an invoice on which the product is selected. |
string |
Max length: 1000 |
TechnologyGroup |
Seed technology classification - Must match an existing technology group record in the data. |
string |
Max length: 30 |
CommodityRef |
Type of commodity to tie the product to. Examples are corn, beans, and wheat. Must be a valid commodity in the data. |
string |
Max length: 6 |
ManufacturerPartNumber |
Part/Product ID number assigned by the manufacturer. |
string |
Max length: 30 |
AlternateProductID |
Used as an alternative to the product ID on some reports. |
string |
Max length: 40 Must not contain invalid characters |
Crop |
Crop associated with the product. Must match an existing crop in the data. |
string |
Max length: 15 |
Variety |
Manufacturer's Seed Variety name. |
string |
Max length: 80 |
Trait |
Names of the Seed traits for the Variety. |
string |
Max length: 80 |
BrandName |
Seed brand. |
string |
Max length: 40 |
IsInsectResistantMaterial |
Insect Resistant Material. |
boolean |
Must be 0, 1, True, or False |
NeedsFieldCoordinates |
Planting locations of the seed need to be reported to the manufacturer. |
boolean |
Must be 0, 1, True, or False |
TreatmentCode |
If seed is treated, what treatment code was used. |
string |
Max length: 255 |
SeedSize |
Seed size (small rounds, medium rounds, medium flats, large rounds, etc). |
string |
Max length: 20 |
GTIN |
Global Trade Identification Number. |
string |
Max length: 20 |
SSIGlobalID |
SSI Global ID |
integer | |
OnHold |
Flag to prevent the product from being used on Agvance transactions. |
boolean |
Must be 0, 1, True, or False |
AccountsAdd |
Sales Taxable and GLAccounts specific for this Product |
Collection of clsProductAccountsAdd |
JSON list name must be AccountsAdd. |
PricesAdd |
The Price Information of the Product |
Collection of clsProductPricesAdd |
JSON list name must be PricesAdd. List cannot be empty |
ClassificationsAdd |
List of Product Classifications |
Collection of clsProductClassificationsAdd |
JSON list name must be ClassificationsAdd. |
AttributesAdd |
List of Product Attributes |
Collection of clsProductAttributesAdd |
JSON list name must be AttributesAdd. |
SafetyAdd |
The Safety Information of the Product |
Collection of clsProductSafetyAdd |
JSON list name must be SafetyAdd. |
BlendsAdd |
The Blend Information of the Product |
Collection of clsProductBlendsAdd |
JSON list name must be BlendsAdd. |
CASNumbersAdd |
The List of CAS Numbers for the Product |
Collection of clsProductCASNumbersAdd |
JSON list name must be CASNumbersAdd. Maximum of 20 allowed |
Request Formats
application/json, text/json
{ "UniqueKey": 1, "DepartmentID": "sample string 2", "ProductID": "sample string 3", "Manufacturer": "sample string 4", "ProductName": "sample string 6", "EPANumber": "sample string 8", "FederallyRestricted": true, "PotentiallyHazardous": true, "InventoryUnits": "sample string 11", "ReorderLevel": 13.1, "UnitWeight": 14.1, "PackageSize": "sample string 15", "PackageUnits": "sample string 16", "CrossRef1": "sample string 17", "CrossRef2": "sample string 18", "CrossRef3": "sample string 19", "CrossRef4": "sample string 20", "BarCodeID": "sample string 21", "ReplacementCost": 22.1, "DryOrLiquid": "sample string 23", "ActiveIngredient": "sample string 24", "Consignment": true, "EDIReportable": true, "Inactive": true, "InvoiceLineItemComment": "sample string 33", "TechnologyGroup": "sample string 37", "CommodityRef": "sample string 39", "ManufacturerPartNumber": "sample string 40", "AlternateProductID": "sample string 41", "Crop": "sample string 43", "Variety": "sample string 45", "Trait": "sample string 54", "BrandName": "sample string 55", "IsInsectResistantMaterial": true, "NeedsFieldCoordinates": true, "TreatmentCode": "sample string 59", "SeedSize": "sample string 60", "GTIN": "sample string 62", "SSIGlobalID": 63, "OnHold": true, "AccountsAdd": [ { "SalesTaxable": true, "SalesAccount": "sample string 4", "PurchaseAccount": "sample string 20", "FreightAccount": "sample string 21", "PurchaseDiscount": "sample string 22" }, { "SalesTaxable": true, "SalesAccount": "sample string 4", "PurchaseAccount": "sample string 20", "FreightAccount": "sample string 21", "PurchaseDiscount": "sample string 22" } ], "PricesAdd": [ { "BillingUnits": "sample string 3", "BillingDivisor": "sample string 4", "AverageCost": 5.1, "List": 6.1, "LastPurchaseCost": 7.1, "EstimatedAverageCost": 8.1, "ProfitMargin": 9.1, "PriceLevel1": 10.1, "PriceLevel2": 11.1, "PriceLevel3": 12.1, "PriceLevel4": 13.1, "PriceLevel5": 14.1, "PriceLevel6": 15.1, "PriceLevel7": 16.1, "PriceLevel8": 17.1, "PriceLevel9": 18.1, "PriceLevel10": 19.1, "PriceLevel11": 20.1, "PriceLevel12": 21.1, "PriceLevel13": 22.1, "PriceLevel14": 23.1, "PriceLevel15": 24.1, "PriceLevel16": 25.1, "PriceLevel17": 26.1, "PriceLevel18": 27.1, "PriceLevel19": 28.1, "PriceLevel20": 29.1, "PriceLevel21": 30.1, "PriceLevel22": 31.1, "PriceLevel23": 32.1, "PriceLevel24": 33.1 }, { "BillingUnits": "sample string 3", "BillingDivisor": "sample string 4", "AverageCost": 5.1, "List": 6.1, "LastPurchaseCost": 7.1, "EstimatedAverageCost": 8.1, "ProfitMargin": 9.1, "PriceLevel1": 10.1, "PriceLevel2": 11.1, "PriceLevel3": 12.1, "PriceLevel4": 13.1, "PriceLevel5": 14.1, "PriceLevel6": 15.1, "PriceLevel7": 16.1, "PriceLevel8": 17.1, "PriceLevel9": 18.1, "PriceLevel10": 19.1, "PriceLevel11": 20.1, "PriceLevel12": 21.1, "PriceLevel13": 22.1, "PriceLevel14": 23.1, "PriceLevel15": 24.1, "PriceLevel16": 25.1, "PriceLevel17": 26.1, "PriceLevel18": 27.1, "PriceLevel19": 28.1, "PriceLevel20": 29.1, "PriceLevel21": 30.1, "PriceLevel22": 31.1, "PriceLevel23": 32.1, "PriceLevel24": 33.1 } ], "ClassificationsAdd": [ { "Name": "sample string 5" }, { "Name": "sample string 5" } ], "AttributesAdd": [ { "Value": "sample string 5", "Name": "sample string 6" }, { "Value": "sample string 5", "Name": "sample string 6" } ], "SafetyAdd": [ { "ShippingName": "sample string 3", "NationalMotorCarrierClass": "sample string 4", "ReentryIntervalHours": "sample string 5", "HazardClass": "sample string 6", "PackingGroup": "sample string 7", "SafetyComments1": "sample string 8", "SafetyComments2": "sample string 9", "SafetyComments3": "sample string 10", "PLACARD": "sample string 11", "UNNAID": "sample string 12", "PostedWarning": true, "OralWarning": true, "TradeSecret": true, "Pure": true, "Mix": true, "Solid": true, "Liquid": true, "Gas": true, "EHSName": "sample string 28", "HealthHazardFire": true, "HealthHazardSuddenReleaseOfPressure": true, "HealthHazardReactivity": true, "HealthHazardImmediateAcute": true, "HealthHazardDelayedChronic": true, "Optional": true, "Locations": "sample string 35", "ContType1": "sample string 36", "Pressure1": 37, "Temp1": 38, "ContType2": "sample string 39", "Pressure2": 40, "Temp2": 41, "ContType3": "sample string 42", "Pressure3": 43, "Temp3": 44, "ContType4": "sample string 45", "Pressure4": 46, "Temp4": 47, "ContType5": "sample string 48", "Pressure5": 49, "Temp5": 50, "ContType6": "sample string 51", "Pressure6": 52, "Temp6": 53, "PercentActiveIngredientForCanadaTag": 59.1, "PackageSizeIsBulk": true, "Prop65": true, "ShippingManifestPkgQtyIsAlways1": true, "DOTWarningNote": "sample string 64", "AgrianID": "sample string 65", "AgrianDOTConfig": "sample string 66", "AgrianSizeID": "sample string 67", "Threshold": 77.1, "GHS": true }, { "ShippingName": "sample string 3", "NationalMotorCarrierClass": "sample string 4", "ReentryIntervalHours": "sample string 5", "HazardClass": "sample string 6", "PackingGroup": "sample string 7", "SafetyComments1": "sample string 8", "SafetyComments2": "sample string 9", "SafetyComments3": "sample string 10", "PLACARD": "sample string 11", "UNNAID": "sample string 12", "PostedWarning": true, "OralWarning": true, "TradeSecret": true, "Pure": true, "Mix": true, "Solid": true, "Liquid": true, "Gas": true, "EHSName": "sample string 28", "HealthHazardFire": true, "HealthHazardSuddenReleaseOfPressure": true, "HealthHazardReactivity": true, "HealthHazardImmediateAcute": true, "HealthHazardDelayedChronic": true, "Optional": true, "Locations": "sample string 35", "ContType1": "sample string 36", "Pressure1": 37, "Temp1": 38, "ContType2": "sample string 39", "Pressure2": 40, "Temp2": 41, "ContType3": "sample string 42", "Pressure3": 43, "Temp3": 44, "ContType4": "sample string 45", "Pressure4": 46, "Temp4": 47, "ContType5": "sample string 48", "Pressure5": 49, "Temp5": 50, "ContType6": "sample string 51", "Pressure6": 52, "Temp6": 53, "PercentActiveIngredientForCanadaTag": 59.1, "PackageSizeIsBulk": true, "Prop65": true, "ShippingManifestPkgQtyIsAlways1": true, "DOTWarningNote": "sample string 64", "AgrianID": "sample string 65", "AgrianDOTConfig": "sample string 66", "AgrianSizeID": "sample string 67", "Threshold": 77.1, "GHS": true } ], "BlendsAdd": [ { "ProductDensity": "sample string 3", "RatePerAcreUnits": "sample string 4", "BlendingUnits": "sample string 5", "RecommendedRatePerAcre": "sample string 7", "RateToBlendingRatio": "sample string 8", "BlendToInventoryRatio": "sample string 9", "BlenderFactor": "sample string 10", "PercentSolidMaterial": "sample string 11", "PercentWater": "sample string 12", "PercentClay": "sample string 13", "NutrientContributorN": "sample string 14", "NutrientContributorP": "sample string 15", "NutrientContributorK": "sample string 16", "NutrientContributorS": "sample string 17", "NutrientContributorUserDefined": "sample string 18", "NutrientContributorCa": "sample string 19", "NutrientContributorMg": "sample string 20", "NutrientContributorZn": "sample string 21", "NutrientContributorFe": "sample string 22", "NutrientContributorMn": "sample string 23", "NutrientContributorCu": "sample string 24", "NutrientContributorB": "sample string 25", "HeatingCoolingEnergyBTUPerLB": 26.1, "AmmoniacalNitrogenPercentOfTotalN": 27.1, "NitrateNitrogenPercentOfTotalN": 28.1, "OtherWaterSolubleNitrogenPercentOfTotalN": 29.1, "UreaNitrogenPercentOfTotalN": 30.1, "WaterInsolubleNitrogenPercentOfTotalN": 31.1, "AvailablePhosphate": 34.1, "TotalPhosphate": 35.1, "PercentSlowReleasePhosphate": 36.1, "SolublePotash": 38.1, "ChlorinePercent": 39.1, "PercentSlowReleasePotassium": 40.1, "PercentWaterSolubleMagnesium": 42.1, "PercentChelatedMagnesiumIf1ChelatedProductInBlend": 43.1, "PercentAsMgCO3": 44.1, "PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend": 45.1, "PercentWaterSolubleManganese": 47.1, "PercentChelatedManganeseIf1ChelatedProductInBlend": 48.1, "PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend": 49.1, "PercentWaterSolubleZinc": 51.1, "PercentChelatedZincIf1ChelatedProductInBlend": 52.1, "PercentChelatedZincIf2OrMoreChelatedProductsInBlend": 53.1, "PercentWaterSolubleIron": 55.1, "PercentChelatedIronIf1ChelatedProductInBlend": 56.1, "PercentChelatedIronIf2OrMoreChelatedProductsInBlend": 57.1, "PercentWaterSolubleCopper": 59.1, "PercentChelatedCopperIf1ChelatedProductInBlend": 60.1, "PercentChelatedCopperIf2OrMoreChelatedProductsInBlend": 61.1, "PercentCombinedSulfur": 63.1, "PercentFreeSulfur": 64.1, "PercentAsCaCO3": 67.1, "SaltIndex": 69.1, "PercentCalciumCarbonateEquivalence": 70.1, "PercentMoisture": 71.1, "NumberOfLbsEqualToOneTonOfStandardLimingMaterial": 72.1, "PercentCalciumSulfateCaSO4": 73.1, "PercentCalciumHydroxideCaOH2": 74.1, "MinimumPercentPassing8MeshSieve": 75.1, "MimimumPercentPassing20MeshSieve": 76.1, "MinimumPercentPassing50MeshSieve": 77.1, "MinimumPercentPassing100MeshSieve": 78.1, "Aluminum": 81.1, "TonnageTaxMaterialOrFertilizerCode": "sample string 82", "ProductSpecificTagWarning1": "sample string 83", "ProductSpecificTagWarning2": "sample string 84", "AmmoniacalNitrogenPercentSlowReleaseN": 88.1, "AmmoniacalNitrogenSlowReleaseDerivedFromProductList": "sample string 89", "NitrateNitrogenPercentSlowRelease": 90.1, "NitrateNitrogenSlowReleaseDerivedFromProductList": "sample string 91", "PercentSlowReleaseOtherWaterSolubleNitrogen": 92.1, "OtherWaterSolubleAndWaterInsolubleNitrogen": "sample string 93", "UreaNitrogenPercentSlowRelease": 94.1, "UreaNitrogenSlowReleaseDerivedFromProductList": "sample string 95", "WaterInsolubleNitrogenPercentSlowRelease": 96.1, "SpecificGravity": 98.1, "PurposeOfProduct": "sample string 99", "DirectionsForApplication": "sample string 100" }, { "ProductDensity": "sample string 3", "RatePerAcreUnits": "sample string 4", "BlendingUnits": "sample string 5", "RecommendedRatePerAcre": "sample string 7", "RateToBlendingRatio": "sample string 8", "BlendToInventoryRatio": "sample string 9", "BlenderFactor": "sample string 10", "PercentSolidMaterial": "sample string 11", "PercentWater": "sample string 12", "PercentClay": "sample string 13", "NutrientContributorN": "sample string 14", "NutrientContributorP": "sample string 15", "NutrientContributorK": "sample string 16", "NutrientContributorS": "sample string 17", "NutrientContributorUserDefined": "sample string 18", "NutrientContributorCa": "sample string 19", "NutrientContributorMg": "sample string 20", "NutrientContributorZn": "sample string 21", "NutrientContributorFe": "sample string 22", "NutrientContributorMn": "sample string 23", "NutrientContributorCu": "sample string 24", "NutrientContributorB": "sample string 25", "HeatingCoolingEnergyBTUPerLB": 26.1, "AmmoniacalNitrogenPercentOfTotalN": 27.1, "NitrateNitrogenPercentOfTotalN": 28.1, "OtherWaterSolubleNitrogenPercentOfTotalN": 29.1, "UreaNitrogenPercentOfTotalN": 30.1, "WaterInsolubleNitrogenPercentOfTotalN": 31.1, "AvailablePhosphate": 34.1, "TotalPhosphate": 35.1, "PercentSlowReleasePhosphate": 36.1, "SolublePotash": 38.1, "ChlorinePercent": 39.1, "PercentSlowReleasePotassium": 40.1, "PercentWaterSolubleMagnesium": 42.1, "PercentChelatedMagnesiumIf1ChelatedProductInBlend": 43.1, "PercentAsMgCO3": 44.1, "PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend": 45.1, "PercentWaterSolubleManganese": 47.1, "PercentChelatedManganeseIf1ChelatedProductInBlend": 48.1, "PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend": 49.1, "PercentWaterSolubleZinc": 51.1, "PercentChelatedZincIf1ChelatedProductInBlend": 52.1, "PercentChelatedZincIf2OrMoreChelatedProductsInBlend": 53.1, "PercentWaterSolubleIron": 55.1, "PercentChelatedIronIf1ChelatedProductInBlend": 56.1, "PercentChelatedIronIf2OrMoreChelatedProductsInBlend": 57.1, "PercentWaterSolubleCopper": 59.1, "PercentChelatedCopperIf1ChelatedProductInBlend": 60.1, "PercentChelatedCopperIf2OrMoreChelatedProductsInBlend": 61.1, "PercentCombinedSulfur": 63.1, "PercentFreeSulfur": 64.1, "PercentAsCaCO3": 67.1, "SaltIndex": 69.1, "PercentCalciumCarbonateEquivalence": 70.1, "PercentMoisture": 71.1, "NumberOfLbsEqualToOneTonOfStandardLimingMaterial": 72.1, "PercentCalciumSulfateCaSO4": 73.1, "PercentCalciumHydroxideCaOH2": 74.1, "MinimumPercentPassing8MeshSieve": 75.1, "MimimumPercentPassing20MeshSieve": 76.1, "MinimumPercentPassing50MeshSieve": 77.1, "MinimumPercentPassing100MeshSieve": 78.1, "Aluminum": 81.1, "TonnageTaxMaterialOrFertilizerCode": "sample string 82", "ProductSpecificTagWarning1": "sample string 83", "ProductSpecificTagWarning2": "sample string 84", "AmmoniacalNitrogenPercentSlowReleaseN": 88.1, "AmmoniacalNitrogenSlowReleaseDerivedFromProductList": "sample string 89", "NitrateNitrogenPercentSlowRelease": 90.1, "NitrateNitrogenSlowReleaseDerivedFromProductList": "sample string 91", "PercentSlowReleaseOtherWaterSolubleNitrogen": 92.1, "OtherWaterSolubleAndWaterInsolubleNitrogen": "sample string 93", "UreaNitrogenPercentSlowRelease": 94.1, "UreaNitrogenSlowReleaseDerivedFromProductList": "sample string 95", "WaterInsolubleNitrogenPercentSlowRelease": 96.1, "SpecificGravity": 98.1, "PurposeOfProduct": "sample string 99", "DirectionsForApplication": "sample string 100" } ], "CASNumbersAdd": [ { "CASNumber": "sample string 4", "MinimumReportableQuantity": 5.1, "ChemicalName": "sample string 6", "PercentActive": 7.1, "EHS": true, "ThresholdPlanQty": 9.1, "ThresholdReportQty": 10.1 }, { "CASNumber": "sample string 4", "MinimumReportableQuantity": 5.1, "ChemicalName": "sample string 6", "PercentActive": 7.1, "EHS": true, "ThresholdPlanQty": 9.1, "ThresholdReportQty": 10.1 } ] }
application/xml, text/xml
<ProductAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSI.Inv"> <AccountsAdd> <AccountsAdd> <FreightAccount>sample string 21</FreightAccount> <PurchaseAccount>sample string 20</PurchaseAccount> <PurchaseDiscount>sample string 22</PurchaseDiscount> <SalesAccount>sample string 4</SalesAccount> <SalesTaxable>true</SalesTaxable> </AccountsAdd> <AccountsAdd> <FreightAccount>sample string 21</FreightAccount> <PurchaseAccount>sample string 20</PurchaseAccount> <PurchaseDiscount>sample string 22</PurchaseDiscount> <SalesAccount>sample string 4</SalesAccount> <SalesTaxable>true</SalesTaxable> </AccountsAdd> </AccountsAdd> <ActiveIngredient>sample string 24</ActiveIngredient> <AlternateProductID>sample string 41</AlternateProductID> <AttributesAdd> <AttributesAdd> <Name>sample string 6</Name> <Value>sample string 5</Value> </AttributesAdd> <AttributesAdd> <Name>sample string 6</Name> <Value>sample string 5</Value> </AttributesAdd> </AttributesAdd> <BarCodeID>sample string 21</BarCodeID> <BlendsAdd> <BlendsAdd> <Aluminum>81.1</Aluminum> <AmmoniacalNitrogenPercentOfTotalN>27.1</AmmoniacalNitrogenPercentOfTotalN> <AmmoniacalNitrogenPercentSlowReleaseN>88.1</AmmoniacalNitrogenPercentSlowReleaseN> <AmmoniacalNitrogenSlowReleaseDerivedFromProductList>sample string 89</AmmoniacalNitrogenSlowReleaseDerivedFromProductList> <AvailablePhosphate>34.1</AvailablePhosphate> <BlendToInventoryRatio>sample string 9</BlendToInventoryRatio> <BlenderFactor>sample string 10</BlenderFactor> <BlendingUnits>sample string 5</BlendingUnits> <ChlorinePercent>39.1</ChlorinePercent> <DirectionsForApplication>sample string 100</DirectionsForApplication> <HeatingCoolingEnergyBTUPerLB>26.1</HeatingCoolingEnergyBTUPerLB> <MimimumPercentPassing20MeshSieve>76.1</MimimumPercentPassing20MeshSieve> <MinimumPercentPassing100MeshSieve>78.1</MinimumPercentPassing100MeshSieve> <MinimumPercentPassing50MeshSieve>77.1</MinimumPercentPassing50MeshSieve> <MinimumPercentPassing8MeshSieve>75.1</MinimumPercentPassing8MeshSieve> <NitrateNitrogenPercentOfTotalN>28.1</NitrateNitrogenPercentOfTotalN> <NitrateNitrogenPercentSlowRelease>90.1</NitrateNitrogenPercentSlowRelease> <NitrateNitrogenSlowReleaseDerivedFromProductList>sample string 91</NitrateNitrogenSlowReleaseDerivedFromProductList> <NumberOfLbsEqualToOneTonOfStandardLimingMaterial>72.1</NumberOfLbsEqualToOneTonOfStandardLimingMaterial> <NutrientContributorB>sample string 25</NutrientContributorB> <NutrientContributorCa>sample string 19</NutrientContributorCa> <NutrientContributorCu>sample string 24</NutrientContributorCu> <NutrientContributorFe>sample string 22</NutrientContributorFe> <NutrientContributorK>sample string 16</NutrientContributorK> <NutrientContributorMg>sample string 20</NutrientContributorMg> <NutrientContributorMn>sample string 23</NutrientContributorMn> <NutrientContributorN>sample string 14</NutrientContributorN> <NutrientContributorP>sample string 15</NutrientContributorP> <NutrientContributorS>sample string 17</NutrientContributorS> <NutrientContributorUserDefined>sample string 18</NutrientContributorUserDefined> <NutrientContributorZn>sample string 21</NutrientContributorZn> <OtherWaterSolubleAndWaterInsolubleNitrogen>sample string 93</OtherWaterSolubleAndWaterInsolubleNitrogen> <OtherWaterSolubleNitrogenPercentOfTotalN>29.1</OtherWaterSolubleNitrogenPercentOfTotalN> <PercentAsCaCO3>67.1</PercentAsCaCO3> <PercentAsMgCO3>44.1</PercentAsMgCO3> <PercentCalciumCarbonateEquivalence>70.1</PercentCalciumCarbonateEquivalence> <PercentCalciumHydroxideCaOH2>74.1</PercentCalciumHydroxideCaOH2> <PercentCalciumSulfateCaSO4>73.1</PercentCalciumSulfateCaSO4> <PercentChelatedCopperIf1ChelatedProductInBlend>60.1</PercentChelatedCopperIf1ChelatedProductInBlend> <PercentChelatedCopperIf2OrMoreChelatedProductsInBlend>61.1</PercentChelatedCopperIf2OrMoreChelatedProductsInBlend> <PercentChelatedIronIf1ChelatedProductInBlend>56.1</PercentChelatedIronIf1ChelatedProductInBlend> <PercentChelatedIronIf2OrMoreChelatedProductsInBlend>57.1</PercentChelatedIronIf2OrMoreChelatedProductsInBlend> <PercentChelatedMagnesiumIf1ChelatedProductInBlend>43.1</PercentChelatedMagnesiumIf1ChelatedProductInBlend> <PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend>45.1</PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend> <PercentChelatedManganeseIf1ChelatedProductInBlend>48.1</PercentChelatedManganeseIf1ChelatedProductInBlend> <PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend>49.1</PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend> <PercentChelatedZincIf1ChelatedProductInBlend>52.1</PercentChelatedZincIf1ChelatedProductInBlend> <PercentChelatedZincIf2OrMoreChelatedProductsInBlend>53.1</PercentChelatedZincIf2OrMoreChelatedProductsInBlend> <PercentClay>sample string 13</PercentClay> <PercentCombinedSulfur>63.1</PercentCombinedSulfur> <PercentFreeSulfur>64.1</PercentFreeSulfur> <PercentMoisture>71.1</PercentMoisture> <PercentSlowReleaseOtherWaterSolubleNitrogen>92.1</PercentSlowReleaseOtherWaterSolubleNitrogen> <PercentSlowReleasePhosphate>36.1</PercentSlowReleasePhosphate> <PercentSlowReleasePotassium>40.1</PercentSlowReleasePotassium> <PercentSolidMaterial>sample string 11</PercentSolidMaterial> <PercentWater>sample string 12</PercentWater> <PercentWaterSolubleCopper>59.1</PercentWaterSolubleCopper> <PercentWaterSolubleIron>55.1</PercentWaterSolubleIron> <PercentWaterSolubleMagnesium>42.1</PercentWaterSolubleMagnesium> <PercentWaterSolubleManganese>47.1</PercentWaterSolubleManganese> <PercentWaterSolubleZinc>51.1</PercentWaterSolubleZinc> <ProductDensity>sample string 3</ProductDensity> <ProductSpecificTagWarning1>sample string 83</ProductSpecificTagWarning1> <ProductSpecificTagWarning2>sample string 84</ProductSpecificTagWarning2> <PurposeOfProduct>sample string 99</PurposeOfProduct> <RatePerAcreUnits>sample string 4</RatePerAcreUnits> <RateToBlendingRatio>sample string 8</RateToBlendingRatio> <RecommendedRatePerAcre>sample string 7</RecommendedRatePerAcre> <SaltIndex>69.1</SaltIndex> <SolublePotash>38.1</SolublePotash> <SpecificGravity>98.1</SpecificGravity> <TonnageTaxMaterialOrFertilizerCode>sample string 82</TonnageTaxMaterialOrFertilizerCode> <TotalPhosphate>35.1</TotalPhosphate> <UreaNitrogenPercentOfTotalN>30.1</UreaNitrogenPercentOfTotalN> <UreaNitrogenPercentSlowRelease>94.1</UreaNitrogenPercentSlowRelease> <UreaNitrogenSlowReleaseDerivedFromProductList>sample string 95</UreaNitrogenSlowReleaseDerivedFromProductList> <WaterInsolubleNitrogenPercentOfTotalN>31.1</WaterInsolubleNitrogenPercentOfTotalN> <WaterInsolubleNitrogenPercentSlowRelease>96.1</WaterInsolubleNitrogenPercentSlowRelease> </BlendsAdd> <BlendsAdd> <Aluminum>81.1</Aluminum> <AmmoniacalNitrogenPercentOfTotalN>27.1</AmmoniacalNitrogenPercentOfTotalN> <AmmoniacalNitrogenPercentSlowReleaseN>88.1</AmmoniacalNitrogenPercentSlowReleaseN> <AmmoniacalNitrogenSlowReleaseDerivedFromProductList>sample string 89</AmmoniacalNitrogenSlowReleaseDerivedFromProductList> <AvailablePhosphate>34.1</AvailablePhosphate> <BlendToInventoryRatio>sample string 9</BlendToInventoryRatio> <BlenderFactor>sample string 10</BlenderFactor> <BlendingUnits>sample string 5</BlendingUnits> <ChlorinePercent>39.1</ChlorinePercent> <DirectionsForApplication>sample string 100</DirectionsForApplication> <HeatingCoolingEnergyBTUPerLB>26.1</HeatingCoolingEnergyBTUPerLB> <MimimumPercentPassing20MeshSieve>76.1</MimimumPercentPassing20MeshSieve> <MinimumPercentPassing100MeshSieve>78.1</MinimumPercentPassing100MeshSieve> <MinimumPercentPassing50MeshSieve>77.1</MinimumPercentPassing50MeshSieve> <MinimumPercentPassing8MeshSieve>75.1</MinimumPercentPassing8MeshSieve> <NitrateNitrogenPercentOfTotalN>28.1</NitrateNitrogenPercentOfTotalN> <NitrateNitrogenPercentSlowRelease>90.1</NitrateNitrogenPercentSlowRelease> <NitrateNitrogenSlowReleaseDerivedFromProductList>sample string 91</NitrateNitrogenSlowReleaseDerivedFromProductList> <NumberOfLbsEqualToOneTonOfStandardLimingMaterial>72.1</NumberOfLbsEqualToOneTonOfStandardLimingMaterial> <NutrientContributorB>sample string 25</NutrientContributorB> <NutrientContributorCa>sample string 19</NutrientContributorCa> <NutrientContributorCu>sample string 24</NutrientContributorCu> <NutrientContributorFe>sample string 22</NutrientContributorFe> <NutrientContributorK>sample string 16</NutrientContributorK> <NutrientContributorMg>sample string 20</NutrientContributorMg> <NutrientContributorMn>sample string 23</NutrientContributorMn> <NutrientContributorN>sample string 14</NutrientContributorN> <NutrientContributorP>sample string 15</NutrientContributorP> <NutrientContributorS>sample string 17</NutrientContributorS> <NutrientContributorUserDefined>sample string 18</NutrientContributorUserDefined> <NutrientContributorZn>sample string 21</NutrientContributorZn> <OtherWaterSolubleAndWaterInsolubleNitrogen>sample string 93</OtherWaterSolubleAndWaterInsolubleNitrogen> <OtherWaterSolubleNitrogenPercentOfTotalN>29.1</OtherWaterSolubleNitrogenPercentOfTotalN> <PercentAsCaCO3>67.1</PercentAsCaCO3> <PercentAsMgCO3>44.1</PercentAsMgCO3> <PercentCalciumCarbonateEquivalence>70.1</PercentCalciumCarbonateEquivalence> <PercentCalciumHydroxideCaOH2>74.1</PercentCalciumHydroxideCaOH2> <PercentCalciumSulfateCaSO4>73.1</PercentCalciumSulfateCaSO4> <PercentChelatedCopperIf1ChelatedProductInBlend>60.1</PercentChelatedCopperIf1ChelatedProductInBlend> <PercentChelatedCopperIf2OrMoreChelatedProductsInBlend>61.1</PercentChelatedCopperIf2OrMoreChelatedProductsInBlend> <PercentChelatedIronIf1ChelatedProductInBlend>56.1</PercentChelatedIronIf1ChelatedProductInBlend> <PercentChelatedIronIf2OrMoreChelatedProductsInBlend>57.1</PercentChelatedIronIf2OrMoreChelatedProductsInBlend> <PercentChelatedMagnesiumIf1ChelatedProductInBlend>43.1</PercentChelatedMagnesiumIf1ChelatedProductInBlend> <PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend>45.1</PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend> <PercentChelatedManganeseIf1ChelatedProductInBlend>48.1</PercentChelatedManganeseIf1ChelatedProductInBlend> <PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend>49.1</PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend> <PercentChelatedZincIf1ChelatedProductInBlend>52.1</PercentChelatedZincIf1ChelatedProductInBlend> <PercentChelatedZincIf2OrMoreChelatedProductsInBlend>53.1</PercentChelatedZincIf2OrMoreChelatedProductsInBlend> <PercentClay>sample string 13</PercentClay> <PercentCombinedSulfur>63.1</PercentCombinedSulfur> <PercentFreeSulfur>64.1</PercentFreeSulfur> <PercentMoisture>71.1</PercentMoisture> <PercentSlowReleaseOtherWaterSolubleNitrogen>92.1</PercentSlowReleaseOtherWaterSolubleNitrogen> <PercentSlowReleasePhosphate>36.1</PercentSlowReleasePhosphate> <PercentSlowReleasePotassium>40.1</PercentSlowReleasePotassium> <PercentSolidMaterial>sample string 11</PercentSolidMaterial> <PercentWater>sample string 12</PercentWater> <PercentWaterSolubleCopper>59.1</PercentWaterSolubleCopper> <PercentWaterSolubleIron>55.1</PercentWaterSolubleIron> <PercentWaterSolubleMagnesium>42.1</PercentWaterSolubleMagnesium> <PercentWaterSolubleManganese>47.1</PercentWaterSolubleManganese> <PercentWaterSolubleZinc>51.1</PercentWaterSolubleZinc> <ProductDensity>sample string 3</ProductDensity> <ProductSpecificTagWarning1>sample string 83</ProductSpecificTagWarning1> <ProductSpecificTagWarning2>sample string 84</ProductSpecificTagWarning2> <PurposeOfProduct>sample string 99</PurposeOfProduct> <RatePerAcreUnits>sample string 4</RatePerAcreUnits> <RateToBlendingRatio>sample string 8</RateToBlendingRatio> <RecommendedRatePerAcre>sample string 7</RecommendedRatePerAcre> <SaltIndex>69.1</SaltIndex> <SolublePotash>38.1</SolublePotash> <SpecificGravity>98.1</SpecificGravity> <TonnageTaxMaterialOrFertilizerCode>sample string 82</TonnageTaxMaterialOrFertilizerCode> <TotalPhosphate>35.1</TotalPhosphate> <UreaNitrogenPercentOfTotalN>30.1</UreaNitrogenPercentOfTotalN> <UreaNitrogenPercentSlowRelease>94.1</UreaNitrogenPercentSlowRelease> <UreaNitrogenSlowReleaseDerivedFromProductList>sample string 95</UreaNitrogenSlowReleaseDerivedFromProductList> <WaterInsolubleNitrogenPercentOfTotalN>31.1</WaterInsolubleNitrogenPercentOfTotalN> <WaterInsolubleNitrogenPercentSlowRelease>96.1</WaterInsolubleNitrogenPercentSlowRelease> </BlendsAdd> </BlendsAdd> <BrandName>sample string 55</BrandName> <CASNumbersAdd> <CASNumbersAdd> <CASNumber>sample string 4</CASNumber> <ChemicalName>sample string 6</ChemicalName> <EHS>true</EHS> <MinimumReportableQuantity>5.1</MinimumReportableQuantity> <PercentActive>7.1</PercentActive> <ThresholdPlanQty>9.1</ThresholdPlanQty> <ThresholdReportQty>10.1</ThresholdReportQty> </CASNumbersAdd> <CASNumbersAdd> <CASNumber>sample string 4</CASNumber> <ChemicalName>sample string 6</ChemicalName> <EHS>true</EHS> <MinimumReportableQuantity>5.1</MinimumReportableQuantity> <PercentActive>7.1</PercentActive> <ThresholdPlanQty>9.1</ThresholdPlanQty> <ThresholdReportQty>10.1</ThresholdReportQty> </CASNumbersAdd> </CASNumbersAdd> <ClassificationsAdd> <ClassificationsAdd> <Name>sample string 5</Name> </ClassificationsAdd> <ClassificationsAdd> <Name>sample string 5</Name> </ClassificationsAdd> </ClassificationsAdd> <CommodityRef>sample string 39</CommodityRef> <Consignment>true</Consignment> <Crop>sample string 43</Crop> <CrossRef1>sample string 17</CrossRef1> <CrossRef2>sample string 18</CrossRef2> <CrossRef3>sample string 19</CrossRef3> <CrossRef4>sample string 20</CrossRef4> <DepartmentID>sample string 2</DepartmentID> <DryOrLiquid>sample string 23</DryOrLiquid> <EDIReportable>true</EDIReportable> <EPANumber>sample string 8</EPANumber> <FederallyRestricted>true</FederallyRestricted> <GTIN>sample string 62</GTIN> <Inactive>true</Inactive> <InventoryUnits>sample string 11</InventoryUnits> <InvoiceLineItemComment>sample string 33</InvoiceLineItemComment> <IsInsectResistantMaterial>true</IsInsectResistantMaterial> <Manufacturer>sample string 4</Manufacturer> <ManufacturerPartNumber>sample string 40</ManufacturerPartNumber> <NeedsFieldCoordinates>true</NeedsFieldCoordinates> <OnHold>true</OnHold> <PackageSize>sample string 15</PackageSize> <PackageUnits>sample string 16</PackageUnits> <PotentiallyHazardous>true</PotentiallyHazardous> <PricesAdd> <PricesAdd> <AverageCost>5.1</AverageCost> <BillingDivisor>sample string 4</BillingDivisor> <BillingUnits>sample string 3</BillingUnits> <EstimatedAverageCost>8.1</EstimatedAverageCost> <LastPurchaseCost>7.1</LastPurchaseCost> <List>6.1</List> <PriceLevel1>10.1</PriceLevel1> <PriceLevel10>19.1</PriceLevel10> <PriceLevel11>20.1</PriceLevel11> <PriceLevel12>21.1</PriceLevel12> <PriceLevel13>22.1</PriceLevel13> <PriceLevel14>23.1</PriceLevel14> <PriceLevel15>24.1</PriceLevel15> <PriceLevel16>25.1</PriceLevel16> <PriceLevel17>26.1</PriceLevel17> <PriceLevel18>27.1</PriceLevel18> <PriceLevel19>28.1</PriceLevel19> <PriceLevel2>11.1</PriceLevel2> <PriceLevel20>29.1</PriceLevel20> <PriceLevel21>30.1</PriceLevel21> <PriceLevel22>31.1</PriceLevel22> <PriceLevel23>32.1</PriceLevel23> <PriceLevel24>33.1</PriceLevel24> <PriceLevel3>12.1</PriceLevel3> <PriceLevel4>13.1</PriceLevel4> <PriceLevel5>14.1</PriceLevel5> <PriceLevel6>15.1</PriceLevel6> <PriceLevel7>16.1</PriceLevel7> <PriceLevel8>17.1</PriceLevel8> <PriceLevel9>18.1</PriceLevel9> <ProfitMargin>9.1</ProfitMargin> </PricesAdd> <PricesAdd> <AverageCost>5.1</AverageCost> <BillingDivisor>sample string 4</BillingDivisor> <BillingUnits>sample string 3</BillingUnits> <EstimatedAverageCost>8.1</EstimatedAverageCost> <LastPurchaseCost>7.1</LastPurchaseCost> <List>6.1</List> <PriceLevel1>10.1</PriceLevel1> <PriceLevel10>19.1</PriceLevel10> <PriceLevel11>20.1</PriceLevel11> <PriceLevel12>21.1</PriceLevel12> <PriceLevel13>22.1</PriceLevel13> <PriceLevel14>23.1</PriceLevel14> <PriceLevel15>24.1</PriceLevel15> <PriceLevel16>25.1</PriceLevel16> <PriceLevel17>26.1</PriceLevel17> <PriceLevel18>27.1</PriceLevel18> <PriceLevel19>28.1</PriceLevel19> <PriceLevel2>11.1</PriceLevel2> <PriceLevel20>29.1</PriceLevel20> <PriceLevel21>30.1</PriceLevel21> <PriceLevel22>31.1</PriceLevel22> <PriceLevel23>32.1</PriceLevel23> <PriceLevel24>33.1</PriceLevel24> <PriceLevel3>12.1</PriceLevel3> <PriceLevel4>13.1</PriceLevel4> <PriceLevel5>14.1</PriceLevel5> <PriceLevel6>15.1</PriceLevel6> <PriceLevel7>16.1</PriceLevel7> <PriceLevel8>17.1</PriceLevel8> <PriceLevel9>18.1</PriceLevel9> <ProfitMargin>9.1</ProfitMargin> </PricesAdd> </PricesAdd> <ProductID>sample string 3</ProductID> <ProductName>sample string 6</ProductName> <ReorderLevel>13.1</ReorderLevel> <ReplacementCost>22.1</ReplacementCost> <SSIGlobalID>63</SSIGlobalID> <SafetyAdd> <SafetyAdd> <AgrianDOTConfig>sample string 66</AgrianDOTConfig> <AgrianID>sample string 65</AgrianID> <AgrianSizeID>sample string 67</AgrianSizeID> <ContType1>sample string 36</ContType1> <ContType2>sample string 39</ContType2> <ContType3>sample string 42</ContType3> <ContType4>sample string 45</ContType4> <ContType5>sample string 48</ContType5> <ContType6>sample string 51</ContType6> <DOTWarningNote>sample string 64</DOTWarningNote> <EHSName>sample string 28</EHSName> <GHS>true</GHS> <Gas>true</Gas> <HazardClass>sample string 6</HazardClass> <HealthHazardDelayedChronic>true</HealthHazardDelayedChronic> <HealthHazardFire>true</HealthHazardFire> <HealthHazardImmediateAcute>true</HealthHazardImmediateAcute> <HealthHazardReactivity>true</HealthHazardReactivity> <HealthHazardSuddenReleaseOfPressure>true</HealthHazardSuddenReleaseOfPressure> <Liquid>true</Liquid> <Locations>sample string 35</Locations> <Mix>true</Mix> <NationalMotorCarrierClass>sample string 4</NationalMotorCarrierClass> <Optional>true</Optional> <OralWarning>true</OralWarning> <PLACARD>sample string 11</PLACARD> <PackageSizeIsBulk>true</PackageSizeIsBulk> <PackingGroup>sample string 7</PackingGroup> <PercentActiveIngredientForCanadaTag>59.1</PercentActiveIngredientForCanadaTag> <PostedWarning>true</PostedWarning> <Pressure1>37</Pressure1> <Pressure2>40</Pressure2> <Pressure3>43</Pressure3> <Pressure4>46</Pressure4> <Pressure5>49</Pressure5> <Pressure6>52</Pressure6> <Prop65>true</Prop65> <Pure>true</Pure> <ReentryIntervalHours>sample string 5</ReentryIntervalHours> <SafetyComments1>sample string 8</SafetyComments1> <SafetyComments2>sample string 9</SafetyComments2> <SafetyComments3>sample string 10</SafetyComments3> <ShippingManifestPkgQtyIsAlways1>true</ShippingManifestPkgQtyIsAlways1> <ShippingName>sample string 3</ShippingName> <Solid>true</Solid> <Temp1>38</Temp1> <Temp2>41</Temp2> <Temp3>44</Temp3> <Temp4>47</Temp4> <Temp5>50</Temp5> <Temp6>53</Temp6> <Threshold>77.1</Threshold> <TradeSecret>true</TradeSecret> <UNNAID>sample string 12</UNNAID> </SafetyAdd> <SafetyAdd> <AgrianDOTConfig>sample string 66</AgrianDOTConfig> <AgrianID>sample string 65</AgrianID> <AgrianSizeID>sample string 67</AgrianSizeID> <ContType1>sample string 36</ContType1> <ContType2>sample string 39</ContType2> <ContType3>sample string 42</ContType3> <ContType4>sample string 45</ContType4> <ContType5>sample string 48</ContType5> <ContType6>sample string 51</ContType6> <DOTWarningNote>sample string 64</DOTWarningNote> <EHSName>sample string 28</EHSName> <GHS>true</GHS> <Gas>true</Gas> <HazardClass>sample string 6</HazardClass> <HealthHazardDelayedChronic>true</HealthHazardDelayedChronic> <HealthHazardFire>true</HealthHazardFire> <HealthHazardImmediateAcute>true</HealthHazardImmediateAcute> <HealthHazardReactivity>true</HealthHazardReactivity> <HealthHazardSuddenReleaseOfPressure>true</HealthHazardSuddenReleaseOfPressure> <Liquid>true</Liquid> <Locations>sample string 35</Locations> <Mix>true</Mix> <NationalMotorCarrierClass>sample string 4</NationalMotorCarrierClass> <Optional>true</Optional> <OralWarning>true</OralWarning> <PLACARD>sample string 11</PLACARD> <PackageSizeIsBulk>true</PackageSizeIsBulk> <PackingGroup>sample string 7</PackingGroup> <PercentActiveIngredientForCanadaTag>59.1</PercentActiveIngredientForCanadaTag> <PostedWarning>true</PostedWarning> <Pressure1>37</Pressure1> <Pressure2>40</Pressure2> <Pressure3>43</Pressure3> <Pressure4>46</Pressure4> <Pressure5>49</Pressure5> <Pressure6>52</Pressure6> <Prop65>true</Prop65> <Pure>true</Pure> <ReentryIntervalHours>sample string 5</ReentryIntervalHours> <SafetyComments1>sample string 8</SafetyComments1> <SafetyComments2>sample string 9</SafetyComments2> <SafetyComments3>sample string 10</SafetyComments3> <ShippingManifestPkgQtyIsAlways1>true</ShippingManifestPkgQtyIsAlways1> <ShippingName>sample string 3</ShippingName> <Solid>true</Solid> <Temp1>38</Temp1> <Temp2>41</Temp2> <Temp3>44</Temp3> <Temp4>47</Temp4> <Temp5>50</Temp5> <Temp6>53</Temp6> <Threshold>77.1</Threshold> <TradeSecret>true</TradeSecret> <UNNAID>sample string 12</UNNAID> </SafetyAdd> </SafetyAdd> <SeedSize>sample string 60</SeedSize> <TechnologyGroup>sample string 37</TechnologyGroup> <Trait>sample string 54</Trait> <TreatmentCode>sample string 59</TreatmentCode> <UniqueKey>1</UniqueKey> <UnitWeight>14.1</UnitWeight> <Variety>sample string 45</Variety> </ProductAdd>
application/x-www-form-urlencoded
Response Information
Resource Description
Creates a new Product.
AgvProductFullName | Description | Type | Additional Information |
---|---|---|---|
Status |
Status of the API call. |
string | |
Message |
Message of the API call. |
string | |
Count |
Count of how many Products. |
string | |
ProductRecords |
JSON dictionary of ProductRecords. |
Collection of clsProduct |
Response Formats
application/json, text/json
{ "Status": "sample string 1", "Message": "sample string 2", "Count": "2", "ProductRecords": [ { "UniqueKey": 1, "DepartmentID": "sample string 2", "DepartmentName": "sample string 3", "ProductID": "sample string 4", "Manufacturer": "sample string 5", "ProductName": "sample string 7", "EPANumber": "sample string 9", "FederallyRestricted": true, "PotentiallyHazardous": true, "InventoryUnits": "sample string 12", "AmountOnHand": "sample string 13", "ReorderLevel": 14.1, "UnitWeight": "sample string 15", "PackageSize": "sample string 16", "PackageUnits": "sample string 17", "CrossRef1": "sample string 18", "CrossRef2": "sample string 19", "CrossRef3": "sample string 20", "CrossRef4": "sample string 21", "BarCodeID": "sample string 22", "ReplacementCost": "sample string 23", "DryOrLiquid": "sample string 24", "ActiveIngredient": "sample string 25", "Consignment": true, "EDIReportable": true, "Inactive": true, "InvoiceLineItemComment": "sample string 34", "TechnologyGroup": "sample string 38", "CommodityRef": "sample string 40", "ManufacturerPartNumber": "sample string 41", "AlternateProductID": "sample string 42", "SeedYear": 43, "Crop": "sample string 44", "IsBioTech": true, "Variety": "sample string 46", "Kind": "sample string 47", "Origin": "sample string 48", "TestDate": "sample string 49", "PurityPercent": 50.1, "InertPercent": 51.1, "WeedPercent": 52.1, "GermPercent": 53.1, "HardPercent": 54.1, "Trait": "sample string 55", "BrandName": "sample string 56", "IsInsectResistantMaterial": true, "NeedsFieldCoordinates": true, "ProcessorCode": "sample string 59", "TreatmentCode": "sample string 60", "SeedSize": "sample string 61", "OrderQuantityMultiple": 62.1, "GTIN": "sample string 63", "SSIGlobalID": 64, "MPSGuid": "sample string 66", "MPSProductCategoryKey": "sample string 67", "MPSCode": "sample string 68", "MPSDescription": "sample string 69", "MPSProductForm": 70, "OnHold": true, "MPSMinSetPoint": 72.1, "MPSMaxSetPoint": 73.1, "MPSSwitchSetPoint": 74.1, "MPSOutOfFieldRate": 75.1, "MPSRoundRecMethodInt": 76, "MPSRoundRecValue": 77.1, "MapXRefGUID": "sample string 78", "DepartmentScale": 79, "IsAnalysis": true, "ContainerRequiredOnPOS": true, "LastModifiedUTC": "2024-11-21T09:47:40.5550964+00:00", "Accounts": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "SalesTaxable": true, "SalesAccount": "sample string 4", "BeginningYearBalance": 5.1, "EndOfMonth1": 6.1, "EndOfMonth2": 7.1, "EndOfMonth3": 8.1, "EndOfMonth4": 9.1, "EndOfMonth5": 10.1, "EndOfMonth6": 11.1, "EndOfMonth7": 12.1, "EndOfMonth8": 13.1, "EndOfMonth9": 14.1, "EndOfMonth10": 15.1, "EndOfMonth11": 16.1, "EndOfMonth12": 17.1, "GrowerStateTaxable": true, "ProductStateTaxable": true, "PurchaseAccount": "sample string 20", "FreightAccount": "sample string 21", "PurchaseDiscount": "sample string 22" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "SalesTaxable": true, "SalesAccount": "sample string 4", "BeginningYearBalance": 5.1, "EndOfMonth1": 6.1, "EndOfMonth2": 7.1, "EndOfMonth3": 8.1, "EndOfMonth4": 9.1, "EndOfMonth5": 10.1, "EndOfMonth6": 11.1, "EndOfMonth7": 12.1, "EndOfMonth8": 13.1, "EndOfMonth9": 14.1, "EndOfMonth10": 15.1, "EndOfMonth11": 16.1, "EndOfMonth12": 17.1, "GrowerStateTaxable": true, "ProductStateTaxable": true, "PurchaseAccount": "sample string 20", "FreightAccount": "sample string 21", "PurchaseDiscount": "sample string 22" } ], "Prices": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "BillingUnits": "sample string 3", "BillingDivisor": "sample string 4", "AverageCost": "sample string 5", "List": "sample string 6", "LastPurchaseCost": "sample string 7", "PriceLevel1": "sample string 8", "PriceLevel2": "sample string 9", "PriceLevel3": "sample string 10", "PriceLevel4": "sample string 11", "PriceLevel5": "sample string 12", "PriceLevel6": "sample string 13", "PriceLevel7": "sample string 14", "PriceLevel8": "sample string 15", "ProfitMargin": 16.1, "PriceLevel9": "sample string 17", "PriceLevel10": "sample string 18", "PriceLevel11": "sample string 19", "PriceLevel12": "sample string 20", "PriceLevel13": "sample string 21", "PriceLevel14": "sample string 22", "PriceLevel15": "sample string 23", "PriceLevel16": "sample string 24", "PriceLevel17": "sample string 25", "PriceLevel18": "sample string 26", "PriceLevel19": "sample string 27", "PriceLevel20": "sample string 28", "PriceLevel21": "sample string 29", "PriceLevel22": "sample string 30", "PriceLevel23": "sample string 31", "PriceLevel24": "sample string 32", "EstimatedAverageCost": 33.1, "FormulaSource0": 34, "FormulaSource1": 35, "FormulaSource2": 36, "FormulaSource3": 37, "FormulaSource4": 38, "FormulaSource5": 39, "FormulaSource6": 40, "FormulaSource7": 41, "FormulaSource8": 42, "FormulaSource9": 43, "FormulaSource10": 44, "FormulaSource11": 45, "FormulaSource12": 46, "FormulaSource13": 47, "FormulaSource14": 48, "FormulaSource15": 49, "FormulaSource16": 50, "FormulaSource17": 51, "FormulaSource18": 52, "FormulaSource19": 53, "FormulaSource20": 54, "FormulaSource21": 55, "FormulaSource22": 56, "FormulaSource23": 57, "FormulaSource24": 58, "FormulaType0": "sample string 59", "FormulaType1": "sample string 60", "FormulaType2": "sample string 61", "FormulaType3": "sample string 62", "FormulaType4": "sample string 63", "FormulaType5": "sample string 64", "FormulaType6": "sample string 65", "FormulaType7": "sample string 66", "FormulaType8": "sample string 67", "FormulaType9": "sample string 68", "FormulaType10": "sample string 69", "FormulaType11": "sample string 70", "FormulaType12": "sample string 71", "FormulaType13": "sample string 72", "FormulaType14": "sample string 73", "FormulaType15": "sample string 74", "FormulaType16": "sample string 75", "FormulaType17": "sample string 76", "FormulaType18": "sample string 77", "FormulaType19": "sample string 78", "FormulaType20": "sample string 79", "FormulaType21": "sample string 80", "FormulaType22": "sample string 81", "FormulaType23": "sample string 82", "FormulaType24": "sample string 83", "FormulaAmount0": 84.1, "FormulaAmount1": 85.1, "FormulaAmount2": 86.1, "FormulaAmount3": 87.1, "FormulaAmount4": 88.1, "FormulaAmount5": 89.1, "FormulaAmount6": 90.1, "FormulaAmount7": 91.1, "FormulaAmount8": 92.1, "FormulaAmount9": 93.1, "FormulaAmount10": 94.1, "FormulaAmount11": 95.1, "FormulaAmount12": 96.1, "FormulaAmount13": 97.1, "FormulaAmount14": 98.1, "FormulaAmount15": 99.1, "FormulaAmount16": 100.1, "FormulaAmount17": 101.1, "FormulaAmount18": 102.1, "FormulaAmount19": 103.1, "FormulaAmount20": 104.1, "FormulaAmount21": 105.1, "FormulaAmount22": 106.1, "FormulaAmount23": 107.1, "FormulaAmount24": 108.1, "FormulaSourceAC": 109, "FormulaTypeAC": "sample string 110", "FormulaAmountAC": 111.1, "FormulaSourceLC": 112, "FormulaTypeLC": "sample string 113", "FormulaAmountLC": 114.1, "FormulaSourceRC": 115, "FormulaTypeRC": "sample string 116", "FormulaAmountRC": 117.1, "FormulaSourceEAC": 118, "FormulaTypeEAC": "sample string 119", "FormulaAmountEAC": 120.1, "ReplacementCost2": 121.1, "ReplacementCost3": 122.1, "ReplacementCost4": 123.1, "FormulaSourceRC2": 124, "FormulaTypeRC2": "sample string 125", "FormulaAmountRC2": 126.1, "FormulaSourceRC3": 127, "FormulaTypeRC3": "sample string 128", "FormulaAmountRC3": 129.1, "FormulaSourceRC4": 130, "FormulaTypeRC4": "sample string 131", "FormulaAmountRC4": 132.1 }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "BillingUnits": "sample string 3", "BillingDivisor": "sample string 4", "AverageCost": "sample string 5", "List": "sample string 6", "LastPurchaseCost": "sample string 7", "PriceLevel1": "sample string 8", "PriceLevel2": "sample string 9", "PriceLevel3": "sample string 10", "PriceLevel4": "sample string 11", "PriceLevel5": "sample string 12", "PriceLevel6": "sample string 13", "PriceLevel7": "sample string 14", "PriceLevel8": "sample string 15", "ProfitMargin": 16.1, "PriceLevel9": "sample string 17", "PriceLevel10": "sample string 18", "PriceLevel11": "sample string 19", "PriceLevel12": "sample string 20", "PriceLevel13": "sample string 21", "PriceLevel14": "sample string 22", "PriceLevel15": "sample string 23", "PriceLevel16": "sample string 24", "PriceLevel17": "sample string 25", "PriceLevel18": "sample string 26", "PriceLevel19": "sample string 27", "PriceLevel20": "sample string 28", "PriceLevel21": "sample string 29", "PriceLevel22": "sample string 30", "PriceLevel23": "sample string 31", "PriceLevel24": "sample string 32", "EstimatedAverageCost": 33.1, "FormulaSource0": 34, "FormulaSource1": 35, "FormulaSource2": 36, "FormulaSource3": 37, "FormulaSource4": 38, "FormulaSource5": 39, "FormulaSource6": 40, "FormulaSource7": 41, "FormulaSource8": 42, "FormulaSource9": 43, "FormulaSource10": 44, "FormulaSource11": 45, "FormulaSource12": 46, "FormulaSource13": 47, "FormulaSource14": 48, "FormulaSource15": 49, "FormulaSource16": 50, "FormulaSource17": 51, "FormulaSource18": 52, "FormulaSource19": 53, "FormulaSource20": 54, "FormulaSource21": 55, "FormulaSource22": 56, "FormulaSource23": 57, "FormulaSource24": 58, "FormulaType0": "sample string 59", "FormulaType1": "sample string 60", "FormulaType2": "sample string 61", "FormulaType3": "sample string 62", "FormulaType4": "sample string 63", "FormulaType5": "sample string 64", "FormulaType6": "sample string 65", "FormulaType7": "sample string 66", "FormulaType8": "sample string 67", "FormulaType9": "sample string 68", "FormulaType10": "sample string 69", "FormulaType11": "sample string 70", "FormulaType12": "sample string 71", "FormulaType13": "sample string 72", "FormulaType14": "sample string 73", "FormulaType15": "sample string 74", "FormulaType16": "sample string 75", "FormulaType17": "sample string 76", "FormulaType18": "sample string 77", "FormulaType19": "sample string 78", "FormulaType20": "sample string 79", "FormulaType21": "sample string 80", "FormulaType22": "sample string 81", "FormulaType23": "sample string 82", "FormulaType24": "sample string 83", "FormulaAmount0": 84.1, "FormulaAmount1": 85.1, "FormulaAmount2": 86.1, "FormulaAmount3": 87.1, "FormulaAmount4": 88.1, "FormulaAmount5": 89.1, "FormulaAmount6": 90.1, "FormulaAmount7": 91.1, "FormulaAmount8": 92.1, "FormulaAmount9": 93.1, "FormulaAmount10": 94.1, "FormulaAmount11": 95.1, "FormulaAmount12": 96.1, "FormulaAmount13": 97.1, "FormulaAmount14": 98.1, "FormulaAmount15": 99.1, "FormulaAmount16": 100.1, "FormulaAmount17": 101.1, "FormulaAmount18": 102.1, "FormulaAmount19": 103.1, "FormulaAmount20": 104.1, "FormulaAmount21": 105.1, "FormulaAmount22": 106.1, "FormulaAmount23": 107.1, "FormulaAmount24": 108.1, "FormulaSourceAC": 109, "FormulaTypeAC": "sample string 110", "FormulaAmountAC": 111.1, "FormulaSourceLC": 112, "FormulaTypeLC": "sample string 113", "FormulaAmountLC": 114.1, "FormulaSourceRC": 115, "FormulaTypeRC": "sample string 116", "FormulaAmountRC": 117.1, "FormulaSourceEAC": 118, "FormulaTypeEAC": "sample string 119", "FormulaAmountEAC": 120.1, "ReplacementCost2": 121.1, "ReplacementCost3": 122.1, "ReplacementCost4": 123.1, "FormulaSourceRC2": 124, "FormulaTypeRC2": "sample string 125", "FormulaAmountRC2": 126.1, "FormulaSourceRC3": 127, "FormulaTypeRC3": "sample string 128", "FormulaAmountRC3": 129.1, "FormulaSourceRC4": 130, "FormulaTypeRC4": "sample string 131", "FormulaAmountRC4": 132.1 } ], "Classifications": [ { "Name": "sample string 6" }, { "Name": "sample string 6" } ], "Attributes": [ { "Value": "sample string 5", "Name": "sample string 6", "Required": true, "MaximumLength": 8, "DisallowDuplicates": true }, { "Value": "sample string 5", "Name": "sample string 6", "Required": true, "MaximumLength": 8, "DisallowDuplicates": true } ], "Safety": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "ShippingName": "sample string 3", "NationalMotorCarrierClass": "sample string 4", "ReentryIntervalHours": "sample string 5", "HazardClass": "sample string 6", "PackingGroup": "sample string 7", "SafetyComments1": "sample string 8", "SafetyComments2": "sample string 9", "SafetyComments3": "sample string 10", "PLACARD": "sample string 11", "UNNAID": "sample string 12", "PostedWarning": true, "OralWarning": true, "TradeSecret": true, "Pure": true, "Mix": true, "Solid": true, "Liquid": true, "Gas": true, "EHSName": "sample string 28", "HealthHazardFire": true, "HealthHazardSuddenReleaseOfPressure": true, "HealthHazardReactivity": true, "HealthHazardImmediateAcute": true, "HealthHazardDelayedChronic": true, "Optional": true, "Locations": "sample string 35", "ContType1": "sample string 36", "Pressure1": "sample string 37", "Temp1": "sample string 38", "ContType2": "sample string 39", "Pressure2": "sample string 40", "Temp2": "sample string 41", "ContType3": "sample string 42", "Pressure3": "sample string 43", "Temp3": "sample string 44", "ContType4": "sample string 45", "Pressure4": "sample string 46", "Temp4": "sample string 47", "ContType5": "sample string 48", "Pressure5": "sample string 49", "Temp5": "sample string 50", "ContType6": "sample string 51", "Pressure6": "sample string 52", "Temp6": "sample string 53", "PercentActiveIngredientForCanadaTag": 59.1, "PackageSizeIsBulk": true, "Prop65": true, "ShippingManifestPkgQtyIsAlways1": true, "DOTWarningNote": "sample string 64", "AgrianID": "sample string 65", "AgrianDOTConfig": "sample string 66", "AgrianSizeID": "sample string 67", "AUXAgrianID": "sample string 68", "AUXAgrianDOTConfig": "sample string 69", "AUXAgrianSizeID": "sample string 70", "Threshold": 77.1, "GHS": true, "Prop65ToxicityCancer": true, "Prop65ToxicityCancerChemicals": "sample string 80", "Prop65ToxicityDevelopmental": true, "Prop65ToxicityDevelopmentalChemicals": "sample string 82" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "ShippingName": "sample string 3", "NationalMotorCarrierClass": "sample string 4", "ReentryIntervalHours": "sample string 5", "HazardClass": "sample string 6", "PackingGroup": "sample string 7", "SafetyComments1": "sample string 8", "SafetyComments2": "sample string 9", "SafetyComments3": "sample string 10", "PLACARD": "sample string 11", "UNNAID": "sample string 12", "PostedWarning": true, "OralWarning": true, "TradeSecret": true, "Pure": true, "Mix": true, "Solid": true, "Liquid": true, "Gas": true, "EHSName": "sample string 28", "HealthHazardFire": true, "HealthHazardSuddenReleaseOfPressure": true, "HealthHazardReactivity": true, "HealthHazardImmediateAcute": true, "HealthHazardDelayedChronic": true, "Optional": true, "Locations": "sample string 35", "ContType1": "sample string 36", "Pressure1": "sample string 37", "Temp1": "sample string 38", "ContType2": "sample string 39", "Pressure2": "sample string 40", "Temp2": "sample string 41", "ContType3": "sample string 42", "Pressure3": "sample string 43", "Temp3": "sample string 44", "ContType4": "sample string 45", "Pressure4": "sample string 46", "Temp4": "sample string 47", "ContType5": "sample string 48", "Pressure5": "sample string 49", "Temp5": "sample string 50", "ContType6": "sample string 51", "Pressure6": "sample string 52", "Temp6": "sample string 53", "PercentActiveIngredientForCanadaTag": 59.1, "PackageSizeIsBulk": true, "Prop65": true, "ShippingManifestPkgQtyIsAlways1": true, "DOTWarningNote": "sample string 64", "AgrianID": "sample string 65", "AgrianDOTConfig": "sample string 66", "AgrianSizeID": "sample string 67", "AUXAgrianID": "sample string 68", "AUXAgrianDOTConfig": "sample string 69", "AUXAgrianSizeID": "sample string 70", "Threshold": 77.1, "GHS": true, "Prop65ToxicityCancer": true, "Prop65ToxicityCancerChemicals": "sample string 80", "Prop65ToxicityDevelopmental": true, "Prop65ToxicityDevelopmentalChemicals": "sample string 82" } ], "Blends": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "ProductDensity": "sample string 3", "RatePerAcreUnits": "sample string 4", "BlendingUnits": "sample string 5", "RecommendedRatePerAcre": "sample string 7", "RateToBlendingRatio": "sample string 8", "BlendToInventoryRatio": "sample string 9", "BlenderFactor": "sample string 10", "PercentSolidMaterial": "sample string 11", "PercentWater": "sample string 12", "PercentClay": "sample string 13", "NutrientContributorN": "sample string 14", "NutrientContributorP": "sample string 15", "NutrientContributorK": "sample string 16", "NutrientContributorS": "sample string 17", "NutrientContributorUserDefined": "sample string 18", "NutrientContributorCa": "sample string 19", "NutrientContributorMg": "sample string 20", "NutrientContributorZn": "sample string 21", "NutrientContributorFe": "sample string 22", "NutrientContributorMn": "sample string 23", "NutrientContributorCu": "sample string 24", "NutrientContributorB": "sample string 25", "HeatingCoolingEnergyBTUPerLB": 26.1, "AmmoniacalNitrogenPercentOfTotalN": 27.1, "NitrateNitrogenPercentOfTotalN": 28.1, "OtherWaterSolubleNitrogenPercentOfTotalN": 29.1, "UreaNitrogenPercentOfTotalN": 30.1, "WaterInsolubleNitrogenPercentOfTotalN": 31.1, "AvailablePhosphate": 34.1, "TotalPhosphate": 35.1, "PercentSlowReleasePhosphate": 36.1, "SolublePotash": 38.1, "ChlorinePercent": 39.1, "PercentSlowReleasePotassium": 40.1, "PercentWaterSolubleMagnesium": 42.1, "PercentChelatedMagnesiumIf1ChelatedProductInBlend": 43.1, "PercentAsMgCO3": 44.1, "PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend": 45.1, "PercentWaterSolubleManganese": 47.1, "PercentChelatedManganeseIf1ChelatedProductInBlend": 48.1, "PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend": 49.1, "PercentWaterSolubleZinc": 51.1, "PercentChelatedZincIf1ChelatedProductInBlend": 52.1, "PercentChelatedZincIf2OrMoreChelatedProductsInBlend": 53.1, "PercentWaterSolubleIron": 55.1, "PercentChelatedIronIf1ChelatedProductInBlend": 56.1, "PercentChelatedIronIf2OrMoreChelatedProductsInBlend": 57.1, "PercentWaterSolubleCopper": 59.1, "PercentChelatedCopperIf1ChelatedProductInBlend": 60.1, "PercentChelatedCopperIf2OrMoreChelatedProductsInBlend": 61.1, "PercentCombinedSulfur": 63.1, "PercentFreeSulfur": 64.1, "PercentAsCaCO3": 67.1, "SaltIndex": 69.1, "PercentCalciumCarbonateEquivalence": 70.1, "PercentMoisture": 71.1, "NumberOfLbsEqualToOneTonOfStandardLimingMaterial": 72.1, "PercentCalciumSulfateCaSO4": 73.1, "PercentCalciumHydroxideCaOH2": 74.1, "MinimumPercentPassing8MeshSieve": 75.1, "MimimumPercentPassing20MeshSieve": 76.1, "MinimumPercentPassing50MeshSieve": 77.1, "MinimumPercentPassing100MeshSieve": 78.1, "Aluminum": 81.1, "TonnageTaxMaterialOrFertilizerCode": "sample string 82", "ProductSpecificTagWarning1": "sample string 83", "ProductSpecificTagWarning2": "sample string 84", "AmmoniacalNitrogenPercentSlowReleaseN": 88.1, "AmmoniacalNitrogenSlowReleaseDerivedFromProductList": "sample string 89", "NitrateNitrogenPercentSlowRelease": 90.1, "NitrateNitrogenSlowReleaseDerivedFromProductList": "sample string 91", "PercentSlowReleaseOtherWaterSolubleNitrogen": 92.1, "OtherWaterSolubleAndWaterInsolubleNitrogen": "sample string 93", "UreaNitrogenPercentSlowRelease": 94.1, "UreaNitrogenSlowReleaseDerivedFromProductList": "sample string 95", "WaterInsolubleNitrogenPercentSlowRelease": 96.1, "SpecificGravity": 98.1, "PurposeOfProduct": "sample string 99", "DirectionsForApplication": "sample string 100" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "ProductDensity": "sample string 3", "RatePerAcreUnits": "sample string 4", "BlendingUnits": "sample string 5", "RecommendedRatePerAcre": "sample string 7", "RateToBlendingRatio": "sample string 8", "BlendToInventoryRatio": "sample string 9", "BlenderFactor": "sample string 10", "PercentSolidMaterial": "sample string 11", "PercentWater": "sample string 12", "PercentClay": "sample string 13", "NutrientContributorN": "sample string 14", "NutrientContributorP": "sample string 15", "NutrientContributorK": "sample string 16", "NutrientContributorS": "sample string 17", "NutrientContributorUserDefined": "sample string 18", "NutrientContributorCa": "sample string 19", "NutrientContributorMg": "sample string 20", "NutrientContributorZn": "sample string 21", "NutrientContributorFe": "sample string 22", "NutrientContributorMn": "sample string 23", "NutrientContributorCu": "sample string 24", "NutrientContributorB": "sample string 25", "HeatingCoolingEnergyBTUPerLB": 26.1, "AmmoniacalNitrogenPercentOfTotalN": 27.1, "NitrateNitrogenPercentOfTotalN": 28.1, "OtherWaterSolubleNitrogenPercentOfTotalN": 29.1, "UreaNitrogenPercentOfTotalN": 30.1, "WaterInsolubleNitrogenPercentOfTotalN": 31.1, "AvailablePhosphate": 34.1, "TotalPhosphate": 35.1, "PercentSlowReleasePhosphate": 36.1, "SolublePotash": 38.1, "ChlorinePercent": 39.1, "PercentSlowReleasePotassium": 40.1, "PercentWaterSolubleMagnesium": 42.1, "PercentChelatedMagnesiumIf1ChelatedProductInBlend": 43.1, "PercentAsMgCO3": 44.1, "PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend": 45.1, "PercentWaterSolubleManganese": 47.1, "PercentChelatedManganeseIf1ChelatedProductInBlend": 48.1, "PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend": 49.1, "PercentWaterSolubleZinc": 51.1, "PercentChelatedZincIf1ChelatedProductInBlend": 52.1, "PercentChelatedZincIf2OrMoreChelatedProductsInBlend": 53.1, "PercentWaterSolubleIron": 55.1, "PercentChelatedIronIf1ChelatedProductInBlend": 56.1, "PercentChelatedIronIf2OrMoreChelatedProductsInBlend": 57.1, "PercentWaterSolubleCopper": 59.1, "PercentChelatedCopperIf1ChelatedProductInBlend": 60.1, "PercentChelatedCopperIf2OrMoreChelatedProductsInBlend": 61.1, "PercentCombinedSulfur": 63.1, "PercentFreeSulfur": 64.1, "PercentAsCaCO3": 67.1, "SaltIndex": 69.1, "PercentCalciumCarbonateEquivalence": 70.1, "PercentMoisture": 71.1, "NumberOfLbsEqualToOneTonOfStandardLimingMaterial": 72.1, "PercentCalciumSulfateCaSO4": 73.1, "PercentCalciumHydroxideCaOH2": 74.1, "MinimumPercentPassing8MeshSieve": 75.1, "MimimumPercentPassing20MeshSieve": 76.1, "MinimumPercentPassing50MeshSieve": 77.1, "MinimumPercentPassing100MeshSieve": 78.1, "Aluminum": 81.1, "TonnageTaxMaterialOrFertilizerCode": "sample string 82", "ProductSpecificTagWarning1": "sample string 83", "ProductSpecificTagWarning2": "sample string 84", "AmmoniacalNitrogenPercentSlowReleaseN": 88.1, "AmmoniacalNitrogenSlowReleaseDerivedFromProductList": "sample string 89", "NitrateNitrogenPercentSlowRelease": 90.1, "NitrateNitrogenSlowReleaseDerivedFromProductList": "sample string 91", "PercentSlowReleaseOtherWaterSolubleNitrogen": 92.1, "OtherWaterSolubleAndWaterInsolubleNitrogen": "sample string 93", "UreaNitrogenPercentSlowRelease": 94.1, "UreaNitrogenSlowReleaseDerivedFromProductList": "sample string 95", "WaterInsolubleNitrogenPercentSlowRelease": 96.1, "SpecificGravity": 98.1, "PurposeOfProduct": "sample string 99", "DirectionsForApplication": "sample string 100" } ], "CASNumbers": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "CASNumber": "sample string 4", "MinimumReportableQuantity": 5.1, "ChemicalName": "sample string 6", "PercentActive": 7.1, "EHS": true, "ThresholdPlanQty": 9.1, "ThresholdReportQty": 10.1, "Key": "sample string 11", "FUSFriendlyName": "sample string 12" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "CASNumber": "sample string 4", "MinimumReportableQuantity": 5.1, "ChemicalName": "sample string 6", "PercentActive": 7.1, "EHS": true, "ThresholdPlanQty": 9.1, "ThresholdReportQty": 10.1, "Key": "sample string 11", "FUSFriendlyName": "sample string 12" } ], "Ingredients": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "Lineitem": 3, "Ingredient": "sample string 4", "N": true, "P": true, "K": true, "S": true, "UD": true, "Ca": true, "Mg": true, "Zn": true, "Fe": true, "Mn": true, "Cu": true, "B": true, "Ext1": true, "Ext2": true, "Ext3": true, "Ext4": true, "Ext5": true, "Ext6": true, "ExtraData1": "sample string 23" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "Lineitem": 3, "Ingredient": "sample string 4", "N": true, "P": true, "K": true, "S": true, "UD": true, "Ca": true, "Mg": true, "Zn": true, "Fe": true, "Mn": true, "Cu": true, "B": true, "Ext1": true, "Ext2": true, "Ext3": true, "Ext4": true, "Ext5": true, "Ext6": true, "ExtraData1": "sample string 23" } ], "Lots": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LotNumber": "sample string 3", "BeginningBalance": 4.1, "InActive": true, "ExpireDate": "sample string 6", "MPSGuid": "sample string 7", "MPSStatus": 8, "CalculatedBalance": 9.1 }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LotNumber": "sample string 3", "BeginningBalance": 4.1, "InActive": true, "ExpireDate": "sample string 6", "MPSGuid": "sample string 7", "MPSStatus": 8, "CalculatedBalance": 9.1 } ], "LotAttributes": [ { "ProdLotAttributesKey": 1, "MasterCrossRefNamesKey": 2, "DepartmentID": "sample string 3", "ProductID": "sample string 4", "LotNumber": "sample string 5", "AttributeValue": "sample string 6" }, { "ProdLotAttributesKey": 1, "MasterCrossRefNamesKey": 2, "DepartmentID": "sample string 3", "ProductID": "sample string 4", "LotNumber": "sample string 5", "AttributeValue": "sample string 6" } ], "StateRestrictions": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "State": "sample string 3" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "State": "sample string 3" } ], "StorageCodes": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "StorageCode": "sample string 4" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "StorageCode": "sample string 4" } ], "BarCodes": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "Barcode": "sample string 4" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "Barcode": "sample string 4" } ], "ExtraCharges": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "ExtraChargeID": "sample string 4" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "ExtraChargeID": "sample string 4" } ], "StatesWhereProductIsRestrictedFromDistribution": [ { "StateId": "sample string 1" }, { "StateId": "sample string 1" } ], "deleteYN": true }, { "UniqueKey": 1, "DepartmentID": "sample string 2", "DepartmentName": "sample string 3", "ProductID": "sample string 4", "Manufacturer": "sample string 5", "ProductName": "sample string 7", "EPANumber": "sample string 9", "FederallyRestricted": true, "PotentiallyHazardous": true, "InventoryUnits": "sample string 12", "AmountOnHand": "sample string 13", "ReorderLevel": 14.1, "UnitWeight": "sample string 15", "PackageSize": "sample string 16", "PackageUnits": "sample string 17", "CrossRef1": "sample string 18", "CrossRef2": "sample string 19", "CrossRef3": "sample string 20", "CrossRef4": "sample string 21", "BarCodeID": "sample string 22", "ReplacementCost": "sample string 23", "DryOrLiquid": "sample string 24", "ActiveIngredient": "sample string 25", "Consignment": true, "EDIReportable": true, "Inactive": true, "InvoiceLineItemComment": "sample string 34", "TechnologyGroup": "sample string 38", "CommodityRef": "sample string 40", "ManufacturerPartNumber": "sample string 41", "AlternateProductID": "sample string 42", "SeedYear": 43, "Crop": "sample string 44", "IsBioTech": true, "Variety": "sample string 46", "Kind": "sample string 47", "Origin": "sample string 48", "TestDate": "sample string 49", "PurityPercent": 50.1, "InertPercent": 51.1, "WeedPercent": 52.1, "GermPercent": 53.1, "HardPercent": 54.1, "Trait": "sample string 55", "BrandName": "sample string 56", "IsInsectResistantMaterial": true, "NeedsFieldCoordinates": true, "ProcessorCode": "sample string 59", "TreatmentCode": "sample string 60", "SeedSize": "sample string 61", "OrderQuantityMultiple": 62.1, "GTIN": "sample string 63", "SSIGlobalID": 64, "MPSGuid": "sample string 66", "MPSProductCategoryKey": "sample string 67", "MPSCode": "sample string 68", "MPSDescription": "sample string 69", "MPSProductForm": 70, "OnHold": true, "MPSMinSetPoint": 72.1, "MPSMaxSetPoint": 73.1, "MPSSwitchSetPoint": 74.1, "MPSOutOfFieldRate": 75.1, "MPSRoundRecMethodInt": 76, "MPSRoundRecValue": 77.1, "MapXRefGUID": "sample string 78", "DepartmentScale": 79, "IsAnalysis": true, "ContainerRequiredOnPOS": true, "LastModifiedUTC": "2024-11-21T09:47:40.5550964+00:00", "Accounts": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "SalesTaxable": true, "SalesAccount": "sample string 4", "BeginningYearBalance": 5.1, "EndOfMonth1": 6.1, "EndOfMonth2": 7.1, "EndOfMonth3": 8.1, "EndOfMonth4": 9.1, "EndOfMonth5": 10.1, "EndOfMonth6": 11.1, "EndOfMonth7": 12.1, "EndOfMonth8": 13.1, "EndOfMonth9": 14.1, "EndOfMonth10": 15.1, "EndOfMonth11": 16.1, "EndOfMonth12": 17.1, "GrowerStateTaxable": true, "ProductStateTaxable": true, "PurchaseAccount": "sample string 20", "FreightAccount": "sample string 21", "PurchaseDiscount": "sample string 22" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "SalesTaxable": true, "SalesAccount": "sample string 4", "BeginningYearBalance": 5.1, "EndOfMonth1": 6.1, "EndOfMonth2": 7.1, "EndOfMonth3": 8.1, "EndOfMonth4": 9.1, "EndOfMonth5": 10.1, "EndOfMonth6": 11.1, "EndOfMonth7": 12.1, "EndOfMonth8": 13.1, "EndOfMonth9": 14.1, "EndOfMonth10": 15.1, "EndOfMonth11": 16.1, "EndOfMonth12": 17.1, "GrowerStateTaxable": true, "ProductStateTaxable": true, "PurchaseAccount": "sample string 20", "FreightAccount": "sample string 21", "PurchaseDiscount": "sample string 22" } ], "Prices": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "BillingUnits": "sample string 3", "BillingDivisor": "sample string 4", "AverageCost": "sample string 5", "List": "sample string 6", "LastPurchaseCost": "sample string 7", "PriceLevel1": "sample string 8", "PriceLevel2": "sample string 9", "PriceLevel3": "sample string 10", "PriceLevel4": "sample string 11", "PriceLevel5": "sample string 12", "PriceLevel6": "sample string 13", "PriceLevel7": "sample string 14", "PriceLevel8": "sample string 15", "ProfitMargin": 16.1, "PriceLevel9": "sample string 17", "PriceLevel10": "sample string 18", "PriceLevel11": "sample string 19", "PriceLevel12": "sample string 20", "PriceLevel13": "sample string 21", "PriceLevel14": "sample string 22", "PriceLevel15": "sample string 23", "PriceLevel16": "sample string 24", "PriceLevel17": "sample string 25", "PriceLevel18": "sample string 26", "PriceLevel19": "sample string 27", "PriceLevel20": "sample string 28", "PriceLevel21": "sample string 29", "PriceLevel22": "sample string 30", "PriceLevel23": "sample string 31", "PriceLevel24": "sample string 32", "EstimatedAverageCost": 33.1, "FormulaSource0": 34, "FormulaSource1": 35, "FormulaSource2": 36, "FormulaSource3": 37, "FormulaSource4": 38, "FormulaSource5": 39, "FormulaSource6": 40, "FormulaSource7": 41, "FormulaSource8": 42, "FormulaSource9": 43, "FormulaSource10": 44, "FormulaSource11": 45, "FormulaSource12": 46, "FormulaSource13": 47, "FormulaSource14": 48, "FormulaSource15": 49, "FormulaSource16": 50, "FormulaSource17": 51, "FormulaSource18": 52, "FormulaSource19": 53, "FormulaSource20": 54, "FormulaSource21": 55, "FormulaSource22": 56, "FormulaSource23": 57, "FormulaSource24": 58, "FormulaType0": "sample string 59", "FormulaType1": "sample string 60", "FormulaType2": "sample string 61", "FormulaType3": "sample string 62", "FormulaType4": "sample string 63", "FormulaType5": "sample string 64", "FormulaType6": "sample string 65", "FormulaType7": "sample string 66", "FormulaType8": "sample string 67", "FormulaType9": "sample string 68", "FormulaType10": "sample string 69", "FormulaType11": "sample string 70", "FormulaType12": "sample string 71", "FormulaType13": "sample string 72", "FormulaType14": "sample string 73", "FormulaType15": "sample string 74", "FormulaType16": "sample string 75", "FormulaType17": "sample string 76", "FormulaType18": "sample string 77", "FormulaType19": "sample string 78", "FormulaType20": "sample string 79", "FormulaType21": "sample string 80", "FormulaType22": "sample string 81", "FormulaType23": "sample string 82", "FormulaType24": "sample string 83", "FormulaAmount0": 84.1, "FormulaAmount1": 85.1, "FormulaAmount2": 86.1, "FormulaAmount3": 87.1, "FormulaAmount4": 88.1, "FormulaAmount5": 89.1, "FormulaAmount6": 90.1, "FormulaAmount7": 91.1, "FormulaAmount8": 92.1, "FormulaAmount9": 93.1, "FormulaAmount10": 94.1, "FormulaAmount11": 95.1, "FormulaAmount12": 96.1, "FormulaAmount13": 97.1, "FormulaAmount14": 98.1, "FormulaAmount15": 99.1, "FormulaAmount16": 100.1, "FormulaAmount17": 101.1, "FormulaAmount18": 102.1, "FormulaAmount19": 103.1, "FormulaAmount20": 104.1, "FormulaAmount21": 105.1, "FormulaAmount22": 106.1, "FormulaAmount23": 107.1, "FormulaAmount24": 108.1, "FormulaSourceAC": 109, "FormulaTypeAC": "sample string 110", "FormulaAmountAC": 111.1, "FormulaSourceLC": 112, "FormulaTypeLC": "sample string 113", "FormulaAmountLC": 114.1, "FormulaSourceRC": 115, "FormulaTypeRC": "sample string 116", "FormulaAmountRC": 117.1, "FormulaSourceEAC": 118, "FormulaTypeEAC": "sample string 119", "FormulaAmountEAC": 120.1, "ReplacementCost2": 121.1, "ReplacementCost3": 122.1, "ReplacementCost4": 123.1, "FormulaSourceRC2": 124, "FormulaTypeRC2": "sample string 125", "FormulaAmountRC2": 126.1, "FormulaSourceRC3": 127, "FormulaTypeRC3": "sample string 128", "FormulaAmountRC3": 129.1, "FormulaSourceRC4": 130, "FormulaTypeRC4": "sample string 131", "FormulaAmountRC4": 132.1 }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "BillingUnits": "sample string 3", "BillingDivisor": "sample string 4", "AverageCost": "sample string 5", "List": "sample string 6", "LastPurchaseCost": "sample string 7", "PriceLevel1": "sample string 8", "PriceLevel2": "sample string 9", "PriceLevel3": "sample string 10", "PriceLevel4": "sample string 11", "PriceLevel5": "sample string 12", "PriceLevel6": "sample string 13", "PriceLevel7": "sample string 14", "PriceLevel8": "sample string 15", "ProfitMargin": 16.1, "PriceLevel9": "sample string 17", "PriceLevel10": "sample string 18", "PriceLevel11": "sample string 19", "PriceLevel12": "sample string 20", "PriceLevel13": "sample string 21", "PriceLevel14": "sample string 22", "PriceLevel15": "sample string 23", "PriceLevel16": "sample string 24", "PriceLevel17": "sample string 25", "PriceLevel18": "sample string 26", "PriceLevel19": "sample string 27", "PriceLevel20": "sample string 28", "PriceLevel21": "sample string 29", "PriceLevel22": "sample string 30", "PriceLevel23": "sample string 31", "PriceLevel24": "sample string 32", "EstimatedAverageCost": 33.1, "FormulaSource0": 34, "FormulaSource1": 35, "FormulaSource2": 36, "FormulaSource3": 37, "FormulaSource4": 38, "FormulaSource5": 39, "FormulaSource6": 40, "FormulaSource7": 41, "FormulaSource8": 42, "FormulaSource9": 43, "FormulaSource10": 44, "FormulaSource11": 45, "FormulaSource12": 46, "FormulaSource13": 47, "FormulaSource14": 48, "FormulaSource15": 49, "FormulaSource16": 50, "FormulaSource17": 51, "FormulaSource18": 52, "FormulaSource19": 53, "FormulaSource20": 54, "FormulaSource21": 55, "FormulaSource22": 56, "FormulaSource23": 57, "FormulaSource24": 58, "FormulaType0": "sample string 59", "FormulaType1": "sample string 60", "FormulaType2": "sample string 61", "FormulaType3": "sample string 62", "FormulaType4": "sample string 63", "FormulaType5": "sample string 64", "FormulaType6": "sample string 65", "FormulaType7": "sample string 66", "FormulaType8": "sample string 67", "FormulaType9": "sample string 68", "FormulaType10": "sample string 69", "FormulaType11": "sample string 70", "FormulaType12": "sample string 71", "FormulaType13": "sample string 72", "FormulaType14": "sample string 73", "FormulaType15": "sample string 74", "FormulaType16": "sample string 75", "FormulaType17": "sample string 76", "FormulaType18": "sample string 77", "FormulaType19": "sample string 78", "FormulaType20": "sample string 79", "FormulaType21": "sample string 80", "FormulaType22": "sample string 81", "FormulaType23": "sample string 82", "FormulaType24": "sample string 83", "FormulaAmount0": 84.1, "FormulaAmount1": 85.1, "FormulaAmount2": 86.1, "FormulaAmount3": 87.1, "FormulaAmount4": 88.1, "FormulaAmount5": 89.1, "FormulaAmount6": 90.1, "FormulaAmount7": 91.1, "FormulaAmount8": 92.1, "FormulaAmount9": 93.1, "FormulaAmount10": 94.1, "FormulaAmount11": 95.1, "FormulaAmount12": 96.1, "FormulaAmount13": 97.1, "FormulaAmount14": 98.1, "FormulaAmount15": 99.1, "FormulaAmount16": 100.1, "FormulaAmount17": 101.1, "FormulaAmount18": 102.1, "FormulaAmount19": 103.1, "FormulaAmount20": 104.1, "FormulaAmount21": 105.1, "FormulaAmount22": 106.1, "FormulaAmount23": 107.1, "FormulaAmount24": 108.1, "FormulaSourceAC": 109, "FormulaTypeAC": "sample string 110", "FormulaAmountAC": 111.1, "FormulaSourceLC": 112, "FormulaTypeLC": "sample string 113", "FormulaAmountLC": 114.1, "FormulaSourceRC": 115, "FormulaTypeRC": "sample string 116", "FormulaAmountRC": 117.1, "FormulaSourceEAC": 118, "FormulaTypeEAC": "sample string 119", "FormulaAmountEAC": 120.1, "ReplacementCost2": 121.1, "ReplacementCost3": 122.1, "ReplacementCost4": 123.1, "FormulaSourceRC2": 124, "FormulaTypeRC2": "sample string 125", "FormulaAmountRC2": 126.1, "FormulaSourceRC3": 127, "FormulaTypeRC3": "sample string 128", "FormulaAmountRC3": 129.1, "FormulaSourceRC4": 130, "FormulaTypeRC4": "sample string 131", "FormulaAmountRC4": 132.1 } ], "Classifications": [ { "Name": "sample string 6" }, { "Name": "sample string 6" } ], "Attributes": [ { "Value": "sample string 5", "Name": "sample string 6", "Required": true, "MaximumLength": 8, "DisallowDuplicates": true }, { "Value": "sample string 5", "Name": "sample string 6", "Required": true, "MaximumLength": 8, "DisallowDuplicates": true } ], "Safety": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "ShippingName": "sample string 3", "NationalMotorCarrierClass": "sample string 4", "ReentryIntervalHours": "sample string 5", "HazardClass": "sample string 6", "PackingGroup": "sample string 7", "SafetyComments1": "sample string 8", "SafetyComments2": "sample string 9", "SafetyComments3": "sample string 10", "PLACARD": "sample string 11", "UNNAID": "sample string 12", "PostedWarning": true, "OralWarning": true, "TradeSecret": true, "Pure": true, "Mix": true, "Solid": true, "Liquid": true, "Gas": true, "EHSName": "sample string 28", "HealthHazardFire": true, "HealthHazardSuddenReleaseOfPressure": true, "HealthHazardReactivity": true, "HealthHazardImmediateAcute": true, "HealthHazardDelayedChronic": true, "Optional": true, "Locations": "sample string 35", "ContType1": "sample string 36", "Pressure1": "sample string 37", "Temp1": "sample string 38", "ContType2": "sample string 39", "Pressure2": "sample string 40", "Temp2": "sample string 41", "ContType3": "sample string 42", "Pressure3": "sample string 43", "Temp3": "sample string 44", "ContType4": "sample string 45", "Pressure4": "sample string 46", "Temp4": "sample string 47", "ContType5": "sample string 48", "Pressure5": "sample string 49", "Temp5": "sample string 50", "ContType6": "sample string 51", "Pressure6": "sample string 52", "Temp6": "sample string 53", "PercentActiveIngredientForCanadaTag": 59.1, "PackageSizeIsBulk": true, "Prop65": true, "ShippingManifestPkgQtyIsAlways1": true, "DOTWarningNote": "sample string 64", "AgrianID": "sample string 65", "AgrianDOTConfig": "sample string 66", "AgrianSizeID": "sample string 67", "AUXAgrianID": "sample string 68", "AUXAgrianDOTConfig": "sample string 69", "AUXAgrianSizeID": "sample string 70", "Threshold": 77.1, "GHS": true, "Prop65ToxicityCancer": true, "Prop65ToxicityCancerChemicals": "sample string 80", "Prop65ToxicityDevelopmental": true, "Prop65ToxicityDevelopmentalChemicals": "sample string 82" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "ShippingName": "sample string 3", "NationalMotorCarrierClass": "sample string 4", "ReentryIntervalHours": "sample string 5", "HazardClass": "sample string 6", "PackingGroup": "sample string 7", "SafetyComments1": "sample string 8", "SafetyComments2": "sample string 9", "SafetyComments3": "sample string 10", "PLACARD": "sample string 11", "UNNAID": "sample string 12", "PostedWarning": true, "OralWarning": true, "TradeSecret": true, "Pure": true, "Mix": true, "Solid": true, "Liquid": true, "Gas": true, "EHSName": "sample string 28", "HealthHazardFire": true, "HealthHazardSuddenReleaseOfPressure": true, "HealthHazardReactivity": true, "HealthHazardImmediateAcute": true, "HealthHazardDelayedChronic": true, "Optional": true, "Locations": "sample string 35", "ContType1": "sample string 36", "Pressure1": "sample string 37", "Temp1": "sample string 38", "ContType2": "sample string 39", "Pressure2": "sample string 40", "Temp2": "sample string 41", "ContType3": "sample string 42", "Pressure3": "sample string 43", "Temp3": "sample string 44", "ContType4": "sample string 45", "Pressure4": "sample string 46", "Temp4": "sample string 47", "ContType5": "sample string 48", "Pressure5": "sample string 49", "Temp5": "sample string 50", "ContType6": "sample string 51", "Pressure6": "sample string 52", "Temp6": "sample string 53", "PercentActiveIngredientForCanadaTag": 59.1, "PackageSizeIsBulk": true, "Prop65": true, "ShippingManifestPkgQtyIsAlways1": true, "DOTWarningNote": "sample string 64", "AgrianID": "sample string 65", "AgrianDOTConfig": "sample string 66", "AgrianSizeID": "sample string 67", "AUXAgrianID": "sample string 68", "AUXAgrianDOTConfig": "sample string 69", "AUXAgrianSizeID": "sample string 70", "Threshold": 77.1, "GHS": true, "Prop65ToxicityCancer": true, "Prop65ToxicityCancerChemicals": "sample string 80", "Prop65ToxicityDevelopmental": true, "Prop65ToxicityDevelopmentalChemicals": "sample string 82" } ], "Blends": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "ProductDensity": "sample string 3", "RatePerAcreUnits": "sample string 4", "BlendingUnits": "sample string 5", "RecommendedRatePerAcre": "sample string 7", "RateToBlendingRatio": "sample string 8", "BlendToInventoryRatio": "sample string 9", "BlenderFactor": "sample string 10", "PercentSolidMaterial": "sample string 11", "PercentWater": "sample string 12", "PercentClay": "sample string 13", "NutrientContributorN": "sample string 14", "NutrientContributorP": "sample string 15", "NutrientContributorK": "sample string 16", "NutrientContributorS": "sample string 17", "NutrientContributorUserDefined": "sample string 18", "NutrientContributorCa": "sample string 19", "NutrientContributorMg": "sample string 20", "NutrientContributorZn": "sample string 21", "NutrientContributorFe": "sample string 22", "NutrientContributorMn": "sample string 23", "NutrientContributorCu": "sample string 24", "NutrientContributorB": "sample string 25", "HeatingCoolingEnergyBTUPerLB": 26.1, "AmmoniacalNitrogenPercentOfTotalN": 27.1, "NitrateNitrogenPercentOfTotalN": 28.1, "OtherWaterSolubleNitrogenPercentOfTotalN": 29.1, "UreaNitrogenPercentOfTotalN": 30.1, "WaterInsolubleNitrogenPercentOfTotalN": 31.1, "AvailablePhosphate": 34.1, "TotalPhosphate": 35.1, "PercentSlowReleasePhosphate": 36.1, "SolublePotash": 38.1, "ChlorinePercent": 39.1, "PercentSlowReleasePotassium": 40.1, "PercentWaterSolubleMagnesium": 42.1, "PercentChelatedMagnesiumIf1ChelatedProductInBlend": 43.1, "PercentAsMgCO3": 44.1, "PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend": 45.1, "PercentWaterSolubleManganese": 47.1, "PercentChelatedManganeseIf1ChelatedProductInBlend": 48.1, "PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend": 49.1, "PercentWaterSolubleZinc": 51.1, "PercentChelatedZincIf1ChelatedProductInBlend": 52.1, "PercentChelatedZincIf2OrMoreChelatedProductsInBlend": 53.1, "PercentWaterSolubleIron": 55.1, "PercentChelatedIronIf1ChelatedProductInBlend": 56.1, "PercentChelatedIronIf2OrMoreChelatedProductsInBlend": 57.1, "PercentWaterSolubleCopper": 59.1, "PercentChelatedCopperIf1ChelatedProductInBlend": 60.1, "PercentChelatedCopperIf2OrMoreChelatedProductsInBlend": 61.1, "PercentCombinedSulfur": 63.1, "PercentFreeSulfur": 64.1, "PercentAsCaCO3": 67.1, "SaltIndex": 69.1, "PercentCalciumCarbonateEquivalence": 70.1, "PercentMoisture": 71.1, "NumberOfLbsEqualToOneTonOfStandardLimingMaterial": 72.1, "PercentCalciumSulfateCaSO4": 73.1, "PercentCalciumHydroxideCaOH2": 74.1, "MinimumPercentPassing8MeshSieve": 75.1, "MimimumPercentPassing20MeshSieve": 76.1, "MinimumPercentPassing50MeshSieve": 77.1, "MinimumPercentPassing100MeshSieve": 78.1, "Aluminum": 81.1, "TonnageTaxMaterialOrFertilizerCode": "sample string 82", "ProductSpecificTagWarning1": "sample string 83", "ProductSpecificTagWarning2": "sample string 84", "AmmoniacalNitrogenPercentSlowReleaseN": 88.1, "AmmoniacalNitrogenSlowReleaseDerivedFromProductList": "sample string 89", "NitrateNitrogenPercentSlowRelease": 90.1, "NitrateNitrogenSlowReleaseDerivedFromProductList": "sample string 91", "PercentSlowReleaseOtherWaterSolubleNitrogen": 92.1, "OtherWaterSolubleAndWaterInsolubleNitrogen": "sample string 93", "UreaNitrogenPercentSlowRelease": 94.1, "UreaNitrogenSlowReleaseDerivedFromProductList": "sample string 95", "WaterInsolubleNitrogenPercentSlowRelease": 96.1, "SpecificGravity": 98.1, "PurposeOfProduct": "sample string 99", "DirectionsForApplication": "sample string 100" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "ProductDensity": "sample string 3", "RatePerAcreUnits": "sample string 4", "BlendingUnits": "sample string 5", "RecommendedRatePerAcre": "sample string 7", "RateToBlendingRatio": "sample string 8", "BlendToInventoryRatio": "sample string 9", "BlenderFactor": "sample string 10", "PercentSolidMaterial": "sample string 11", "PercentWater": "sample string 12", "PercentClay": "sample string 13", "NutrientContributorN": "sample string 14", "NutrientContributorP": "sample string 15", "NutrientContributorK": "sample string 16", "NutrientContributorS": "sample string 17", "NutrientContributorUserDefined": "sample string 18", "NutrientContributorCa": "sample string 19", "NutrientContributorMg": "sample string 20", "NutrientContributorZn": "sample string 21", "NutrientContributorFe": "sample string 22", "NutrientContributorMn": "sample string 23", "NutrientContributorCu": "sample string 24", "NutrientContributorB": "sample string 25", "HeatingCoolingEnergyBTUPerLB": 26.1, "AmmoniacalNitrogenPercentOfTotalN": 27.1, "NitrateNitrogenPercentOfTotalN": 28.1, "OtherWaterSolubleNitrogenPercentOfTotalN": 29.1, "UreaNitrogenPercentOfTotalN": 30.1, "WaterInsolubleNitrogenPercentOfTotalN": 31.1, "AvailablePhosphate": 34.1, "TotalPhosphate": 35.1, "PercentSlowReleasePhosphate": 36.1, "SolublePotash": 38.1, "ChlorinePercent": 39.1, "PercentSlowReleasePotassium": 40.1, "PercentWaterSolubleMagnesium": 42.1, "PercentChelatedMagnesiumIf1ChelatedProductInBlend": 43.1, "PercentAsMgCO3": 44.1, "PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend": 45.1, "PercentWaterSolubleManganese": 47.1, "PercentChelatedManganeseIf1ChelatedProductInBlend": 48.1, "PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend": 49.1, "PercentWaterSolubleZinc": 51.1, "PercentChelatedZincIf1ChelatedProductInBlend": 52.1, "PercentChelatedZincIf2OrMoreChelatedProductsInBlend": 53.1, "PercentWaterSolubleIron": 55.1, "PercentChelatedIronIf1ChelatedProductInBlend": 56.1, "PercentChelatedIronIf2OrMoreChelatedProductsInBlend": 57.1, "PercentWaterSolubleCopper": 59.1, "PercentChelatedCopperIf1ChelatedProductInBlend": 60.1, "PercentChelatedCopperIf2OrMoreChelatedProductsInBlend": 61.1, "PercentCombinedSulfur": 63.1, "PercentFreeSulfur": 64.1, "PercentAsCaCO3": 67.1, "SaltIndex": 69.1, "PercentCalciumCarbonateEquivalence": 70.1, "PercentMoisture": 71.1, "NumberOfLbsEqualToOneTonOfStandardLimingMaterial": 72.1, "PercentCalciumSulfateCaSO4": 73.1, "PercentCalciumHydroxideCaOH2": 74.1, "MinimumPercentPassing8MeshSieve": 75.1, "MimimumPercentPassing20MeshSieve": 76.1, "MinimumPercentPassing50MeshSieve": 77.1, "MinimumPercentPassing100MeshSieve": 78.1, "Aluminum": 81.1, "TonnageTaxMaterialOrFertilizerCode": "sample string 82", "ProductSpecificTagWarning1": "sample string 83", "ProductSpecificTagWarning2": "sample string 84", "AmmoniacalNitrogenPercentSlowReleaseN": 88.1, "AmmoniacalNitrogenSlowReleaseDerivedFromProductList": "sample string 89", "NitrateNitrogenPercentSlowRelease": 90.1, "NitrateNitrogenSlowReleaseDerivedFromProductList": "sample string 91", "PercentSlowReleaseOtherWaterSolubleNitrogen": 92.1, "OtherWaterSolubleAndWaterInsolubleNitrogen": "sample string 93", "UreaNitrogenPercentSlowRelease": 94.1, "UreaNitrogenSlowReleaseDerivedFromProductList": "sample string 95", "WaterInsolubleNitrogenPercentSlowRelease": 96.1, "SpecificGravity": 98.1, "PurposeOfProduct": "sample string 99", "DirectionsForApplication": "sample string 100" } ], "CASNumbers": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "CASNumber": "sample string 4", "MinimumReportableQuantity": 5.1, "ChemicalName": "sample string 6", "PercentActive": 7.1, "EHS": true, "ThresholdPlanQty": 9.1, "ThresholdReportQty": 10.1, "Key": "sample string 11", "FUSFriendlyName": "sample string 12" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "CASNumber": "sample string 4", "MinimumReportableQuantity": 5.1, "ChemicalName": "sample string 6", "PercentActive": 7.1, "EHS": true, "ThresholdPlanQty": 9.1, "ThresholdReportQty": 10.1, "Key": "sample string 11", "FUSFriendlyName": "sample string 12" } ], "Ingredients": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "Lineitem": 3, "Ingredient": "sample string 4", "N": true, "P": true, "K": true, "S": true, "UD": true, "Ca": true, "Mg": true, "Zn": true, "Fe": true, "Mn": true, "Cu": true, "B": true, "Ext1": true, "Ext2": true, "Ext3": true, "Ext4": true, "Ext5": true, "Ext6": true, "ExtraData1": "sample string 23" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "Lineitem": 3, "Ingredient": "sample string 4", "N": true, "P": true, "K": true, "S": true, "UD": true, "Ca": true, "Mg": true, "Zn": true, "Fe": true, "Mn": true, "Cu": true, "B": true, "Ext1": true, "Ext2": true, "Ext3": true, "Ext4": true, "Ext5": true, "Ext6": true, "ExtraData1": "sample string 23" } ], "Lots": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LotNumber": "sample string 3", "BeginningBalance": 4.1, "InActive": true, "ExpireDate": "sample string 6", "MPSGuid": "sample string 7", "MPSStatus": 8, "CalculatedBalance": 9.1 }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LotNumber": "sample string 3", "BeginningBalance": 4.1, "InActive": true, "ExpireDate": "sample string 6", "MPSGuid": "sample string 7", "MPSStatus": 8, "CalculatedBalance": 9.1 } ], "LotAttributes": [ { "ProdLotAttributesKey": 1, "MasterCrossRefNamesKey": 2, "DepartmentID": "sample string 3", "ProductID": "sample string 4", "LotNumber": "sample string 5", "AttributeValue": "sample string 6" }, { "ProdLotAttributesKey": 1, "MasterCrossRefNamesKey": 2, "DepartmentID": "sample string 3", "ProductID": "sample string 4", "LotNumber": "sample string 5", "AttributeValue": "sample string 6" } ], "StateRestrictions": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "State": "sample string 3" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "State": "sample string 3" } ], "StorageCodes": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "StorageCode": "sample string 4" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "StorageCode": "sample string 4" } ], "BarCodes": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "Barcode": "sample string 4" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "Barcode": "sample string 4" } ], "ExtraCharges": [ { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "ExtraChargeID": "sample string 4" }, { "DepartmentID": "sample string 1", "ProductID": "sample string 2", "LineItem": 3, "ExtraChargeID": "sample string 4" } ], "StatesWhereProductIsRestrictedFromDistribution": [ { "StateId": "sample string 1" }, { "StateId": "sample string 1" } ], "deleteYN": true } ] }
application/xml, text/xml
<AgvProductFull xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgvWebAPICSharp.Models.Product"> <Message>sample string 2</Message> <ProductRecords xmlns:d2p1="http://schemas.datacontract.org/2004/07/SSI.Inv"> <d2p1:Product> <d2p1:Accounts> <d2p1:Accounts> <d2p1:BeginningYearBalance>5.1</d2p1:BeginningYearBalance> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EndOfMonth1>6.1</d2p1:EndOfMonth1> <d2p1:EndOfMonth10>15.1</d2p1:EndOfMonth10> <d2p1:EndOfMonth11>16.1</d2p1:EndOfMonth11> <d2p1:EndOfMonth12>17.1</d2p1:EndOfMonth12> <d2p1:EndOfMonth2>7.1</d2p1:EndOfMonth2> <d2p1:EndOfMonth3>8.1</d2p1:EndOfMonth3> <d2p1:EndOfMonth4>9.1</d2p1:EndOfMonth4> <d2p1:EndOfMonth5>10.1</d2p1:EndOfMonth5> <d2p1:EndOfMonth6>11.1</d2p1:EndOfMonth6> <d2p1:EndOfMonth7>12.1</d2p1:EndOfMonth7> <d2p1:EndOfMonth8>13.1</d2p1:EndOfMonth8> <d2p1:EndOfMonth9>14.1</d2p1:EndOfMonth9> <d2p1:FreightAccount>sample string 21</d2p1:FreightAccount> <d2p1:GrowerStateTaxable>true</d2p1:GrowerStateTaxable> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ProductStateTaxable>true</d2p1:ProductStateTaxable> <d2p1:PurchaseAccount>sample string 20</d2p1:PurchaseAccount> <d2p1:PurchaseDiscount>sample string 22</d2p1:PurchaseDiscount> <d2p1:SalesAccount>sample string 4</d2p1:SalesAccount> <d2p1:SalesTaxable>true</d2p1:SalesTaxable> </d2p1:Accounts> <d2p1:Accounts> <d2p1:BeginningYearBalance>5.1</d2p1:BeginningYearBalance> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EndOfMonth1>6.1</d2p1:EndOfMonth1> <d2p1:EndOfMonth10>15.1</d2p1:EndOfMonth10> <d2p1:EndOfMonth11>16.1</d2p1:EndOfMonth11> <d2p1:EndOfMonth12>17.1</d2p1:EndOfMonth12> <d2p1:EndOfMonth2>7.1</d2p1:EndOfMonth2> <d2p1:EndOfMonth3>8.1</d2p1:EndOfMonth3> <d2p1:EndOfMonth4>9.1</d2p1:EndOfMonth4> <d2p1:EndOfMonth5>10.1</d2p1:EndOfMonth5> <d2p1:EndOfMonth6>11.1</d2p1:EndOfMonth6> <d2p1:EndOfMonth7>12.1</d2p1:EndOfMonth7> <d2p1:EndOfMonth8>13.1</d2p1:EndOfMonth8> <d2p1:EndOfMonth9>14.1</d2p1:EndOfMonth9> <d2p1:FreightAccount>sample string 21</d2p1:FreightAccount> <d2p1:GrowerStateTaxable>true</d2p1:GrowerStateTaxable> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ProductStateTaxable>true</d2p1:ProductStateTaxable> <d2p1:PurchaseAccount>sample string 20</d2p1:PurchaseAccount> <d2p1:PurchaseDiscount>sample string 22</d2p1:PurchaseDiscount> <d2p1:SalesAccount>sample string 4</d2p1:SalesAccount> <d2p1:SalesTaxable>true</d2p1:SalesTaxable> </d2p1:Accounts> </d2p1:Accounts> <d2p1:ActiveIngredient>sample string 25</d2p1:ActiveIngredient> <d2p1:AlternateProductID>sample string 42</d2p1:AlternateProductID> <d2p1:AmountOnHand>sample string 13</d2p1:AmountOnHand> <d2p1:Attributes> <d2p1:Attributes> <d2p1:DisallowDuplicates>true</d2p1:DisallowDuplicates> <d2p1:MaximumLength>8</d2p1:MaximumLength> <d2p1:Name>sample string 6</d2p1:Name> <d2p1:Required>true</d2p1:Required> <d2p1:Value>sample string 5</d2p1:Value> </d2p1:Attributes> <d2p1:Attributes> <d2p1:DisallowDuplicates>true</d2p1:DisallowDuplicates> <d2p1:MaximumLength>8</d2p1:MaximumLength> <d2p1:Name>sample string 6</d2p1:Name> <d2p1:Required>true</d2p1:Required> <d2p1:Value>sample string 5</d2p1:Value> </d2p1:Attributes> </d2p1:Attributes> <d2p1:BarCodeID>sample string 22</d2p1:BarCodeID> <d2p1:BarCodes> <d2p1:BarCodes> <d2p1:Barcode>sample string 4</d2p1:Barcode> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:ProductID>sample string 2</d2p1:ProductID> </d2p1:BarCodes> <d2p1:BarCodes> <d2p1:Barcode>sample string 4</d2p1:Barcode> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:ProductID>sample string 2</d2p1:ProductID> </d2p1:BarCodes> </d2p1:BarCodes> <d2p1:Blends> <d2p1:Blends> <d2p1:Aluminum>81.1</d2p1:Aluminum> <d2p1:AmmoniacalNitrogenPercentOfTotalN>27.1</d2p1:AmmoniacalNitrogenPercentOfTotalN> <d2p1:AmmoniacalNitrogenPercentSlowReleaseN>88.1</d2p1:AmmoniacalNitrogenPercentSlowReleaseN> <d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList>sample string 89</d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList> <d2p1:AvailablePhosphate>34.1</d2p1:AvailablePhosphate> <d2p1:BlendToInventoryRatio>sample string 9</d2p1:BlendToInventoryRatio> <d2p1:BlenderFactor>sample string 10</d2p1:BlenderFactor> <d2p1:BlendingUnits>sample string 5</d2p1:BlendingUnits> <d2p1:ChlorinePercent>39.1</d2p1:ChlorinePercent> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:DirectionsForApplication>sample string 100</d2p1:DirectionsForApplication> <d2p1:HeatingCoolingEnergyBTUPerLB>26.1</d2p1:HeatingCoolingEnergyBTUPerLB> <d2p1:MimimumPercentPassing20MeshSieve>76.1</d2p1:MimimumPercentPassing20MeshSieve> <d2p1:MinimumPercentPassing100MeshSieve>78.1</d2p1:MinimumPercentPassing100MeshSieve> <d2p1:MinimumPercentPassing50MeshSieve>77.1</d2p1:MinimumPercentPassing50MeshSieve> <d2p1:MinimumPercentPassing8MeshSieve>75.1</d2p1:MinimumPercentPassing8MeshSieve> <d2p1:NitrateNitrogenPercentOfTotalN>28.1</d2p1:NitrateNitrogenPercentOfTotalN> <d2p1:NitrateNitrogenPercentSlowRelease>90.1</d2p1:NitrateNitrogenPercentSlowRelease> <d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList>sample string 91</d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList> <d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial>72.1</d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial> <d2p1:NutrientContributorB>sample string 25</d2p1:NutrientContributorB> <d2p1:NutrientContributorCa>sample string 19</d2p1:NutrientContributorCa> <d2p1:NutrientContributorCu>sample string 24</d2p1:NutrientContributorCu> <d2p1:NutrientContributorFe>sample string 22</d2p1:NutrientContributorFe> <d2p1:NutrientContributorK>sample string 16</d2p1:NutrientContributorK> <d2p1:NutrientContributorMg>sample string 20</d2p1:NutrientContributorMg> <d2p1:NutrientContributorMn>sample string 23</d2p1:NutrientContributorMn> <d2p1:NutrientContributorN>sample string 14</d2p1:NutrientContributorN> <d2p1:NutrientContributorP>sample string 15</d2p1:NutrientContributorP> <d2p1:NutrientContributorS>sample string 17</d2p1:NutrientContributorS> <d2p1:NutrientContributorUserDefined>sample string 18</d2p1:NutrientContributorUserDefined> <d2p1:NutrientContributorZn>sample string 21</d2p1:NutrientContributorZn> <d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen>sample string 93</d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen> <d2p1:OtherWaterSolubleNitrogenPercentOfTotalN>29.1</d2p1:OtherWaterSolubleNitrogenPercentOfTotalN> <d2p1:PercentAsCaCO3>67.1</d2p1:PercentAsCaCO3> <d2p1:PercentAsMgCO3>44.1</d2p1:PercentAsMgCO3> <d2p1:PercentCalciumCarbonateEquivalence>70.1</d2p1:PercentCalciumCarbonateEquivalence> <d2p1:PercentCalciumHydroxideCaOH2>74.1</d2p1:PercentCalciumHydroxideCaOH2> <d2p1:PercentCalciumSulfateCaSO4>73.1</d2p1:PercentCalciumSulfateCaSO4> <d2p1:PercentChelatedCopperIf1ChelatedProductInBlend>60.1</d2p1:PercentChelatedCopperIf1ChelatedProductInBlend> <d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend>61.1</d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedIronIf1ChelatedProductInBlend>56.1</d2p1:PercentChelatedIronIf1ChelatedProductInBlend> <d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend>57.1</d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend>43.1</d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend> <d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend>45.1</d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend>48.1</d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend> <d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend>49.1</d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedZincIf1ChelatedProductInBlend>52.1</d2p1:PercentChelatedZincIf1ChelatedProductInBlend> <d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend>53.1</d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend> <d2p1:PercentClay>sample string 13</d2p1:PercentClay> <d2p1:PercentCombinedSulfur>63.1</d2p1:PercentCombinedSulfur> <d2p1:PercentFreeSulfur>64.1</d2p1:PercentFreeSulfur> <d2p1:PercentMoisture>71.1</d2p1:PercentMoisture> <d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen>92.1</d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen> <d2p1:PercentSlowReleasePhosphate>36.1</d2p1:PercentSlowReleasePhosphate> <d2p1:PercentSlowReleasePotassium>40.1</d2p1:PercentSlowReleasePotassium> <d2p1:PercentSolidMaterial>sample string 11</d2p1:PercentSolidMaterial> <d2p1:PercentWater>sample string 12</d2p1:PercentWater> <d2p1:PercentWaterSolubleCopper>59.1</d2p1:PercentWaterSolubleCopper> <d2p1:PercentWaterSolubleIron>55.1</d2p1:PercentWaterSolubleIron> <d2p1:PercentWaterSolubleMagnesium>42.1</d2p1:PercentWaterSolubleMagnesium> <d2p1:PercentWaterSolubleManganese>47.1</d2p1:PercentWaterSolubleManganese> <d2p1:PercentWaterSolubleZinc>51.1</d2p1:PercentWaterSolubleZinc> <d2p1:ProductDensity>sample string 3</d2p1:ProductDensity> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ProductSpecificTagWarning1>sample string 83</d2p1:ProductSpecificTagWarning1> <d2p1:ProductSpecificTagWarning2>sample string 84</d2p1:ProductSpecificTagWarning2> <d2p1:PurposeOfProduct>sample string 99</d2p1:PurposeOfProduct> <d2p1:RatePerAcreUnits>sample string 4</d2p1:RatePerAcreUnits> <d2p1:RateToBlendingRatio>sample string 8</d2p1:RateToBlendingRatio> <d2p1:RecommendedRatePerAcre>sample string 7</d2p1:RecommendedRatePerAcre> <d2p1:SaltIndex>69.1</d2p1:SaltIndex> <d2p1:SolublePotash>38.1</d2p1:SolublePotash> <d2p1:SpecificGravity>98.1</d2p1:SpecificGravity> <d2p1:TonnageTaxMaterialOrFertilizerCode>sample string 82</d2p1:TonnageTaxMaterialOrFertilizerCode> <d2p1:TotalPhosphate>35.1</d2p1:TotalPhosphate> <d2p1:UreaNitrogenPercentOfTotalN>30.1</d2p1:UreaNitrogenPercentOfTotalN> <d2p1:UreaNitrogenPercentSlowRelease>94.1</d2p1:UreaNitrogenPercentSlowRelease> <d2p1:UreaNitrogenSlowReleaseDerivedFromProductList>sample string 95</d2p1:UreaNitrogenSlowReleaseDerivedFromProductList> <d2p1:WaterInsolubleNitrogenPercentOfTotalN>31.1</d2p1:WaterInsolubleNitrogenPercentOfTotalN> <d2p1:WaterInsolubleNitrogenPercentSlowRelease>96.1</d2p1:WaterInsolubleNitrogenPercentSlowRelease> </d2p1:Blends> <d2p1:Blends> <d2p1:Aluminum>81.1</d2p1:Aluminum> <d2p1:AmmoniacalNitrogenPercentOfTotalN>27.1</d2p1:AmmoniacalNitrogenPercentOfTotalN> <d2p1:AmmoniacalNitrogenPercentSlowReleaseN>88.1</d2p1:AmmoniacalNitrogenPercentSlowReleaseN> <d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList>sample string 89</d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList> <d2p1:AvailablePhosphate>34.1</d2p1:AvailablePhosphate> <d2p1:BlendToInventoryRatio>sample string 9</d2p1:BlendToInventoryRatio> <d2p1:BlenderFactor>sample string 10</d2p1:BlenderFactor> <d2p1:BlendingUnits>sample string 5</d2p1:BlendingUnits> <d2p1:ChlorinePercent>39.1</d2p1:ChlorinePercent> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:DirectionsForApplication>sample string 100</d2p1:DirectionsForApplication> <d2p1:HeatingCoolingEnergyBTUPerLB>26.1</d2p1:HeatingCoolingEnergyBTUPerLB> <d2p1:MimimumPercentPassing20MeshSieve>76.1</d2p1:MimimumPercentPassing20MeshSieve> <d2p1:MinimumPercentPassing100MeshSieve>78.1</d2p1:MinimumPercentPassing100MeshSieve> <d2p1:MinimumPercentPassing50MeshSieve>77.1</d2p1:MinimumPercentPassing50MeshSieve> <d2p1:MinimumPercentPassing8MeshSieve>75.1</d2p1:MinimumPercentPassing8MeshSieve> <d2p1:NitrateNitrogenPercentOfTotalN>28.1</d2p1:NitrateNitrogenPercentOfTotalN> <d2p1:NitrateNitrogenPercentSlowRelease>90.1</d2p1:NitrateNitrogenPercentSlowRelease> <d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList>sample string 91</d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList> <d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial>72.1</d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial> <d2p1:NutrientContributorB>sample string 25</d2p1:NutrientContributorB> <d2p1:NutrientContributorCa>sample string 19</d2p1:NutrientContributorCa> <d2p1:NutrientContributorCu>sample string 24</d2p1:NutrientContributorCu> <d2p1:NutrientContributorFe>sample string 22</d2p1:NutrientContributorFe> <d2p1:NutrientContributorK>sample string 16</d2p1:NutrientContributorK> <d2p1:NutrientContributorMg>sample string 20</d2p1:NutrientContributorMg> <d2p1:NutrientContributorMn>sample string 23</d2p1:NutrientContributorMn> <d2p1:NutrientContributorN>sample string 14</d2p1:NutrientContributorN> <d2p1:NutrientContributorP>sample string 15</d2p1:NutrientContributorP> <d2p1:NutrientContributorS>sample string 17</d2p1:NutrientContributorS> <d2p1:NutrientContributorUserDefined>sample string 18</d2p1:NutrientContributorUserDefined> <d2p1:NutrientContributorZn>sample string 21</d2p1:NutrientContributorZn> <d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen>sample string 93</d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen> <d2p1:OtherWaterSolubleNitrogenPercentOfTotalN>29.1</d2p1:OtherWaterSolubleNitrogenPercentOfTotalN> <d2p1:PercentAsCaCO3>67.1</d2p1:PercentAsCaCO3> <d2p1:PercentAsMgCO3>44.1</d2p1:PercentAsMgCO3> <d2p1:PercentCalciumCarbonateEquivalence>70.1</d2p1:PercentCalciumCarbonateEquivalence> <d2p1:PercentCalciumHydroxideCaOH2>74.1</d2p1:PercentCalciumHydroxideCaOH2> <d2p1:PercentCalciumSulfateCaSO4>73.1</d2p1:PercentCalciumSulfateCaSO4> <d2p1:PercentChelatedCopperIf1ChelatedProductInBlend>60.1</d2p1:PercentChelatedCopperIf1ChelatedProductInBlend> <d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend>61.1</d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedIronIf1ChelatedProductInBlend>56.1</d2p1:PercentChelatedIronIf1ChelatedProductInBlend> <d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend>57.1</d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend>43.1</d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend> <d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend>45.1</d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend>48.1</d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend> <d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend>49.1</d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedZincIf1ChelatedProductInBlend>52.1</d2p1:PercentChelatedZincIf1ChelatedProductInBlend> <d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend>53.1</d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend> <d2p1:PercentClay>sample string 13</d2p1:PercentClay> <d2p1:PercentCombinedSulfur>63.1</d2p1:PercentCombinedSulfur> <d2p1:PercentFreeSulfur>64.1</d2p1:PercentFreeSulfur> <d2p1:PercentMoisture>71.1</d2p1:PercentMoisture> <d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen>92.1</d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen> <d2p1:PercentSlowReleasePhosphate>36.1</d2p1:PercentSlowReleasePhosphate> <d2p1:PercentSlowReleasePotassium>40.1</d2p1:PercentSlowReleasePotassium> <d2p1:PercentSolidMaterial>sample string 11</d2p1:PercentSolidMaterial> <d2p1:PercentWater>sample string 12</d2p1:PercentWater> <d2p1:PercentWaterSolubleCopper>59.1</d2p1:PercentWaterSolubleCopper> <d2p1:PercentWaterSolubleIron>55.1</d2p1:PercentWaterSolubleIron> <d2p1:PercentWaterSolubleMagnesium>42.1</d2p1:PercentWaterSolubleMagnesium> <d2p1:PercentWaterSolubleManganese>47.1</d2p1:PercentWaterSolubleManganese> <d2p1:PercentWaterSolubleZinc>51.1</d2p1:PercentWaterSolubleZinc> <d2p1:ProductDensity>sample string 3</d2p1:ProductDensity> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ProductSpecificTagWarning1>sample string 83</d2p1:ProductSpecificTagWarning1> <d2p1:ProductSpecificTagWarning2>sample string 84</d2p1:ProductSpecificTagWarning2> <d2p1:PurposeOfProduct>sample string 99</d2p1:PurposeOfProduct> <d2p1:RatePerAcreUnits>sample string 4</d2p1:RatePerAcreUnits> <d2p1:RateToBlendingRatio>sample string 8</d2p1:RateToBlendingRatio> <d2p1:RecommendedRatePerAcre>sample string 7</d2p1:RecommendedRatePerAcre> <d2p1:SaltIndex>69.1</d2p1:SaltIndex> <d2p1:SolublePotash>38.1</d2p1:SolublePotash> <d2p1:SpecificGravity>98.1</d2p1:SpecificGravity> <d2p1:TonnageTaxMaterialOrFertilizerCode>sample string 82</d2p1:TonnageTaxMaterialOrFertilizerCode> <d2p1:TotalPhosphate>35.1</d2p1:TotalPhosphate> <d2p1:UreaNitrogenPercentOfTotalN>30.1</d2p1:UreaNitrogenPercentOfTotalN> <d2p1:UreaNitrogenPercentSlowRelease>94.1</d2p1:UreaNitrogenPercentSlowRelease> <d2p1:UreaNitrogenSlowReleaseDerivedFromProductList>sample string 95</d2p1:UreaNitrogenSlowReleaseDerivedFromProductList> <d2p1:WaterInsolubleNitrogenPercentOfTotalN>31.1</d2p1:WaterInsolubleNitrogenPercentOfTotalN> <d2p1:WaterInsolubleNitrogenPercentSlowRelease>96.1</d2p1:WaterInsolubleNitrogenPercentSlowRelease> </d2p1:Blends> </d2p1:Blends> <d2p1:BrandName>sample string 56</d2p1:BrandName> <d2p1:CASNumbers> <d2p1:CASNumbers> <d2p1:CASNumber>sample string 4</d2p1:CASNumber> <d2p1:ChemicalName>sample string 6</d2p1:ChemicalName> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EHS>true</d2p1:EHS> <d2p1:FUSFriendlyName>sample string 12</d2p1:FUSFriendlyName> <d2p1:Key>sample string 11</d2p1:Key> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:MinimumReportableQuantity>5.1</d2p1:MinimumReportableQuantity> <d2p1:PercentActive>7.1</d2p1:PercentActive> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ThresholdPlanQty>9.1</d2p1:ThresholdPlanQty> <d2p1:ThresholdReportQty>10.1</d2p1:ThresholdReportQty> </d2p1:CASNumbers> <d2p1:CASNumbers> <d2p1:CASNumber>sample string 4</d2p1:CASNumber> <d2p1:ChemicalName>sample string 6</d2p1:ChemicalName> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EHS>true</d2p1:EHS> <d2p1:FUSFriendlyName>sample string 12</d2p1:FUSFriendlyName> <d2p1:Key>sample string 11</d2p1:Key> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:MinimumReportableQuantity>5.1</d2p1:MinimumReportableQuantity> <d2p1:PercentActive>7.1</d2p1:PercentActive> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ThresholdPlanQty>9.1</d2p1:ThresholdPlanQty> <d2p1:ThresholdReportQty>10.1</d2p1:ThresholdReportQty> </d2p1:CASNumbers> </d2p1:CASNumbers> <d2p1:Classifications> <d2p1:Classifications> <d2p1:Name>sample string 6</d2p1:Name> </d2p1:Classifications> <d2p1:Classifications> <d2p1:Name>sample string 6</d2p1:Name> </d2p1:Classifications> </d2p1:Classifications> <d2p1:CommodityRef>sample string 40</d2p1:CommodityRef> <d2p1:Consignment>true</d2p1:Consignment> <d2p1:ContainerRequiredOnPOS>true</d2p1:ContainerRequiredOnPOS> <d2p1:Crop>sample string 44</d2p1:Crop> <d2p1:CrossRef1>sample string 18</d2p1:CrossRef1> <d2p1:CrossRef2>sample string 19</d2p1:CrossRef2> <d2p1:CrossRef3>sample string 20</d2p1:CrossRef3> <d2p1:CrossRef4>sample string 21</d2p1:CrossRef4> <d2p1:DepartmentID>sample string 2</d2p1:DepartmentID> <d2p1:DepartmentName>sample string 3</d2p1:DepartmentName> <d2p1:DepartmentScale>79</d2p1:DepartmentScale> <d2p1:DryOrLiquid>sample string 24</d2p1:DryOrLiquid> <d2p1:EDIReportable>true</d2p1:EDIReportable> <d2p1:EPANumber>sample string 9</d2p1:EPANumber> <d2p1:ExtraCharges> <d2p1:ExtraCharges> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:ExtraChargeID>sample string 4</d2p1:ExtraChargeID> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:ProductID>sample string 2</d2p1:ProductID> </d2p1:ExtraCharges> <d2p1:ExtraCharges> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:ExtraChargeID>sample string 4</d2p1:ExtraChargeID> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:ProductID>sample string 2</d2p1:ProductID> </d2p1:ExtraCharges> </d2p1:ExtraCharges> <d2p1:FederallyRestricted>true</d2p1:FederallyRestricted> <d2p1:GTIN>sample string 63</d2p1:GTIN> <d2p1:GermPercent>53.1</d2p1:GermPercent> <d2p1:HardPercent>54.1</d2p1:HardPercent> <d2p1:Inactive>true</d2p1:Inactive> <d2p1:InertPercent>51.1</d2p1:InertPercent> <d2p1:Ingredients> <d2p1:Ingredients> <d2p1:B>true</d2p1:B> <d2p1:Ca>true</d2p1:Ca> <d2p1:Cu>true</d2p1:Cu> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:Ext1>true</d2p1:Ext1> <d2p1:Ext2>true</d2p1:Ext2> <d2p1:Ext3>true</d2p1:Ext3> <d2p1:Ext4>true</d2p1:Ext4> <d2p1:Ext5>true</d2p1:Ext5> <d2p1:Ext6>true</d2p1:Ext6> <d2p1:ExtraData1>sample string 23</d2p1:ExtraData1> <d2p1:Fe>true</d2p1:Fe> <d2p1:Ingredient>sample string 4</d2p1:Ingredient> <d2p1:K>true</d2p1:K> <d2p1:Lineitem>3</d2p1:Lineitem> <d2p1:Mg>true</d2p1:Mg> <d2p1:Mn>true</d2p1:Mn> <d2p1:N>true</d2p1:N> <d2p1:P>true</d2p1:P> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:S>true</d2p1:S> <d2p1:UD>true</d2p1:UD> <d2p1:Zn>true</d2p1:Zn> </d2p1:Ingredients> <d2p1:Ingredients> <d2p1:B>true</d2p1:B> <d2p1:Ca>true</d2p1:Ca> <d2p1:Cu>true</d2p1:Cu> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:Ext1>true</d2p1:Ext1> <d2p1:Ext2>true</d2p1:Ext2> <d2p1:Ext3>true</d2p1:Ext3> <d2p1:Ext4>true</d2p1:Ext4> <d2p1:Ext5>true</d2p1:Ext5> <d2p1:Ext6>true</d2p1:Ext6> <d2p1:ExtraData1>sample string 23</d2p1:ExtraData1> <d2p1:Fe>true</d2p1:Fe> <d2p1:Ingredient>sample string 4</d2p1:Ingredient> <d2p1:K>true</d2p1:K> <d2p1:Lineitem>3</d2p1:Lineitem> <d2p1:Mg>true</d2p1:Mg> <d2p1:Mn>true</d2p1:Mn> <d2p1:N>true</d2p1:N> <d2p1:P>true</d2p1:P> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:S>true</d2p1:S> <d2p1:UD>true</d2p1:UD> <d2p1:Zn>true</d2p1:Zn> </d2p1:Ingredients> </d2p1:Ingredients> <d2p1:InventoryUnits>sample string 12</d2p1:InventoryUnits> <d2p1:InvoiceLineItemComment>sample string 34</d2p1:InvoiceLineItemComment> <d2p1:IsAnalysis>true</d2p1:IsAnalysis> <d2p1:IsBioTech>true</d2p1:IsBioTech> <d2p1:IsInsectResistantMaterial>true</d2p1:IsInsectResistantMaterial> <d2p1:Kind>sample string 47</d2p1:Kind> <d2p1:LastModifiedUTC>2024-11-21T09:47:40.5550964+00:00</d2p1:LastModifiedUTC> <d2p1:LotAttributes> <d2p1:LotAttributes> <d2p1:AttributeValue>sample string 6</d2p1:AttributeValue> <d2p1:DepartmentID>sample string 3</d2p1:DepartmentID> <d2p1:LotNumber>sample string 5</d2p1:LotNumber> <d2p1:MasterCrossRefNamesKey>2</d2p1:MasterCrossRefNamesKey> <d2p1:ProdLotAttributesKey>1</d2p1:ProdLotAttributesKey> <d2p1:ProductID>sample string 4</d2p1:ProductID> </d2p1:LotAttributes> <d2p1:LotAttributes> <d2p1:AttributeValue>sample string 6</d2p1:AttributeValue> <d2p1:DepartmentID>sample string 3</d2p1:DepartmentID> <d2p1:LotNumber>sample string 5</d2p1:LotNumber> <d2p1:MasterCrossRefNamesKey>2</d2p1:MasterCrossRefNamesKey> <d2p1:ProdLotAttributesKey>1</d2p1:ProdLotAttributesKey> <d2p1:ProductID>sample string 4</d2p1:ProductID> </d2p1:LotAttributes> </d2p1:LotAttributes> <d2p1:Lots> <d2p1:Lots> <d2p1:BeginningBalance>4.1</d2p1:BeginningBalance> <d2p1:CalculatedBalance>9.1</d2p1:CalculatedBalance> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:ExpireDate>sample string 6</d2p1:ExpireDate> <d2p1:InActive>true</d2p1:InActive> <d2p1:LotNumber>sample string 3</d2p1:LotNumber> <d2p1:MPSGuid>sample string 7</d2p1:MPSGuid> <d2p1:MPSStatus>8</d2p1:MPSStatus> <d2p1:ProductID>sample string 2</d2p1:ProductID> </d2p1:Lots> <d2p1:Lots> <d2p1:BeginningBalance>4.1</d2p1:BeginningBalance> <d2p1:CalculatedBalance>9.1</d2p1:CalculatedBalance> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:ExpireDate>sample string 6</d2p1:ExpireDate> <d2p1:InActive>true</d2p1:InActive> <d2p1:LotNumber>sample string 3</d2p1:LotNumber> <d2p1:MPSGuid>sample string 7</d2p1:MPSGuid> <d2p1:MPSStatus>8</d2p1:MPSStatus> <d2p1:ProductID>sample string 2</d2p1:ProductID> </d2p1:Lots> </d2p1:Lots> <d2p1:MPSCode>sample string 68</d2p1:MPSCode> <d2p1:MPSDescription>sample string 69</d2p1:MPSDescription> <d2p1:MPSGuid>sample string 66</d2p1:MPSGuid> <d2p1:MPSMaxSetPoint>73.1</d2p1:MPSMaxSetPoint> <d2p1:MPSMinSetPoint>72.1</d2p1:MPSMinSetPoint> <d2p1:MPSOutOfFieldRate>75.1</d2p1:MPSOutOfFieldRate> <d2p1:MPSProductCategoryKey>sample string 67</d2p1:MPSProductCategoryKey> <d2p1:MPSProductForm>70</d2p1:MPSProductForm> <d2p1:MPSRoundRecMethodInt>76</d2p1:MPSRoundRecMethodInt> <d2p1:MPSRoundRecValue>77.1</d2p1:MPSRoundRecValue> <d2p1:MPSSwitchSetPoint>74.1</d2p1:MPSSwitchSetPoint> <d2p1:Manufacturer>sample string 5</d2p1:Manufacturer> <d2p1:ManufacturerPartNumber>sample string 41</d2p1:ManufacturerPartNumber> <d2p1:MapXRefGUID>sample string 78</d2p1:MapXRefGUID> <d2p1:NeedsFieldCoordinates>true</d2p1:NeedsFieldCoordinates> <d2p1:OnHold>true</d2p1:OnHold> <d2p1:OrderQuantityMultiple>62.1</d2p1:OrderQuantityMultiple> <d2p1:Origin>sample string 48</d2p1:Origin> <d2p1:PackageSize>sample string 16</d2p1:PackageSize> <d2p1:PackageUnits>sample string 17</d2p1:PackageUnits> <d2p1:PotentiallyHazardous>true</d2p1:PotentiallyHazardous> <d2p1:Prices> <d2p1:Prices> <d2p1:AverageCost>sample string 5</d2p1:AverageCost> <d2p1:BillingDivisor>sample string 4</d2p1:BillingDivisor> <d2p1:BillingUnits>sample string 3</d2p1:BillingUnits> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EstimatedAverageCost>33.1</d2p1:EstimatedAverageCost> <d2p1:FormulaAmount0>84.1</d2p1:FormulaAmount0> <d2p1:FormulaAmount1>85.1</d2p1:FormulaAmount1> <d2p1:FormulaAmount10>94.1</d2p1:FormulaAmount10> <d2p1:FormulaAmount11>95.1</d2p1:FormulaAmount11> <d2p1:FormulaAmount12>96.1</d2p1:FormulaAmount12> <d2p1:FormulaAmount13>97.1</d2p1:FormulaAmount13> <d2p1:FormulaAmount14>98.1</d2p1:FormulaAmount14> <d2p1:FormulaAmount15>99.1</d2p1:FormulaAmount15> <d2p1:FormulaAmount16>100.1</d2p1:FormulaAmount16> <d2p1:FormulaAmount17>101.1</d2p1:FormulaAmount17> <d2p1:FormulaAmount18>102.1</d2p1:FormulaAmount18> <d2p1:FormulaAmount19>103.1</d2p1:FormulaAmount19> <d2p1:FormulaAmount2>86.1</d2p1:FormulaAmount2> <d2p1:FormulaAmount20>104.1</d2p1:FormulaAmount20> <d2p1:FormulaAmount21>105.1</d2p1:FormulaAmount21> <d2p1:FormulaAmount22>106.1</d2p1:FormulaAmount22> <d2p1:FormulaAmount23>107.1</d2p1:FormulaAmount23> <d2p1:FormulaAmount24>108.1</d2p1:FormulaAmount24> <d2p1:FormulaAmount3>87.1</d2p1:FormulaAmount3> <d2p1:FormulaAmount4>88.1</d2p1:FormulaAmount4> <d2p1:FormulaAmount5>89.1</d2p1:FormulaAmount5> <d2p1:FormulaAmount6>90.1</d2p1:FormulaAmount6> <d2p1:FormulaAmount7>91.1</d2p1:FormulaAmount7> <d2p1:FormulaAmount8>92.1</d2p1:FormulaAmount8> <d2p1:FormulaAmount9>93.1</d2p1:FormulaAmount9> <d2p1:FormulaAmountAC>111.1</d2p1:FormulaAmountAC> <d2p1:FormulaAmountEAC>120.1</d2p1:FormulaAmountEAC> <d2p1:FormulaAmountLC>114.1</d2p1:FormulaAmountLC> <d2p1:FormulaAmountRC>117.1</d2p1:FormulaAmountRC> <d2p1:FormulaAmountRC2>126.1</d2p1:FormulaAmountRC2> <d2p1:FormulaAmountRC3>129.1</d2p1:FormulaAmountRC3> <d2p1:FormulaAmountRC4>132.1</d2p1:FormulaAmountRC4> <d2p1:FormulaSource0>34</d2p1:FormulaSource0> <d2p1:FormulaSource1>35</d2p1:FormulaSource1> <d2p1:FormulaSource10>44</d2p1:FormulaSource10> <d2p1:FormulaSource11>45</d2p1:FormulaSource11> <d2p1:FormulaSource12>46</d2p1:FormulaSource12> <d2p1:FormulaSource13>47</d2p1:FormulaSource13> <d2p1:FormulaSource14>48</d2p1:FormulaSource14> <d2p1:FormulaSource15>49</d2p1:FormulaSource15> <d2p1:FormulaSource16>50</d2p1:FormulaSource16> <d2p1:FormulaSource17>51</d2p1:FormulaSource17> <d2p1:FormulaSource18>52</d2p1:FormulaSource18> <d2p1:FormulaSource19>53</d2p1:FormulaSource19> <d2p1:FormulaSource2>36</d2p1:FormulaSource2> <d2p1:FormulaSource20>54</d2p1:FormulaSource20> <d2p1:FormulaSource21>55</d2p1:FormulaSource21> <d2p1:FormulaSource22>56</d2p1:FormulaSource22> <d2p1:FormulaSource23>57</d2p1:FormulaSource23> <d2p1:FormulaSource24>58</d2p1:FormulaSource24> <d2p1:FormulaSource3>37</d2p1:FormulaSource3> <d2p1:FormulaSource4>38</d2p1:FormulaSource4> <d2p1:FormulaSource5>39</d2p1:FormulaSource5> <d2p1:FormulaSource6>40</d2p1:FormulaSource6> <d2p1:FormulaSource7>41</d2p1:FormulaSource7> <d2p1:FormulaSource8>42</d2p1:FormulaSource8> <d2p1:FormulaSource9>43</d2p1:FormulaSource9> <d2p1:FormulaSourceAC>109</d2p1:FormulaSourceAC> <d2p1:FormulaSourceEAC>118</d2p1:FormulaSourceEAC> <d2p1:FormulaSourceLC>112</d2p1:FormulaSourceLC> <d2p1:FormulaSourceRC>115</d2p1:FormulaSourceRC> <d2p1:FormulaSourceRC2>124</d2p1:FormulaSourceRC2> <d2p1:FormulaSourceRC3>127</d2p1:FormulaSourceRC3> <d2p1:FormulaSourceRC4>130</d2p1:FormulaSourceRC4> <d2p1:FormulaType0>sample string 59</d2p1:FormulaType0> <d2p1:FormulaType1>sample string 60</d2p1:FormulaType1> <d2p1:FormulaType10>sample string 69</d2p1:FormulaType10> <d2p1:FormulaType11>sample string 70</d2p1:FormulaType11> <d2p1:FormulaType12>sample string 71</d2p1:FormulaType12> <d2p1:FormulaType13>sample string 72</d2p1:FormulaType13> <d2p1:FormulaType14>sample string 73</d2p1:FormulaType14> <d2p1:FormulaType15>sample string 74</d2p1:FormulaType15> <d2p1:FormulaType16>sample string 75</d2p1:FormulaType16> <d2p1:FormulaType17>sample string 76</d2p1:FormulaType17> <d2p1:FormulaType18>sample string 77</d2p1:FormulaType18> <d2p1:FormulaType19>sample string 78</d2p1:FormulaType19> <d2p1:FormulaType2>sample string 61</d2p1:FormulaType2> <d2p1:FormulaType20>sample string 79</d2p1:FormulaType20> <d2p1:FormulaType21>sample string 80</d2p1:FormulaType21> <d2p1:FormulaType22>sample string 81</d2p1:FormulaType22> <d2p1:FormulaType23>sample string 82</d2p1:FormulaType23> <d2p1:FormulaType24>sample string 83</d2p1:FormulaType24> <d2p1:FormulaType3>sample string 62</d2p1:FormulaType3> <d2p1:FormulaType4>sample string 63</d2p1:FormulaType4> <d2p1:FormulaType5>sample string 64</d2p1:FormulaType5> <d2p1:FormulaType6>sample string 65</d2p1:FormulaType6> <d2p1:FormulaType7>sample string 66</d2p1:FormulaType7> <d2p1:FormulaType8>sample string 67</d2p1:FormulaType8> <d2p1:FormulaType9>sample string 68</d2p1:FormulaType9> <d2p1:FormulaTypeAC>sample string 110</d2p1:FormulaTypeAC> <d2p1:FormulaTypeEAC>sample string 119</d2p1:FormulaTypeEAC> <d2p1:FormulaTypeLC>sample string 113</d2p1:FormulaTypeLC> <d2p1:FormulaTypeRC>sample string 116</d2p1:FormulaTypeRC> <d2p1:FormulaTypeRC2>sample string 125</d2p1:FormulaTypeRC2> <d2p1:FormulaTypeRC3>sample string 128</d2p1:FormulaTypeRC3> <d2p1:FormulaTypeRC4>sample string 131</d2p1:FormulaTypeRC4> <d2p1:LastPurchaseCost>sample string 7</d2p1:LastPurchaseCost> <d2p1:List>sample string 6</d2p1:List> <d2p1:PriceLevel1>sample string 8</d2p1:PriceLevel1> <d2p1:PriceLevel10>sample string 18</d2p1:PriceLevel10> <d2p1:PriceLevel11>sample string 19</d2p1:PriceLevel11> <d2p1:PriceLevel12>sample string 20</d2p1:PriceLevel12> <d2p1:PriceLevel13>sample string 21</d2p1:PriceLevel13> <d2p1:PriceLevel14>sample string 22</d2p1:PriceLevel14> <d2p1:PriceLevel15>sample string 23</d2p1:PriceLevel15> <d2p1:PriceLevel16>sample string 24</d2p1:PriceLevel16> <d2p1:PriceLevel17>sample string 25</d2p1:PriceLevel17> <d2p1:PriceLevel18>sample string 26</d2p1:PriceLevel18> <d2p1:PriceLevel19>sample string 27</d2p1:PriceLevel19> <d2p1:PriceLevel2>sample string 9</d2p1:PriceLevel2> <d2p1:PriceLevel20>sample string 28</d2p1:PriceLevel20> <d2p1:PriceLevel21>sample string 29</d2p1:PriceLevel21> <d2p1:PriceLevel22>sample string 30</d2p1:PriceLevel22> <d2p1:PriceLevel23>sample string 31</d2p1:PriceLevel23> <d2p1:PriceLevel24>sample string 32</d2p1:PriceLevel24> <d2p1:PriceLevel3>sample string 10</d2p1:PriceLevel3> <d2p1:PriceLevel4>sample string 11</d2p1:PriceLevel4> <d2p1:PriceLevel5>sample string 12</d2p1:PriceLevel5> <d2p1:PriceLevel6>sample string 13</d2p1:PriceLevel6> <d2p1:PriceLevel7>sample string 14</d2p1:PriceLevel7> <d2p1:PriceLevel8>sample string 15</d2p1:PriceLevel8> <d2p1:PriceLevel9>sample string 17</d2p1:PriceLevel9> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ProfitMargin>16.1</d2p1:ProfitMargin> <d2p1:ReplacementCost2>121.1</d2p1:ReplacementCost2> <d2p1:ReplacementCost3>122.1</d2p1:ReplacementCost3> <d2p1:ReplacementCost4>123.1</d2p1:ReplacementCost4> </d2p1:Prices> <d2p1:Prices> <d2p1:AverageCost>sample string 5</d2p1:AverageCost> <d2p1:BillingDivisor>sample string 4</d2p1:BillingDivisor> <d2p1:BillingUnits>sample string 3</d2p1:BillingUnits> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EstimatedAverageCost>33.1</d2p1:EstimatedAverageCost> <d2p1:FormulaAmount0>84.1</d2p1:FormulaAmount0> <d2p1:FormulaAmount1>85.1</d2p1:FormulaAmount1> <d2p1:FormulaAmount10>94.1</d2p1:FormulaAmount10> <d2p1:FormulaAmount11>95.1</d2p1:FormulaAmount11> <d2p1:FormulaAmount12>96.1</d2p1:FormulaAmount12> <d2p1:FormulaAmount13>97.1</d2p1:FormulaAmount13> <d2p1:FormulaAmount14>98.1</d2p1:FormulaAmount14> <d2p1:FormulaAmount15>99.1</d2p1:FormulaAmount15> <d2p1:FormulaAmount16>100.1</d2p1:FormulaAmount16> <d2p1:FormulaAmount17>101.1</d2p1:FormulaAmount17> <d2p1:FormulaAmount18>102.1</d2p1:FormulaAmount18> <d2p1:FormulaAmount19>103.1</d2p1:FormulaAmount19> <d2p1:FormulaAmount2>86.1</d2p1:FormulaAmount2> <d2p1:FormulaAmount20>104.1</d2p1:FormulaAmount20> <d2p1:FormulaAmount21>105.1</d2p1:FormulaAmount21> <d2p1:FormulaAmount22>106.1</d2p1:FormulaAmount22> <d2p1:FormulaAmount23>107.1</d2p1:FormulaAmount23> <d2p1:FormulaAmount24>108.1</d2p1:FormulaAmount24> <d2p1:FormulaAmount3>87.1</d2p1:FormulaAmount3> <d2p1:FormulaAmount4>88.1</d2p1:FormulaAmount4> <d2p1:FormulaAmount5>89.1</d2p1:FormulaAmount5> <d2p1:FormulaAmount6>90.1</d2p1:FormulaAmount6> <d2p1:FormulaAmount7>91.1</d2p1:FormulaAmount7> <d2p1:FormulaAmount8>92.1</d2p1:FormulaAmount8> <d2p1:FormulaAmount9>93.1</d2p1:FormulaAmount9> <d2p1:FormulaAmountAC>111.1</d2p1:FormulaAmountAC> <d2p1:FormulaAmountEAC>120.1</d2p1:FormulaAmountEAC> <d2p1:FormulaAmountLC>114.1</d2p1:FormulaAmountLC> <d2p1:FormulaAmountRC>117.1</d2p1:FormulaAmountRC> <d2p1:FormulaAmountRC2>126.1</d2p1:FormulaAmountRC2> <d2p1:FormulaAmountRC3>129.1</d2p1:FormulaAmountRC3> <d2p1:FormulaAmountRC4>132.1</d2p1:FormulaAmountRC4> <d2p1:FormulaSource0>34</d2p1:FormulaSource0> <d2p1:FormulaSource1>35</d2p1:FormulaSource1> <d2p1:FormulaSource10>44</d2p1:FormulaSource10> <d2p1:FormulaSource11>45</d2p1:FormulaSource11> <d2p1:FormulaSource12>46</d2p1:FormulaSource12> <d2p1:FormulaSource13>47</d2p1:FormulaSource13> <d2p1:FormulaSource14>48</d2p1:FormulaSource14> <d2p1:FormulaSource15>49</d2p1:FormulaSource15> <d2p1:FormulaSource16>50</d2p1:FormulaSource16> <d2p1:FormulaSource17>51</d2p1:FormulaSource17> <d2p1:FormulaSource18>52</d2p1:FormulaSource18> <d2p1:FormulaSource19>53</d2p1:FormulaSource19> <d2p1:FormulaSource2>36</d2p1:FormulaSource2> <d2p1:FormulaSource20>54</d2p1:FormulaSource20> <d2p1:FormulaSource21>55</d2p1:FormulaSource21> <d2p1:FormulaSource22>56</d2p1:FormulaSource22> <d2p1:FormulaSource23>57</d2p1:FormulaSource23> <d2p1:FormulaSource24>58</d2p1:FormulaSource24> <d2p1:FormulaSource3>37</d2p1:FormulaSource3> <d2p1:FormulaSource4>38</d2p1:FormulaSource4> <d2p1:FormulaSource5>39</d2p1:FormulaSource5> <d2p1:FormulaSource6>40</d2p1:FormulaSource6> <d2p1:FormulaSource7>41</d2p1:FormulaSource7> <d2p1:FormulaSource8>42</d2p1:FormulaSource8> <d2p1:FormulaSource9>43</d2p1:FormulaSource9> <d2p1:FormulaSourceAC>109</d2p1:FormulaSourceAC> <d2p1:FormulaSourceEAC>118</d2p1:FormulaSourceEAC> <d2p1:FormulaSourceLC>112</d2p1:FormulaSourceLC> <d2p1:FormulaSourceRC>115</d2p1:FormulaSourceRC> <d2p1:FormulaSourceRC2>124</d2p1:FormulaSourceRC2> <d2p1:FormulaSourceRC3>127</d2p1:FormulaSourceRC3> <d2p1:FormulaSourceRC4>130</d2p1:FormulaSourceRC4> <d2p1:FormulaType0>sample string 59</d2p1:FormulaType0> <d2p1:FormulaType1>sample string 60</d2p1:FormulaType1> <d2p1:FormulaType10>sample string 69</d2p1:FormulaType10> <d2p1:FormulaType11>sample string 70</d2p1:FormulaType11> <d2p1:FormulaType12>sample string 71</d2p1:FormulaType12> <d2p1:FormulaType13>sample string 72</d2p1:FormulaType13> <d2p1:FormulaType14>sample string 73</d2p1:FormulaType14> <d2p1:FormulaType15>sample string 74</d2p1:FormulaType15> <d2p1:FormulaType16>sample string 75</d2p1:FormulaType16> <d2p1:FormulaType17>sample string 76</d2p1:FormulaType17> <d2p1:FormulaType18>sample string 77</d2p1:FormulaType18> <d2p1:FormulaType19>sample string 78</d2p1:FormulaType19> <d2p1:FormulaType2>sample string 61</d2p1:FormulaType2> <d2p1:FormulaType20>sample string 79</d2p1:FormulaType20> <d2p1:FormulaType21>sample string 80</d2p1:FormulaType21> <d2p1:FormulaType22>sample string 81</d2p1:FormulaType22> <d2p1:FormulaType23>sample string 82</d2p1:FormulaType23> <d2p1:FormulaType24>sample string 83</d2p1:FormulaType24> <d2p1:FormulaType3>sample string 62</d2p1:FormulaType3> <d2p1:FormulaType4>sample string 63</d2p1:FormulaType4> <d2p1:FormulaType5>sample string 64</d2p1:FormulaType5> <d2p1:FormulaType6>sample string 65</d2p1:FormulaType6> <d2p1:FormulaType7>sample string 66</d2p1:FormulaType7> <d2p1:FormulaType8>sample string 67</d2p1:FormulaType8> <d2p1:FormulaType9>sample string 68</d2p1:FormulaType9> <d2p1:FormulaTypeAC>sample string 110</d2p1:FormulaTypeAC> <d2p1:FormulaTypeEAC>sample string 119</d2p1:FormulaTypeEAC> <d2p1:FormulaTypeLC>sample string 113</d2p1:FormulaTypeLC> <d2p1:FormulaTypeRC>sample string 116</d2p1:FormulaTypeRC> <d2p1:FormulaTypeRC2>sample string 125</d2p1:FormulaTypeRC2> <d2p1:FormulaTypeRC3>sample string 128</d2p1:FormulaTypeRC3> <d2p1:FormulaTypeRC4>sample string 131</d2p1:FormulaTypeRC4> <d2p1:LastPurchaseCost>sample string 7</d2p1:LastPurchaseCost> <d2p1:List>sample string 6</d2p1:List> <d2p1:PriceLevel1>sample string 8</d2p1:PriceLevel1> <d2p1:PriceLevel10>sample string 18</d2p1:PriceLevel10> <d2p1:PriceLevel11>sample string 19</d2p1:PriceLevel11> <d2p1:PriceLevel12>sample string 20</d2p1:PriceLevel12> <d2p1:PriceLevel13>sample string 21</d2p1:PriceLevel13> <d2p1:PriceLevel14>sample string 22</d2p1:PriceLevel14> <d2p1:PriceLevel15>sample string 23</d2p1:PriceLevel15> <d2p1:PriceLevel16>sample string 24</d2p1:PriceLevel16> <d2p1:PriceLevel17>sample string 25</d2p1:PriceLevel17> <d2p1:PriceLevel18>sample string 26</d2p1:PriceLevel18> <d2p1:PriceLevel19>sample string 27</d2p1:PriceLevel19> <d2p1:PriceLevel2>sample string 9</d2p1:PriceLevel2> <d2p1:PriceLevel20>sample string 28</d2p1:PriceLevel20> <d2p1:PriceLevel21>sample string 29</d2p1:PriceLevel21> <d2p1:PriceLevel22>sample string 30</d2p1:PriceLevel22> <d2p1:PriceLevel23>sample string 31</d2p1:PriceLevel23> <d2p1:PriceLevel24>sample string 32</d2p1:PriceLevel24> <d2p1:PriceLevel3>sample string 10</d2p1:PriceLevel3> <d2p1:PriceLevel4>sample string 11</d2p1:PriceLevel4> <d2p1:PriceLevel5>sample string 12</d2p1:PriceLevel5> <d2p1:PriceLevel6>sample string 13</d2p1:PriceLevel6> <d2p1:PriceLevel7>sample string 14</d2p1:PriceLevel7> <d2p1:PriceLevel8>sample string 15</d2p1:PriceLevel8> <d2p1:PriceLevel9>sample string 17</d2p1:PriceLevel9> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ProfitMargin>16.1</d2p1:ProfitMargin> <d2p1:ReplacementCost2>121.1</d2p1:ReplacementCost2> <d2p1:ReplacementCost3>122.1</d2p1:ReplacementCost3> <d2p1:ReplacementCost4>123.1</d2p1:ReplacementCost4> </d2p1:Prices> </d2p1:Prices> <d2p1:ProcessorCode>sample string 59</d2p1:ProcessorCode> <d2p1:ProductID>sample string 4</d2p1:ProductID> <d2p1:ProductName>sample string 7</d2p1:ProductName> <d2p1:PurityPercent>50.1</d2p1:PurityPercent> <d2p1:ReorderLevel>14.1</d2p1:ReorderLevel> <d2p1:ReplacementCost>sample string 23</d2p1:ReplacementCost> <d2p1:SSIGlobalID>64</d2p1:SSIGlobalID> <d2p1:Safety> <d2p1:Safety> <d2p1:AUXAgrianDOTConfig>sample string 69</d2p1:AUXAgrianDOTConfig> <d2p1:AUXAgrianID>sample string 68</d2p1:AUXAgrianID> <d2p1:AUXAgrianSizeID>sample string 70</d2p1:AUXAgrianSizeID> <d2p1:AgrianDOTConfig>sample string 66</d2p1:AgrianDOTConfig> <d2p1:AgrianID>sample string 65</d2p1:AgrianID> <d2p1:AgrianSizeID>sample string 67</d2p1:AgrianSizeID> <d2p1:ContType1>sample string 36</d2p1:ContType1> <d2p1:ContType2>sample string 39</d2p1:ContType2> <d2p1:ContType3>sample string 42</d2p1:ContType3> <d2p1:ContType4>sample string 45</d2p1:ContType4> <d2p1:ContType5>sample string 48</d2p1:ContType5> <d2p1:ContType6>sample string 51</d2p1:ContType6> <d2p1:DOTWarningNote>sample string 64</d2p1:DOTWarningNote> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EHSName>sample string 28</d2p1:EHSName> <d2p1:GHS>true</d2p1:GHS> <d2p1:Gas>true</d2p1:Gas> <d2p1:HazardClass>sample string 6</d2p1:HazardClass> <d2p1:HealthHazardDelayedChronic>true</d2p1:HealthHazardDelayedChronic> <d2p1:HealthHazardFire>true</d2p1:HealthHazardFire> <d2p1:HealthHazardImmediateAcute>true</d2p1:HealthHazardImmediateAcute> <d2p1:HealthHazardReactivity>true</d2p1:HealthHazardReactivity> <d2p1:HealthHazardSuddenReleaseOfPressure>true</d2p1:HealthHazardSuddenReleaseOfPressure> <d2p1:Liquid>true</d2p1:Liquid> <d2p1:Locations>sample string 35</d2p1:Locations> <d2p1:Mix>true</d2p1:Mix> <d2p1:NationalMotorCarrierClass>sample string 4</d2p1:NationalMotorCarrierClass> <d2p1:Optional>true</d2p1:Optional> <d2p1:OralWarning>true</d2p1:OralWarning> <d2p1:PLACARD>sample string 11</d2p1:PLACARD> <d2p1:PackageSizeIsBulk>true</d2p1:PackageSizeIsBulk> <d2p1:PackingGroup>sample string 7</d2p1:PackingGroup> <d2p1:PercentActiveIngredientForCanadaTag>59.1</d2p1:PercentActiveIngredientForCanadaTag> <d2p1:PostedWarning>true</d2p1:PostedWarning> <d2p1:Pressure1>sample string 37</d2p1:Pressure1> <d2p1:Pressure2>sample string 40</d2p1:Pressure2> <d2p1:Pressure3>sample string 43</d2p1:Pressure3> <d2p1:Pressure4>sample string 46</d2p1:Pressure4> <d2p1:Pressure5>sample string 49</d2p1:Pressure5> <d2p1:Pressure6>sample string 52</d2p1:Pressure6> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:Prop65>true</d2p1:Prop65> <d2p1:Prop65ToxicityCancer>true</d2p1:Prop65ToxicityCancer> <d2p1:Prop65ToxicityCancerChemicals>sample string 80</d2p1:Prop65ToxicityCancerChemicals> <d2p1:Prop65ToxicityDevelopmental>true</d2p1:Prop65ToxicityDevelopmental> <d2p1:Prop65ToxicityDevelopmentalChemicals>sample string 82</d2p1:Prop65ToxicityDevelopmentalChemicals> <d2p1:Pure>true</d2p1:Pure> <d2p1:ReentryIntervalHours>sample string 5</d2p1:ReentryIntervalHours> <d2p1:SafetyComments1>sample string 8</d2p1:SafetyComments1> <d2p1:SafetyComments2>sample string 9</d2p1:SafetyComments2> <d2p1:SafetyComments3>sample string 10</d2p1:SafetyComments3> <d2p1:ShippingManifestPkgQtyIsAlways1>true</d2p1:ShippingManifestPkgQtyIsAlways1> <d2p1:ShippingName>sample string 3</d2p1:ShippingName> <d2p1:Solid>true</d2p1:Solid> <d2p1:Temp1>sample string 38</d2p1:Temp1> <d2p1:Temp2>sample string 41</d2p1:Temp2> <d2p1:Temp3>sample string 44</d2p1:Temp3> <d2p1:Temp4>sample string 47</d2p1:Temp4> <d2p1:Temp5>sample string 50</d2p1:Temp5> <d2p1:Temp6>sample string 53</d2p1:Temp6> <d2p1:Threshold>77.1</d2p1:Threshold> <d2p1:TradeSecret>true</d2p1:TradeSecret> <d2p1:UNNAID>sample string 12</d2p1:UNNAID> </d2p1:Safety> <d2p1:Safety> <d2p1:AUXAgrianDOTConfig>sample string 69</d2p1:AUXAgrianDOTConfig> <d2p1:AUXAgrianID>sample string 68</d2p1:AUXAgrianID> <d2p1:AUXAgrianSizeID>sample string 70</d2p1:AUXAgrianSizeID> <d2p1:AgrianDOTConfig>sample string 66</d2p1:AgrianDOTConfig> <d2p1:AgrianID>sample string 65</d2p1:AgrianID> <d2p1:AgrianSizeID>sample string 67</d2p1:AgrianSizeID> <d2p1:ContType1>sample string 36</d2p1:ContType1> <d2p1:ContType2>sample string 39</d2p1:ContType2> <d2p1:ContType3>sample string 42</d2p1:ContType3> <d2p1:ContType4>sample string 45</d2p1:ContType4> <d2p1:ContType5>sample string 48</d2p1:ContType5> <d2p1:ContType6>sample string 51</d2p1:ContType6> <d2p1:DOTWarningNote>sample string 64</d2p1:DOTWarningNote> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EHSName>sample string 28</d2p1:EHSName> <d2p1:GHS>true</d2p1:GHS> <d2p1:Gas>true</d2p1:Gas> <d2p1:HazardClass>sample string 6</d2p1:HazardClass> <d2p1:HealthHazardDelayedChronic>true</d2p1:HealthHazardDelayedChronic> <d2p1:HealthHazardFire>true</d2p1:HealthHazardFire> <d2p1:HealthHazardImmediateAcute>true</d2p1:HealthHazardImmediateAcute> <d2p1:HealthHazardReactivity>true</d2p1:HealthHazardReactivity> <d2p1:HealthHazardSuddenReleaseOfPressure>true</d2p1:HealthHazardSuddenReleaseOfPressure> <d2p1:Liquid>true</d2p1:Liquid> <d2p1:Locations>sample string 35</d2p1:Locations> <d2p1:Mix>true</d2p1:Mix> <d2p1:NationalMotorCarrierClass>sample string 4</d2p1:NationalMotorCarrierClass> <d2p1:Optional>true</d2p1:Optional> <d2p1:OralWarning>true</d2p1:OralWarning> <d2p1:PLACARD>sample string 11</d2p1:PLACARD> <d2p1:PackageSizeIsBulk>true</d2p1:PackageSizeIsBulk> <d2p1:PackingGroup>sample string 7</d2p1:PackingGroup> <d2p1:PercentActiveIngredientForCanadaTag>59.1</d2p1:PercentActiveIngredientForCanadaTag> <d2p1:PostedWarning>true</d2p1:PostedWarning> <d2p1:Pressure1>sample string 37</d2p1:Pressure1> <d2p1:Pressure2>sample string 40</d2p1:Pressure2> <d2p1:Pressure3>sample string 43</d2p1:Pressure3> <d2p1:Pressure4>sample string 46</d2p1:Pressure4> <d2p1:Pressure5>sample string 49</d2p1:Pressure5> <d2p1:Pressure6>sample string 52</d2p1:Pressure6> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:Prop65>true</d2p1:Prop65> <d2p1:Prop65ToxicityCancer>true</d2p1:Prop65ToxicityCancer> <d2p1:Prop65ToxicityCancerChemicals>sample string 80</d2p1:Prop65ToxicityCancerChemicals> <d2p1:Prop65ToxicityDevelopmental>true</d2p1:Prop65ToxicityDevelopmental> <d2p1:Prop65ToxicityDevelopmentalChemicals>sample string 82</d2p1:Prop65ToxicityDevelopmentalChemicals> <d2p1:Pure>true</d2p1:Pure> <d2p1:ReentryIntervalHours>sample string 5</d2p1:ReentryIntervalHours> <d2p1:SafetyComments1>sample string 8</d2p1:SafetyComments1> <d2p1:SafetyComments2>sample string 9</d2p1:SafetyComments2> <d2p1:SafetyComments3>sample string 10</d2p1:SafetyComments3> <d2p1:ShippingManifestPkgQtyIsAlways1>true</d2p1:ShippingManifestPkgQtyIsAlways1> <d2p1:ShippingName>sample string 3</d2p1:ShippingName> <d2p1:Solid>true</d2p1:Solid> <d2p1:Temp1>sample string 38</d2p1:Temp1> <d2p1:Temp2>sample string 41</d2p1:Temp2> <d2p1:Temp3>sample string 44</d2p1:Temp3> <d2p1:Temp4>sample string 47</d2p1:Temp4> <d2p1:Temp5>sample string 50</d2p1:Temp5> <d2p1:Temp6>sample string 53</d2p1:Temp6> <d2p1:Threshold>77.1</d2p1:Threshold> <d2p1:TradeSecret>true</d2p1:TradeSecret> <d2p1:UNNAID>sample string 12</d2p1:UNNAID> </d2p1:Safety> </d2p1:Safety> <d2p1:SeedSize>sample string 61</d2p1:SeedSize> <d2p1:SeedYear>43</d2p1:SeedYear> <d2p1:StateRestrictions> <d2p1:StateRestrictions> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:State>sample string 3</d2p1:State> </d2p1:StateRestrictions> <d2p1:StateRestrictions> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:State>sample string 3</d2p1:State> </d2p1:StateRestrictions> </d2p1:StateRestrictions> <d2p1:StatesWhereProductIsRestrictedFromDistribution> <d2p1:ProductStateRestrictAvailForDist> <d2p1:StateId>sample string 1</d2p1:StateId> </d2p1:ProductStateRestrictAvailForDist> <d2p1:ProductStateRestrictAvailForDist> <d2p1:StateId>sample string 1</d2p1:StateId> </d2p1:ProductStateRestrictAvailForDist> </d2p1:StatesWhereProductIsRestrictedFromDistribution> <d2p1:StorageCodes> <d2p1:StorageCodes> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:StorageCode>sample string 4</d2p1:StorageCode> </d2p1:StorageCodes> <d2p1:StorageCodes> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:StorageCode>sample string 4</d2p1:StorageCode> </d2p1:StorageCodes> </d2p1:StorageCodes> <d2p1:TechnologyGroup>sample string 38</d2p1:TechnologyGroup> <d2p1:TestDate>sample string 49</d2p1:TestDate> <d2p1:Trait>sample string 55</d2p1:Trait> <d2p1:TreatmentCode>sample string 60</d2p1:TreatmentCode> <d2p1:UniqueKey>1</d2p1:UniqueKey> <d2p1:UnitWeight>sample string 15</d2p1:UnitWeight> <d2p1:Variety>sample string 46</d2p1:Variety> <d2p1:WeedPercent>52.1</d2p1:WeedPercent> <d2p1:deleteYN>true</d2p1:deleteYN> </d2p1:Product> <d2p1:Product> <d2p1:Accounts> <d2p1:Accounts> <d2p1:BeginningYearBalance>5.1</d2p1:BeginningYearBalance> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EndOfMonth1>6.1</d2p1:EndOfMonth1> <d2p1:EndOfMonth10>15.1</d2p1:EndOfMonth10> <d2p1:EndOfMonth11>16.1</d2p1:EndOfMonth11> <d2p1:EndOfMonth12>17.1</d2p1:EndOfMonth12> <d2p1:EndOfMonth2>7.1</d2p1:EndOfMonth2> <d2p1:EndOfMonth3>8.1</d2p1:EndOfMonth3> <d2p1:EndOfMonth4>9.1</d2p1:EndOfMonth4> <d2p1:EndOfMonth5>10.1</d2p1:EndOfMonth5> <d2p1:EndOfMonth6>11.1</d2p1:EndOfMonth6> <d2p1:EndOfMonth7>12.1</d2p1:EndOfMonth7> <d2p1:EndOfMonth8>13.1</d2p1:EndOfMonth8> <d2p1:EndOfMonth9>14.1</d2p1:EndOfMonth9> <d2p1:FreightAccount>sample string 21</d2p1:FreightAccount> <d2p1:GrowerStateTaxable>true</d2p1:GrowerStateTaxable> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ProductStateTaxable>true</d2p1:ProductStateTaxable> <d2p1:PurchaseAccount>sample string 20</d2p1:PurchaseAccount> <d2p1:PurchaseDiscount>sample string 22</d2p1:PurchaseDiscount> <d2p1:SalesAccount>sample string 4</d2p1:SalesAccount> <d2p1:SalesTaxable>true</d2p1:SalesTaxable> </d2p1:Accounts> <d2p1:Accounts> <d2p1:BeginningYearBalance>5.1</d2p1:BeginningYearBalance> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EndOfMonth1>6.1</d2p1:EndOfMonth1> <d2p1:EndOfMonth10>15.1</d2p1:EndOfMonth10> <d2p1:EndOfMonth11>16.1</d2p1:EndOfMonth11> <d2p1:EndOfMonth12>17.1</d2p1:EndOfMonth12> <d2p1:EndOfMonth2>7.1</d2p1:EndOfMonth2> <d2p1:EndOfMonth3>8.1</d2p1:EndOfMonth3> <d2p1:EndOfMonth4>9.1</d2p1:EndOfMonth4> <d2p1:EndOfMonth5>10.1</d2p1:EndOfMonth5> <d2p1:EndOfMonth6>11.1</d2p1:EndOfMonth6> <d2p1:EndOfMonth7>12.1</d2p1:EndOfMonth7> <d2p1:EndOfMonth8>13.1</d2p1:EndOfMonth8> <d2p1:EndOfMonth9>14.1</d2p1:EndOfMonth9> <d2p1:FreightAccount>sample string 21</d2p1:FreightAccount> <d2p1:GrowerStateTaxable>true</d2p1:GrowerStateTaxable> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ProductStateTaxable>true</d2p1:ProductStateTaxable> <d2p1:PurchaseAccount>sample string 20</d2p1:PurchaseAccount> <d2p1:PurchaseDiscount>sample string 22</d2p1:PurchaseDiscount> <d2p1:SalesAccount>sample string 4</d2p1:SalesAccount> <d2p1:SalesTaxable>true</d2p1:SalesTaxable> </d2p1:Accounts> </d2p1:Accounts> <d2p1:ActiveIngredient>sample string 25</d2p1:ActiveIngredient> <d2p1:AlternateProductID>sample string 42</d2p1:AlternateProductID> <d2p1:AmountOnHand>sample string 13</d2p1:AmountOnHand> <d2p1:Attributes> <d2p1:Attributes> <d2p1:DisallowDuplicates>true</d2p1:DisallowDuplicates> <d2p1:MaximumLength>8</d2p1:MaximumLength> <d2p1:Name>sample string 6</d2p1:Name> <d2p1:Required>true</d2p1:Required> <d2p1:Value>sample string 5</d2p1:Value> </d2p1:Attributes> <d2p1:Attributes> <d2p1:DisallowDuplicates>true</d2p1:DisallowDuplicates> <d2p1:MaximumLength>8</d2p1:MaximumLength> <d2p1:Name>sample string 6</d2p1:Name> <d2p1:Required>true</d2p1:Required> <d2p1:Value>sample string 5</d2p1:Value> </d2p1:Attributes> </d2p1:Attributes> <d2p1:BarCodeID>sample string 22</d2p1:BarCodeID> <d2p1:BarCodes> <d2p1:BarCodes> <d2p1:Barcode>sample string 4</d2p1:Barcode> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:ProductID>sample string 2</d2p1:ProductID> </d2p1:BarCodes> <d2p1:BarCodes> <d2p1:Barcode>sample string 4</d2p1:Barcode> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:ProductID>sample string 2</d2p1:ProductID> </d2p1:BarCodes> </d2p1:BarCodes> <d2p1:Blends> <d2p1:Blends> <d2p1:Aluminum>81.1</d2p1:Aluminum> <d2p1:AmmoniacalNitrogenPercentOfTotalN>27.1</d2p1:AmmoniacalNitrogenPercentOfTotalN> <d2p1:AmmoniacalNitrogenPercentSlowReleaseN>88.1</d2p1:AmmoniacalNitrogenPercentSlowReleaseN> <d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList>sample string 89</d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList> <d2p1:AvailablePhosphate>34.1</d2p1:AvailablePhosphate> <d2p1:BlendToInventoryRatio>sample string 9</d2p1:BlendToInventoryRatio> <d2p1:BlenderFactor>sample string 10</d2p1:BlenderFactor> <d2p1:BlendingUnits>sample string 5</d2p1:BlendingUnits> <d2p1:ChlorinePercent>39.1</d2p1:ChlorinePercent> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:DirectionsForApplication>sample string 100</d2p1:DirectionsForApplication> <d2p1:HeatingCoolingEnergyBTUPerLB>26.1</d2p1:HeatingCoolingEnergyBTUPerLB> <d2p1:MimimumPercentPassing20MeshSieve>76.1</d2p1:MimimumPercentPassing20MeshSieve> <d2p1:MinimumPercentPassing100MeshSieve>78.1</d2p1:MinimumPercentPassing100MeshSieve> <d2p1:MinimumPercentPassing50MeshSieve>77.1</d2p1:MinimumPercentPassing50MeshSieve> <d2p1:MinimumPercentPassing8MeshSieve>75.1</d2p1:MinimumPercentPassing8MeshSieve> <d2p1:NitrateNitrogenPercentOfTotalN>28.1</d2p1:NitrateNitrogenPercentOfTotalN> <d2p1:NitrateNitrogenPercentSlowRelease>90.1</d2p1:NitrateNitrogenPercentSlowRelease> <d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList>sample string 91</d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList> <d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial>72.1</d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial> <d2p1:NutrientContributorB>sample string 25</d2p1:NutrientContributorB> <d2p1:NutrientContributorCa>sample string 19</d2p1:NutrientContributorCa> <d2p1:NutrientContributorCu>sample string 24</d2p1:NutrientContributorCu> <d2p1:NutrientContributorFe>sample string 22</d2p1:NutrientContributorFe> <d2p1:NutrientContributorK>sample string 16</d2p1:NutrientContributorK> <d2p1:NutrientContributorMg>sample string 20</d2p1:NutrientContributorMg> <d2p1:NutrientContributorMn>sample string 23</d2p1:NutrientContributorMn> <d2p1:NutrientContributorN>sample string 14</d2p1:NutrientContributorN> <d2p1:NutrientContributorP>sample string 15</d2p1:NutrientContributorP> <d2p1:NutrientContributorS>sample string 17</d2p1:NutrientContributorS> <d2p1:NutrientContributorUserDefined>sample string 18</d2p1:NutrientContributorUserDefined> <d2p1:NutrientContributorZn>sample string 21</d2p1:NutrientContributorZn> <d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen>sample string 93</d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen> <d2p1:OtherWaterSolubleNitrogenPercentOfTotalN>29.1</d2p1:OtherWaterSolubleNitrogenPercentOfTotalN> <d2p1:PercentAsCaCO3>67.1</d2p1:PercentAsCaCO3> <d2p1:PercentAsMgCO3>44.1</d2p1:PercentAsMgCO3> <d2p1:PercentCalciumCarbonateEquivalence>70.1</d2p1:PercentCalciumCarbonateEquivalence> <d2p1:PercentCalciumHydroxideCaOH2>74.1</d2p1:PercentCalciumHydroxideCaOH2> <d2p1:PercentCalciumSulfateCaSO4>73.1</d2p1:PercentCalciumSulfateCaSO4> <d2p1:PercentChelatedCopperIf1ChelatedProductInBlend>60.1</d2p1:PercentChelatedCopperIf1ChelatedProductInBlend> <d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend>61.1</d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedIronIf1ChelatedProductInBlend>56.1</d2p1:PercentChelatedIronIf1ChelatedProductInBlend> <d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend>57.1</d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend>43.1</d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend> <d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend>45.1</d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend>48.1</d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend> <d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend>49.1</d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedZincIf1ChelatedProductInBlend>52.1</d2p1:PercentChelatedZincIf1ChelatedProductInBlend> <d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend>53.1</d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend> <d2p1:PercentClay>sample string 13</d2p1:PercentClay> <d2p1:PercentCombinedSulfur>63.1</d2p1:PercentCombinedSulfur> <d2p1:PercentFreeSulfur>64.1</d2p1:PercentFreeSulfur> <d2p1:PercentMoisture>71.1</d2p1:PercentMoisture> <d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen>92.1</d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen> <d2p1:PercentSlowReleasePhosphate>36.1</d2p1:PercentSlowReleasePhosphate> <d2p1:PercentSlowReleasePotassium>40.1</d2p1:PercentSlowReleasePotassium> <d2p1:PercentSolidMaterial>sample string 11</d2p1:PercentSolidMaterial> <d2p1:PercentWater>sample string 12</d2p1:PercentWater> <d2p1:PercentWaterSolubleCopper>59.1</d2p1:PercentWaterSolubleCopper> <d2p1:PercentWaterSolubleIron>55.1</d2p1:PercentWaterSolubleIron> <d2p1:PercentWaterSolubleMagnesium>42.1</d2p1:PercentWaterSolubleMagnesium> <d2p1:PercentWaterSolubleManganese>47.1</d2p1:PercentWaterSolubleManganese> <d2p1:PercentWaterSolubleZinc>51.1</d2p1:PercentWaterSolubleZinc> <d2p1:ProductDensity>sample string 3</d2p1:ProductDensity> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ProductSpecificTagWarning1>sample string 83</d2p1:ProductSpecificTagWarning1> <d2p1:ProductSpecificTagWarning2>sample string 84</d2p1:ProductSpecificTagWarning2> <d2p1:PurposeOfProduct>sample string 99</d2p1:PurposeOfProduct> <d2p1:RatePerAcreUnits>sample string 4</d2p1:RatePerAcreUnits> <d2p1:RateToBlendingRatio>sample string 8</d2p1:RateToBlendingRatio> <d2p1:RecommendedRatePerAcre>sample string 7</d2p1:RecommendedRatePerAcre> <d2p1:SaltIndex>69.1</d2p1:SaltIndex> <d2p1:SolublePotash>38.1</d2p1:SolublePotash> <d2p1:SpecificGravity>98.1</d2p1:SpecificGravity> <d2p1:TonnageTaxMaterialOrFertilizerCode>sample string 82</d2p1:TonnageTaxMaterialOrFertilizerCode> <d2p1:TotalPhosphate>35.1</d2p1:TotalPhosphate> <d2p1:UreaNitrogenPercentOfTotalN>30.1</d2p1:UreaNitrogenPercentOfTotalN> <d2p1:UreaNitrogenPercentSlowRelease>94.1</d2p1:UreaNitrogenPercentSlowRelease> <d2p1:UreaNitrogenSlowReleaseDerivedFromProductList>sample string 95</d2p1:UreaNitrogenSlowReleaseDerivedFromProductList> <d2p1:WaterInsolubleNitrogenPercentOfTotalN>31.1</d2p1:WaterInsolubleNitrogenPercentOfTotalN> <d2p1:WaterInsolubleNitrogenPercentSlowRelease>96.1</d2p1:WaterInsolubleNitrogenPercentSlowRelease> </d2p1:Blends> <d2p1:Blends> <d2p1:Aluminum>81.1</d2p1:Aluminum> <d2p1:AmmoniacalNitrogenPercentOfTotalN>27.1</d2p1:AmmoniacalNitrogenPercentOfTotalN> <d2p1:AmmoniacalNitrogenPercentSlowReleaseN>88.1</d2p1:AmmoniacalNitrogenPercentSlowReleaseN> <d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList>sample string 89</d2p1:AmmoniacalNitrogenSlowReleaseDerivedFromProductList> <d2p1:AvailablePhosphate>34.1</d2p1:AvailablePhosphate> <d2p1:BlendToInventoryRatio>sample string 9</d2p1:BlendToInventoryRatio> <d2p1:BlenderFactor>sample string 10</d2p1:BlenderFactor> <d2p1:BlendingUnits>sample string 5</d2p1:BlendingUnits> <d2p1:ChlorinePercent>39.1</d2p1:ChlorinePercent> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:DirectionsForApplication>sample string 100</d2p1:DirectionsForApplication> <d2p1:HeatingCoolingEnergyBTUPerLB>26.1</d2p1:HeatingCoolingEnergyBTUPerLB> <d2p1:MimimumPercentPassing20MeshSieve>76.1</d2p1:MimimumPercentPassing20MeshSieve> <d2p1:MinimumPercentPassing100MeshSieve>78.1</d2p1:MinimumPercentPassing100MeshSieve> <d2p1:MinimumPercentPassing50MeshSieve>77.1</d2p1:MinimumPercentPassing50MeshSieve> <d2p1:MinimumPercentPassing8MeshSieve>75.1</d2p1:MinimumPercentPassing8MeshSieve> <d2p1:NitrateNitrogenPercentOfTotalN>28.1</d2p1:NitrateNitrogenPercentOfTotalN> <d2p1:NitrateNitrogenPercentSlowRelease>90.1</d2p1:NitrateNitrogenPercentSlowRelease> <d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList>sample string 91</d2p1:NitrateNitrogenSlowReleaseDerivedFromProductList> <d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial>72.1</d2p1:NumberOfLbsEqualToOneTonOfStandardLimingMaterial> <d2p1:NutrientContributorB>sample string 25</d2p1:NutrientContributorB> <d2p1:NutrientContributorCa>sample string 19</d2p1:NutrientContributorCa> <d2p1:NutrientContributorCu>sample string 24</d2p1:NutrientContributorCu> <d2p1:NutrientContributorFe>sample string 22</d2p1:NutrientContributorFe> <d2p1:NutrientContributorK>sample string 16</d2p1:NutrientContributorK> <d2p1:NutrientContributorMg>sample string 20</d2p1:NutrientContributorMg> <d2p1:NutrientContributorMn>sample string 23</d2p1:NutrientContributorMn> <d2p1:NutrientContributorN>sample string 14</d2p1:NutrientContributorN> <d2p1:NutrientContributorP>sample string 15</d2p1:NutrientContributorP> <d2p1:NutrientContributorS>sample string 17</d2p1:NutrientContributorS> <d2p1:NutrientContributorUserDefined>sample string 18</d2p1:NutrientContributorUserDefined> <d2p1:NutrientContributorZn>sample string 21</d2p1:NutrientContributorZn> <d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen>sample string 93</d2p1:OtherWaterSolubleAndWaterInsolubleNitrogen> <d2p1:OtherWaterSolubleNitrogenPercentOfTotalN>29.1</d2p1:OtherWaterSolubleNitrogenPercentOfTotalN> <d2p1:PercentAsCaCO3>67.1</d2p1:PercentAsCaCO3> <d2p1:PercentAsMgCO3>44.1</d2p1:PercentAsMgCO3> <d2p1:PercentCalciumCarbonateEquivalence>70.1</d2p1:PercentCalciumCarbonateEquivalence> <d2p1:PercentCalciumHydroxideCaOH2>74.1</d2p1:PercentCalciumHydroxideCaOH2> <d2p1:PercentCalciumSulfateCaSO4>73.1</d2p1:PercentCalciumSulfateCaSO4> <d2p1:PercentChelatedCopperIf1ChelatedProductInBlend>60.1</d2p1:PercentChelatedCopperIf1ChelatedProductInBlend> <d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend>61.1</d2p1:PercentChelatedCopperIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedIronIf1ChelatedProductInBlend>56.1</d2p1:PercentChelatedIronIf1ChelatedProductInBlend> <d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend>57.1</d2p1:PercentChelatedIronIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend>43.1</d2p1:PercentChelatedMagnesiumIf1ChelatedProductInBlend> <d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend>45.1</d2p1:PercentChelatedMagnesiumIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend>48.1</d2p1:PercentChelatedManganeseIf1ChelatedProductInBlend> <d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend>49.1</d2p1:PercentChelatedManganeseIf2OrMoreChelatedProductsInBlend> <d2p1:PercentChelatedZincIf1ChelatedProductInBlend>52.1</d2p1:PercentChelatedZincIf1ChelatedProductInBlend> <d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend>53.1</d2p1:PercentChelatedZincIf2OrMoreChelatedProductsInBlend> <d2p1:PercentClay>sample string 13</d2p1:PercentClay> <d2p1:PercentCombinedSulfur>63.1</d2p1:PercentCombinedSulfur> <d2p1:PercentFreeSulfur>64.1</d2p1:PercentFreeSulfur> <d2p1:PercentMoisture>71.1</d2p1:PercentMoisture> <d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen>92.1</d2p1:PercentSlowReleaseOtherWaterSolubleNitrogen> <d2p1:PercentSlowReleasePhosphate>36.1</d2p1:PercentSlowReleasePhosphate> <d2p1:PercentSlowReleasePotassium>40.1</d2p1:PercentSlowReleasePotassium> <d2p1:PercentSolidMaterial>sample string 11</d2p1:PercentSolidMaterial> <d2p1:PercentWater>sample string 12</d2p1:PercentWater> <d2p1:PercentWaterSolubleCopper>59.1</d2p1:PercentWaterSolubleCopper> <d2p1:PercentWaterSolubleIron>55.1</d2p1:PercentWaterSolubleIron> <d2p1:PercentWaterSolubleMagnesium>42.1</d2p1:PercentWaterSolubleMagnesium> <d2p1:PercentWaterSolubleManganese>47.1</d2p1:PercentWaterSolubleManganese> <d2p1:PercentWaterSolubleZinc>51.1</d2p1:PercentWaterSolubleZinc> <d2p1:ProductDensity>sample string 3</d2p1:ProductDensity> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ProductSpecificTagWarning1>sample string 83</d2p1:ProductSpecificTagWarning1> <d2p1:ProductSpecificTagWarning2>sample string 84</d2p1:ProductSpecificTagWarning2> <d2p1:PurposeOfProduct>sample string 99</d2p1:PurposeOfProduct> <d2p1:RatePerAcreUnits>sample string 4</d2p1:RatePerAcreUnits> <d2p1:RateToBlendingRatio>sample string 8</d2p1:RateToBlendingRatio> <d2p1:RecommendedRatePerAcre>sample string 7</d2p1:RecommendedRatePerAcre> <d2p1:SaltIndex>69.1</d2p1:SaltIndex> <d2p1:SolublePotash>38.1</d2p1:SolublePotash> <d2p1:SpecificGravity>98.1</d2p1:SpecificGravity> <d2p1:TonnageTaxMaterialOrFertilizerCode>sample string 82</d2p1:TonnageTaxMaterialOrFertilizerCode> <d2p1:TotalPhosphate>35.1</d2p1:TotalPhosphate> <d2p1:UreaNitrogenPercentOfTotalN>30.1</d2p1:UreaNitrogenPercentOfTotalN> <d2p1:UreaNitrogenPercentSlowRelease>94.1</d2p1:UreaNitrogenPercentSlowRelease> <d2p1:UreaNitrogenSlowReleaseDerivedFromProductList>sample string 95</d2p1:UreaNitrogenSlowReleaseDerivedFromProductList> <d2p1:WaterInsolubleNitrogenPercentOfTotalN>31.1</d2p1:WaterInsolubleNitrogenPercentOfTotalN> <d2p1:WaterInsolubleNitrogenPercentSlowRelease>96.1</d2p1:WaterInsolubleNitrogenPercentSlowRelease> </d2p1:Blends> </d2p1:Blends> <d2p1:BrandName>sample string 56</d2p1:BrandName> <d2p1:CASNumbers> <d2p1:CASNumbers> <d2p1:CASNumber>sample string 4</d2p1:CASNumber> <d2p1:ChemicalName>sample string 6</d2p1:ChemicalName> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EHS>true</d2p1:EHS> <d2p1:FUSFriendlyName>sample string 12</d2p1:FUSFriendlyName> <d2p1:Key>sample string 11</d2p1:Key> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:MinimumReportableQuantity>5.1</d2p1:MinimumReportableQuantity> <d2p1:PercentActive>7.1</d2p1:PercentActive> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ThresholdPlanQty>9.1</d2p1:ThresholdPlanQty> <d2p1:ThresholdReportQty>10.1</d2p1:ThresholdReportQty> </d2p1:CASNumbers> <d2p1:CASNumbers> <d2p1:CASNumber>sample string 4</d2p1:CASNumber> <d2p1:ChemicalName>sample string 6</d2p1:ChemicalName> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EHS>true</d2p1:EHS> <d2p1:FUSFriendlyName>sample string 12</d2p1:FUSFriendlyName> <d2p1:Key>sample string 11</d2p1:Key> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:MinimumReportableQuantity>5.1</d2p1:MinimumReportableQuantity> <d2p1:PercentActive>7.1</d2p1:PercentActive> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ThresholdPlanQty>9.1</d2p1:ThresholdPlanQty> <d2p1:ThresholdReportQty>10.1</d2p1:ThresholdReportQty> </d2p1:CASNumbers> </d2p1:CASNumbers> <d2p1:Classifications> <d2p1:Classifications> <d2p1:Name>sample string 6</d2p1:Name> </d2p1:Classifications> <d2p1:Classifications> <d2p1:Name>sample string 6</d2p1:Name> </d2p1:Classifications> </d2p1:Classifications> <d2p1:CommodityRef>sample string 40</d2p1:CommodityRef> <d2p1:Consignment>true</d2p1:Consignment> <d2p1:ContainerRequiredOnPOS>true</d2p1:ContainerRequiredOnPOS> <d2p1:Crop>sample string 44</d2p1:Crop> <d2p1:CrossRef1>sample string 18</d2p1:CrossRef1> <d2p1:CrossRef2>sample string 19</d2p1:CrossRef2> <d2p1:CrossRef3>sample string 20</d2p1:CrossRef3> <d2p1:CrossRef4>sample string 21</d2p1:CrossRef4> <d2p1:DepartmentID>sample string 2</d2p1:DepartmentID> <d2p1:DepartmentName>sample string 3</d2p1:DepartmentName> <d2p1:DepartmentScale>79</d2p1:DepartmentScale> <d2p1:DryOrLiquid>sample string 24</d2p1:DryOrLiquid> <d2p1:EDIReportable>true</d2p1:EDIReportable> <d2p1:EPANumber>sample string 9</d2p1:EPANumber> <d2p1:ExtraCharges> <d2p1:ExtraCharges> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:ExtraChargeID>sample string 4</d2p1:ExtraChargeID> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:ProductID>sample string 2</d2p1:ProductID> </d2p1:ExtraCharges> <d2p1:ExtraCharges> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:ExtraChargeID>sample string 4</d2p1:ExtraChargeID> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:ProductID>sample string 2</d2p1:ProductID> </d2p1:ExtraCharges> </d2p1:ExtraCharges> <d2p1:FederallyRestricted>true</d2p1:FederallyRestricted> <d2p1:GTIN>sample string 63</d2p1:GTIN> <d2p1:GermPercent>53.1</d2p1:GermPercent> <d2p1:HardPercent>54.1</d2p1:HardPercent> <d2p1:Inactive>true</d2p1:Inactive> <d2p1:InertPercent>51.1</d2p1:InertPercent> <d2p1:Ingredients> <d2p1:Ingredients> <d2p1:B>true</d2p1:B> <d2p1:Ca>true</d2p1:Ca> <d2p1:Cu>true</d2p1:Cu> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:Ext1>true</d2p1:Ext1> <d2p1:Ext2>true</d2p1:Ext2> <d2p1:Ext3>true</d2p1:Ext3> <d2p1:Ext4>true</d2p1:Ext4> <d2p1:Ext5>true</d2p1:Ext5> <d2p1:Ext6>true</d2p1:Ext6> <d2p1:ExtraData1>sample string 23</d2p1:ExtraData1> <d2p1:Fe>true</d2p1:Fe> <d2p1:Ingredient>sample string 4</d2p1:Ingredient> <d2p1:K>true</d2p1:K> <d2p1:Lineitem>3</d2p1:Lineitem> <d2p1:Mg>true</d2p1:Mg> <d2p1:Mn>true</d2p1:Mn> <d2p1:N>true</d2p1:N> <d2p1:P>true</d2p1:P> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:S>true</d2p1:S> <d2p1:UD>true</d2p1:UD> <d2p1:Zn>true</d2p1:Zn> </d2p1:Ingredients> <d2p1:Ingredients> <d2p1:B>true</d2p1:B> <d2p1:Ca>true</d2p1:Ca> <d2p1:Cu>true</d2p1:Cu> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:Ext1>true</d2p1:Ext1> <d2p1:Ext2>true</d2p1:Ext2> <d2p1:Ext3>true</d2p1:Ext3> <d2p1:Ext4>true</d2p1:Ext4> <d2p1:Ext5>true</d2p1:Ext5> <d2p1:Ext6>true</d2p1:Ext6> <d2p1:ExtraData1>sample string 23</d2p1:ExtraData1> <d2p1:Fe>true</d2p1:Fe> <d2p1:Ingredient>sample string 4</d2p1:Ingredient> <d2p1:K>true</d2p1:K> <d2p1:Lineitem>3</d2p1:Lineitem> <d2p1:Mg>true</d2p1:Mg> <d2p1:Mn>true</d2p1:Mn> <d2p1:N>true</d2p1:N> <d2p1:P>true</d2p1:P> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:S>true</d2p1:S> <d2p1:UD>true</d2p1:UD> <d2p1:Zn>true</d2p1:Zn> </d2p1:Ingredients> </d2p1:Ingredients> <d2p1:InventoryUnits>sample string 12</d2p1:InventoryUnits> <d2p1:InvoiceLineItemComment>sample string 34</d2p1:InvoiceLineItemComment> <d2p1:IsAnalysis>true</d2p1:IsAnalysis> <d2p1:IsBioTech>true</d2p1:IsBioTech> <d2p1:IsInsectResistantMaterial>true</d2p1:IsInsectResistantMaterial> <d2p1:Kind>sample string 47</d2p1:Kind> <d2p1:LastModifiedUTC>2024-11-21T09:47:40.5550964+00:00</d2p1:LastModifiedUTC> <d2p1:LotAttributes> <d2p1:LotAttributes> <d2p1:AttributeValue>sample string 6</d2p1:AttributeValue> <d2p1:DepartmentID>sample string 3</d2p1:DepartmentID> <d2p1:LotNumber>sample string 5</d2p1:LotNumber> <d2p1:MasterCrossRefNamesKey>2</d2p1:MasterCrossRefNamesKey> <d2p1:ProdLotAttributesKey>1</d2p1:ProdLotAttributesKey> <d2p1:ProductID>sample string 4</d2p1:ProductID> </d2p1:LotAttributes> <d2p1:LotAttributes> <d2p1:AttributeValue>sample string 6</d2p1:AttributeValue> <d2p1:DepartmentID>sample string 3</d2p1:DepartmentID> <d2p1:LotNumber>sample string 5</d2p1:LotNumber> <d2p1:MasterCrossRefNamesKey>2</d2p1:MasterCrossRefNamesKey> <d2p1:ProdLotAttributesKey>1</d2p1:ProdLotAttributesKey> <d2p1:ProductID>sample string 4</d2p1:ProductID> </d2p1:LotAttributes> </d2p1:LotAttributes> <d2p1:Lots> <d2p1:Lots> <d2p1:BeginningBalance>4.1</d2p1:BeginningBalance> <d2p1:CalculatedBalance>9.1</d2p1:CalculatedBalance> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:ExpireDate>sample string 6</d2p1:ExpireDate> <d2p1:InActive>true</d2p1:InActive> <d2p1:LotNumber>sample string 3</d2p1:LotNumber> <d2p1:MPSGuid>sample string 7</d2p1:MPSGuid> <d2p1:MPSStatus>8</d2p1:MPSStatus> <d2p1:ProductID>sample string 2</d2p1:ProductID> </d2p1:Lots> <d2p1:Lots> <d2p1:BeginningBalance>4.1</d2p1:BeginningBalance> <d2p1:CalculatedBalance>9.1</d2p1:CalculatedBalance> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:ExpireDate>sample string 6</d2p1:ExpireDate> <d2p1:InActive>true</d2p1:InActive> <d2p1:LotNumber>sample string 3</d2p1:LotNumber> <d2p1:MPSGuid>sample string 7</d2p1:MPSGuid> <d2p1:MPSStatus>8</d2p1:MPSStatus> <d2p1:ProductID>sample string 2</d2p1:ProductID> </d2p1:Lots> </d2p1:Lots> <d2p1:MPSCode>sample string 68</d2p1:MPSCode> <d2p1:MPSDescription>sample string 69</d2p1:MPSDescription> <d2p1:MPSGuid>sample string 66</d2p1:MPSGuid> <d2p1:MPSMaxSetPoint>73.1</d2p1:MPSMaxSetPoint> <d2p1:MPSMinSetPoint>72.1</d2p1:MPSMinSetPoint> <d2p1:MPSOutOfFieldRate>75.1</d2p1:MPSOutOfFieldRate> <d2p1:MPSProductCategoryKey>sample string 67</d2p1:MPSProductCategoryKey> <d2p1:MPSProductForm>70</d2p1:MPSProductForm> <d2p1:MPSRoundRecMethodInt>76</d2p1:MPSRoundRecMethodInt> <d2p1:MPSRoundRecValue>77.1</d2p1:MPSRoundRecValue> <d2p1:MPSSwitchSetPoint>74.1</d2p1:MPSSwitchSetPoint> <d2p1:Manufacturer>sample string 5</d2p1:Manufacturer> <d2p1:ManufacturerPartNumber>sample string 41</d2p1:ManufacturerPartNumber> <d2p1:MapXRefGUID>sample string 78</d2p1:MapXRefGUID> <d2p1:NeedsFieldCoordinates>true</d2p1:NeedsFieldCoordinates> <d2p1:OnHold>true</d2p1:OnHold> <d2p1:OrderQuantityMultiple>62.1</d2p1:OrderQuantityMultiple> <d2p1:Origin>sample string 48</d2p1:Origin> <d2p1:PackageSize>sample string 16</d2p1:PackageSize> <d2p1:PackageUnits>sample string 17</d2p1:PackageUnits> <d2p1:PotentiallyHazardous>true</d2p1:PotentiallyHazardous> <d2p1:Prices> <d2p1:Prices> <d2p1:AverageCost>sample string 5</d2p1:AverageCost> <d2p1:BillingDivisor>sample string 4</d2p1:BillingDivisor> <d2p1:BillingUnits>sample string 3</d2p1:BillingUnits> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EstimatedAverageCost>33.1</d2p1:EstimatedAverageCost> <d2p1:FormulaAmount0>84.1</d2p1:FormulaAmount0> <d2p1:FormulaAmount1>85.1</d2p1:FormulaAmount1> <d2p1:FormulaAmount10>94.1</d2p1:FormulaAmount10> <d2p1:FormulaAmount11>95.1</d2p1:FormulaAmount11> <d2p1:FormulaAmount12>96.1</d2p1:FormulaAmount12> <d2p1:FormulaAmount13>97.1</d2p1:FormulaAmount13> <d2p1:FormulaAmount14>98.1</d2p1:FormulaAmount14> <d2p1:FormulaAmount15>99.1</d2p1:FormulaAmount15> <d2p1:FormulaAmount16>100.1</d2p1:FormulaAmount16> <d2p1:FormulaAmount17>101.1</d2p1:FormulaAmount17> <d2p1:FormulaAmount18>102.1</d2p1:FormulaAmount18> <d2p1:FormulaAmount19>103.1</d2p1:FormulaAmount19> <d2p1:FormulaAmount2>86.1</d2p1:FormulaAmount2> <d2p1:FormulaAmount20>104.1</d2p1:FormulaAmount20> <d2p1:FormulaAmount21>105.1</d2p1:FormulaAmount21> <d2p1:FormulaAmount22>106.1</d2p1:FormulaAmount22> <d2p1:FormulaAmount23>107.1</d2p1:FormulaAmount23> <d2p1:FormulaAmount24>108.1</d2p1:FormulaAmount24> <d2p1:FormulaAmount3>87.1</d2p1:FormulaAmount3> <d2p1:FormulaAmount4>88.1</d2p1:FormulaAmount4> <d2p1:FormulaAmount5>89.1</d2p1:FormulaAmount5> <d2p1:FormulaAmount6>90.1</d2p1:FormulaAmount6> <d2p1:FormulaAmount7>91.1</d2p1:FormulaAmount7> <d2p1:FormulaAmount8>92.1</d2p1:FormulaAmount8> <d2p1:FormulaAmount9>93.1</d2p1:FormulaAmount9> <d2p1:FormulaAmountAC>111.1</d2p1:FormulaAmountAC> <d2p1:FormulaAmountEAC>120.1</d2p1:FormulaAmountEAC> <d2p1:FormulaAmountLC>114.1</d2p1:FormulaAmountLC> <d2p1:FormulaAmountRC>117.1</d2p1:FormulaAmountRC> <d2p1:FormulaAmountRC2>126.1</d2p1:FormulaAmountRC2> <d2p1:FormulaAmountRC3>129.1</d2p1:FormulaAmountRC3> <d2p1:FormulaAmountRC4>132.1</d2p1:FormulaAmountRC4> <d2p1:FormulaSource0>34</d2p1:FormulaSource0> <d2p1:FormulaSource1>35</d2p1:FormulaSource1> <d2p1:FormulaSource10>44</d2p1:FormulaSource10> <d2p1:FormulaSource11>45</d2p1:FormulaSource11> <d2p1:FormulaSource12>46</d2p1:FormulaSource12> <d2p1:FormulaSource13>47</d2p1:FormulaSource13> <d2p1:FormulaSource14>48</d2p1:FormulaSource14> <d2p1:FormulaSource15>49</d2p1:FormulaSource15> <d2p1:FormulaSource16>50</d2p1:FormulaSource16> <d2p1:FormulaSource17>51</d2p1:FormulaSource17> <d2p1:FormulaSource18>52</d2p1:FormulaSource18> <d2p1:FormulaSource19>53</d2p1:FormulaSource19> <d2p1:FormulaSource2>36</d2p1:FormulaSource2> <d2p1:FormulaSource20>54</d2p1:FormulaSource20> <d2p1:FormulaSource21>55</d2p1:FormulaSource21> <d2p1:FormulaSource22>56</d2p1:FormulaSource22> <d2p1:FormulaSource23>57</d2p1:FormulaSource23> <d2p1:FormulaSource24>58</d2p1:FormulaSource24> <d2p1:FormulaSource3>37</d2p1:FormulaSource3> <d2p1:FormulaSource4>38</d2p1:FormulaSource4> <d2p1:FormulaSource5>39</d2p1:FormulaSource5> <d2p1:FormulaSource6>40</d2p1:FormulaSource6> <d2p1:FormulaSource7>41</d2p1:FormulaSource7> <d2p1:FormulaSource8>42</d2p1:FormulaSource8> <d2p1:FormulaSource9>43</d2p1:FormulaSource9> <d2p1:FormulaSourceAC>109</d2p1:FormulaSourceAC> <d2p1:FormulaSourceEAC>118</d2p1:FormulaSourceEAC> <d2p1:FormulaSourceLC>112</d2p1:FormulaSourceLC> <d2p1:FormulaSourceRC>115</d2p1:FormulaSourceRC> <d2p1:FormulaSourceRC2>124</d2p1:FormulaSourceRC2> <d2p1:FormulaSourceRC3>127</d2p1:FormulaSourceRC3> <d2p1:FormulaSourceRC4>130</d2p1:FormulaSourceRC4> <d2p1:FormulaType0>sample string 59</d2p1:FormulaType0> <d2p1:FormulaType1>sample string 60</d2p1:FormulaType1> <d2p1:FormulaType10>sample string 69</d2p1:FormulaType10> <d2p1:FormulaType11>sample string 70</d2p1:FormulaType11> <d2p1:FormulaType12>sample string 71</d2p1:FormulaType12> <d2p1:FormulaType13>sample string 72</d2p1:FormulaType13> <d2p1:FormulaType14>sample string 73</d2p1:FormulaType14> <d2p1:FormulaType15>sample string 74</d2p1:FormulaType15> <d2p1:FormulaType16>sample string 75</d2p1:FormulaType16> <d2p1:FormulaType17>sample string 76</d2p1:FormulaType17> <d2p1:FormulaType18>sample string 77</d2p1:FormulaType18> <d2p1:FormulaType19>sample string 78</d2p1:FormulaType19> <d2p1:FormulaType2>sample string 61</d2p1:FormulaType2> <d2p1:FormulaType20>sample string 79</d2p1:FormulaType20> <d2p1:FormulaType21>sample string 80</d2p1:FormulaType21> <d2p1:FormulaType22>sample string 81</d2p1:FormulaType22> <d2p1:FormulaType23>sample string 82</d2p1:FormulaType23> <d2p1:FormulaType24>sample string 83</d2p1:FormulaType24> <d2p1:FormulaType3>sample string 62</d2p1:FormulaType3> <d2p1:FormulaType4>sample string 63</d2p1:FormulaType4> <d2p1:FormulaType5>sample string 64</d2p1:FormulaType5> <d2p1:FormulaType6>sample string 65</d2p1:FormulaType6> <d2p1:FormulaType7>sample string 66</d2p1:FormulaType7> <d2p1:FormulaType8>sample string 67</d2p1:FormulaType8> <d2p1:FormulaType9>sample string 68</d2p1:FormulaType9> <d2p1:FormulaTypeAC>sample string 110</d2p1:FormulaTypeAC> <d2p1:FormulaTypeEAC>sample string 119</d2p1:FormulaTypeEAC> <d2p1:FormulaTypeLC>sample string 113</d2p1:FormulaTypeLC> <d2p1:FormulaTypeRC>sample string 116</d2p1:FormulaTypeRC> <d2p1:FormulaTypeRC2>sample string 125</d2p1:FormulaTypeRC2> <d2p1:FormulaTypeRC3>sample string 128</d2p1:FormulaTypeRC3> <d2p1:FormulaTypeRC4>sample string 131</d2p1:FormulaTypeRC4> <d2p1:LastPurchaseCost>sample string 7</d2p1:LastPurchaseCost> <d2p1:List>sample string 6</d2p1:List> <d2p1:PriceLevel1>sample string 8</d2p1:PriceLevel1> <d2p1:PriceLevel10>sample string 18</d2p1:PriceLevel10> <d2p1:PriceLevel11>sample string 19</d2p1:PriceLevel11> <d2p1:PriceLevel12>sample string 20</d2p1:PriceLevel12> <d2p1:PriceLevel13>sample string 21</d2p1:PriceLevel13> <d2p1:PriceLevel14>sample string 22</d2p1:PriceLevel14> <d2p1:PriceLevel15>sample string 23</d2p1:PriceLevel15> <d2p1:PriceLevel16>sample string 24</d2p1:PriceLevel16> <d2p1:PriceLevel17>sample string 25</d2p1:PriceLevel17> <d2p1:PriceLevel18>sample string 26</d2p1:PriceLevel18> <d2p1:PriceLevel19>sample string 27</d2p1:PriceLevel19> <d2p1:PriceLevel2>sample string 9</d2p1:PriceLevel2> <d2p1:PriceLevel20>sample string 28</d2p1:PriceLevel20> <d2p1:PriceLevel21>sample string 29</d2p1:PriceLevel21> <d2p1:PriceLevel22>sample string 30</d2p1:PriceLevel22> <d2p1:PriceLevel23>sample string 31</d2p1:PriceLevel23> <d2p1:PriceLevel24>sample string 32</d2p1:PriceLevel24> <d2p1:PriceLevel3>sample string 10</d2p1:PriceLevel3> <d2p1:PriceLevel4>sample string 11</d2p1:PriceLevel4> <d2p1:PriceLevel5>sample string 12</d2p1:PriceLevel5> <d2p1:PriceLevel6>sample string 13</d2p1:PriceLevel6> <d2p1:PriceLevel7>sample string 14</d2p1:PriceLevel7> <d2p1:PriceLevel8>sample string 15</d2p1:PriceLevel8> <d2p1:PriceLevel9>sample string 17</d2p1:PriceLevel9> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ProfitMargin>16.1</d2p1:ProfitMargin> <d2p1:ReplacementCost2>121.1</d2p1:ReplacementCost2> <d2p1:ReplacementCost3>122.1</d2p1:ReplacementCost3> <d2p1:ReplacementCost4>123.1</d2p1:ReplacementCost4> </d2p1:Prices> <d2p1:Prices> <d2p1:AverageCost>sample string 5</d2p1:AverageCost> <d2p1:BillingDivisor>sample string 4</d2p1:BillingDivisor> <d2p1:BillingUnits>sample string 3</d2p1:BillingUnits> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EstimatedAverageCost>33.1</d2p1:EstimatedAverageCost> <d2p1:FormulaAmount0>84.1</d2p1:FormulaAmount0> <d2p1:FormulaAmount1>85.1</d2p1:FormulaAmount1> <d2p1:FormulaAmount10>94.1</d2p1:FormulaAmount10> <d2p1:FormulaAmount11>95.1</d2p1:FormulaAmount11> <d2p1:FormulaAmount12>96.1</d2p1:FormulaAmount12> <d2p1:FormulaAmount13>97.1</d2p1:FormulaAmount13> <d2p1:FormulaAmount14>98.1</d2p1:FormulaAmount14> <d2p1:FormulaAmount15>99.1</d2p1:FormulaAmount15> <d2p1:FormulaAmount16>100.1</d2p1:FormulaAmount16> <d2p1:FormulaAmount17>101.1</d2p1:FormulaAmount17> <d2p1:FormulaAmount18>102.1</d2p1:FormulaAmount18> <d2p1:FormulaAmount19>103.1</d2p1:FormulaAmount19> <d2p1:FormulaAmount2>86.1</d2p1:FormulaAmount2> <d2p1:FormulaAmount20>104.1</d2p1:FormulaAmount20> <d2p1:FormulaAmount21>105.1</d2p1:FormulaAmount21> <d2p1:FormulaAmount22>106.1</d2p1:FormulaAmount22> <d2p1:FormulaAmount23>107.1</d2p1:FormulaAmount23> <d2p1:FormulaAmount24>108.1</d2p1:FormulaAmount24> <d2p1:FormulaAmount3>87.1</d2p1:FormulaAmount3> <d2p1:FormulaAmount4>88.1</d2p1:FormulaAmount4> <d2p1:FormulaAmount5>89.1</d2p1:FormulaAmount5> <d2p1:FormulaAmount6>90.1</d2p1:FormulaAmount6> <d2p1:FormulaAmount7>91.1</d2p1:FormulaAmount7> <d2p1:FormulaAmount8>92.1</d2p1:FormulaAmount8> <d2p1:FormulaAmount9>93.1</d2p1:FormulaAmount9> <d2p1:FormulaAmountAC>111.1</d2p1:FormulaAmountAC> <d2p1:FormulaAmountEAC>120.1</d2p1:FormulaAmountEAC> <d2p1:FormulaAmountLC>114.1</d2p1:FormulaAmountLC> <d2p1:FormulaAmountRC>117.1</d2p1:FormulaAmountRC> <d2p1:FormulaAmountRC2>126.1</d2p1:FormulaAmountRC2> <d2p1:FormulaAmountRC3>129.1</d2p1:FormulaAmountRC3> <d2p1:FormulaAmountRC4>132.1</d2p1:FormulaAmountRC4> <d2p1:FormulaSource0>34</d2p1:FormulaSource0> <d2p1:FormulaSource1>35</d2p1:FormulaSource1> <d2p1:FormulaSource10>44</d2p1:FormulaSource10> <d2p1:FormulaSource11>45</d2p1:FormulaSource11> <d2p1:FormulaSource12>46</d2p1:FormulaSource12> <d2p1:FormulaSource13>47</d2p1:FormulaSource13> <d2p1:FormulaSource14>48</d2p1:FormulaSource14> <d2p1:FormulaSource15>49</d2p1:FormulaSource15> <d2p1:FormulaSource16>50</d2p1:FormulaSource16> <d2p1:FormulaSource17>51</d2p1:FormulaSource17> <d2p1:FormulaSource18>52</d2p1:FormulaSource18> <d2p1:FormulaSource19>53</d2p1:FormulaSource19> <d2p1:FormulaSource2>36</d2p1:FormulaSource2> <d2p1:FormulaSource20>54</d2p1:FormulaSource20> <d2p1:FormulaSource21>55</d2p1:FormulaSource21> <d2p1:FormulaSource22>56</d2p1:FormulaSource22> <d2p1:FormulaSource23>57</d2p1:FormulaSource23> <d2p1:FormulaSource24>58</d2p1:FormulaSource24> <d2p1:FormulaSource3>37</d2p1:FormulaSource3> <d2p1:FormulaSource4>38</d2p1:FormulaSource4> <d2p1:FormulaSource5>39</d2p1:FormulaSource5> <d2p1:FormulaSource6>40</d2p1:FormulaSource6> <d2p1:FormulaSource7>41</d2p1:FormulaSource7> <d2p1:FormulaSource8>42</d2p1:FormulaSource8> <d2p1:FormulaSource9>43</d2p1:FormulaSource9> <d2p1:FormulaSourceAC>109</d2p1:FormulaSourceAC> <d2p1:FormulaSourceEAC>118</d2p1:FormulaSourceEAC> <d2p1:FormulaSourceLC>112</d2p1:FormulaSourceLC> <d2p1:FormulaSourceRC>115</d2p1:FormulaSourceRC> <d2p1:FormulaSourceRC2>124</d2p1:FormulaSourceRC2> <d2p1:FormulaSourceRC3>127</d2p1:FormulaSourceRC3> <d2p1:FormulaSourceRC4>130</d2p1:FormulaSourceRC4> <d2p1:FormulaType0>sample string 59</d2p1:FormulaType0> <d2p1:FormulaType1>sample string 60</d2p1:FormulaType1> <d2p1:FormulaType10>sample string 69</d2p1:FormulaType10> <d2p1:FormulaType11>sample string 70</d2p1:FormulaType11> <d2p1:FormulaType12>sample string 71</d2p1:FormulaType12> <d2p1:FormulaType13>sample string 72</d2p1:FormulaType13> <d2p1:FormulaType14>sample string 73</d2p1:FormulaType14> <d2p1:FormulaType15>sample string 74</d2p1:FormulaType15> <d2p1:FormulaType16>sample string 75</d2p1:FormulaType16> <d2p1:FormulaType17>sample string 76</d2p1:FormulaType17> <d2p1:FormulaType18>sample string 77</d2p1:FormulaType18> <d2p1:FormulaType19>sample string 78</d2p1:FormulaType19> <d2p1:FormulaType2>sample string 61</d2p1:FormulaType2> <d2p1:FormulaType20>sample string 79</d2p1:FormulaType20> <d2p1:FormulaType21>sample string 80</d2p1:FormulaType21> <d2p1:FormulaType22>sample string 81</d2p1:FormulaType22> <d2p1:FormulaType23>sample string 82</d2p1:FormulaType23> <d2p1:FormulaType24>sample string 83</d2p1:FormulaType24> <d2p1:FormulaType3>sample string 62</d2p1:FormulaType3> <d2p1:FormulaType4>sample string 63</d2p1:FormulaType4> <d2p1:FormulaType5>sample string 64</d2p1:FormulaType5> <d2p1:FormulaType6>sample string 65</d2p1:FormulaType6> <d2p1:FormulaType7>sample string 66</d2p1:FormulaType7> <d2p1:FormulaType8>sample string 67</d2p1:FormulaType8> <d2p1:FormulaType9>sample string 68</d2p1:FormulaType9> <d2p1:FormulaTypeAC>sample string 110</d2p1:FormulaTypeAC> <d2p1:FormulaTypeEAC>sample string 119</d2p1:FormulaTypeEAC> <d2p1:FormulaTypeLC>sample string 113</d2p1:FormulaTypeLC> <d2p1:FormulaTypeRC>sample string 116</d2p1:FormulaTypeRC> <d2p1:FormulaTypeRC2>sample string 125</d2p1:FormulaTypeRC2> <d2p1:FormulaTypeRC3>sample string 128</d2p1:FormulaTypeRC3> <d2p1:FormulaTypeRC4>sample string 131</d2p1:FormulaTypeRC4> <d2p1:LastPurchaseCost>sample string 7</d2p1:LastPurchaseCost> <d2p1:List>sample string 6</d2p1:List> <d2p1:PriceLevel1>sample string 8</d2p1:PriceLevel1> <d2p1:PriceLevel10>sample string 18</d2p1:PriceLevel10> <d2p1:PriceLevel11>sample string 19</d2p1:PriceLevel11> <d2p1:PriceLevel12>sample string 20</d2p1:PriceLevel12> <d2p1:PriceLevel13>sample string 21</d2p1:PriceLevel13> <d2p1:PriceLevel14>sample string 22</d2p1:PriceLevel14> <d2p1:PriceLevel15>sample string 23</d2p1:PriceLevel15> <d2p1:PriceLevel16>sample string 24</d2p1:PriceLevel16> <d2p1:PriceLevel17>sample string 25</d2p1:PriceLevel17> <d2p1:PriceLevel18>sample string 26</d2p1:PriceLevel18> <d2p1:PriceLevel19>sample string 27</d2p1:PriceLevel19> <d2p1:PriceLevel2>sample string 9</d2p1:PriceLevel2> <d2p1:PriceLevel20>sample string 28</d2p1:PriceLevel20> <d2p1:PriceLevel21>sample string 29</d2p1:PriceLevel21> <d2p1:PriceLevel22>sample string 30</d2p1:PriceLevel22> <d2p1:PriceLevel23>sample string 31</d2p1:PriceLevel23> <d2p1:PriceLevel24>sample string 32</d2p1:PriceLevel24> <d2p1:PriceLevel3>sample string 10</d2p1:PriceLevel3> <d2p1:PriceLevel4>sample string 11</d2p1:PriceLevel4> <d2p1:PriceLevel5>sample string 12</d2p1:PriceLevel5> <d2p1:PriceLevel6>sample string 13</d2p1:PriceLevel6> <d2p1:PriceLevel7>sample string 14</d2p1:PriceLevel7> <d2p1:PriceLevel8>sample string 15</d2p1:PriceLevel8> <d2p1:PriceLevel9>sample string 17</d2p1:PriceLevel9> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:ProfitMargin>16.1</d2p1:ProfitMargin> <d2p1:ReplacementCost2>121.1</d2p1:ReplacementCost2> <d2p1:ReplacementCost3>122.1</d2p1:ReplacementCost3> <d2p1:ReplacementCost4>123.1</d2p1:ReplacementCost4> </d2p1:Prices> </d2p1:Prices> <d2p1:ProcessorCode>sample string 59</d2p1:ProcessorCode> <d2p1:ProductID>sample string 4</d2p1:ProductID> <d2p1:ProductName>sample string 7</d2p1:ProductName> <d2p1:PurityPercent>50.1</d2p1:PurityPercent> <d2p1:ReorderLevel>14.1</d2p1:ReorderLevel> <d2p1:ReplacementCost>sample string 23</d2p1:ReplacementCost> <d2p1:SSIGlobalID>64</d2p1:SSIGlobalID> <d2p1:Safety> <d2p1:Safety> <d2p1:AUXAgrianDOTConfig>sample string 69</d2p1:AUXAgrianDOTConfig> <d2p1:AUXAgrianID>sample string 68</d2p1:AUXAgrianID> <d2p1:AUXAgrianSizeID>sample string 70</d2p1:AUXAgrianSizeID> <d2p1:AgrianDOTConfig>sample string 66</d2p1:AgrianDOTConfig> <d2p1:AgrianID>sample string 65</d2p1:AgrianID> <d2p1:AgrianSizeID>sample string 67</d2p1:AgrianSizeID> <d2p1:ContType1>sample string 36</d2p1:ContType1> <d2p1:ContType2>sample string 39</d2p1:ContType2> <d2p1:ContType3>sample string 42</d2p1:ContType3> <d2p1:ContType4>sample string 45</d2p1:ContType4> <d2p1:ContType5>sample string 48</d2p1:ContType5> <d2p1:ContType6>sample string 51</d2p1:ContType6> <d2p1:DOTWarningNote>sample string 64</d2p1:DOTWarningNote> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EHSName>sample string 28</d2p1:EHSName> <d2p1:GHS>true</d2p1:GHS> <d2p1:Gas>true</d2p1:Gas> <d2p1:HazardClass>sample string 6</d2p1:HazardClass> <d2p1:HealthHazardDelayedChronic>true</d2p1:HealthHazardDelayedChronic> <d2p1:HealthHazardFire>true</d2p1:HealthHazardFire> <d2p1:HealthHazardImmediateAcute>true</d2p1:HealthHazardImmediateAcute> <d2p1:HealthHazardReactivity>true</d2p1:HealthHazardReactivity> <d2p1:HealthHazardSuddenReleaseOfPressure>true</d2p1:HealthHazardSuddenReleaseOfPressure> <d2p1:Liquid>true</d2p1:Liquid> <d2p1:Locations>sample string 35</d2p1:Locations> <d2p1:Mix>true</d2p1:Mix> <d2p1:NationalMotorCarrierClass>sample string 4</d2p1:NationalMotorCarrierClass> <d2p1:Optional>true</d2p1:Optional> <d2p1:OralWarning>true</d2p1:OralWarning> <d2p1:PLACARD>sample string 11</d2p1:PLACARD> <d2p1:PackageSizeIsBulk>true</d2p1:PackageSizeIsBulk> <d2p1:PackingGroup>sample string 7</d2p1:PackingGroup> <d2p1:PercentActiveIngredientForCanadaTag>59.1</d2p1:PercentActiveIngredientForCanadaTag> <d2p1:PostedWarning>true</d2p1:PostedWarning> <d2p1:Pressure1>sample string 37</d2p1:Pressure1> <d2p1:Pressure2>sample string 40</d2p1:Pressure2> <d2p1:Pressure3>sample string 43</d2p1:Pressure3> <d2p1:Pressure4>sample string 46</d2p1:Pressure4> <d2p1:Pressure5>sample string 49</d2p1:Pressure5> <d2p1:Pressure6>sample string 52</d2p1:Pressure6> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:Prop65>true</d2p1:Prop65> <d2p1:Prop65ToxicityCancer>true</d2p1:Prop65ToxicityCancer> <d2p1:Prop65ToxicityCancerChemicals>sample string 80</d2p1:Prop65ToxicityCancerChemicals> <d2p1:Prop65ToxicityDevelopmental>true</d2p1:Prop65ToxicityDevelopmental> <d2p1:Prop65ToxicityDevelopmentalChemicals>sample string 82</d2p1:Prop65ToxicityDevelopmentalChemicals> <d2p1:Pure>true</d2p1:Pure> <d2p1:ReentryIntervalHours>sample string 5</d2p1:ReentryIntervalHours> <d2p1:SafetyComments1>sample string 8</d2p1:SafetyComments1> <d2p1:SafetyComments2>sample string 9</d2p1:SafetyComments2> <d2p1:SafetyComments3>sample string 10</d2p1:SafetyComments3> <d2p1:ShippingManifestPkgQtyIsAlways1>true</d2p1:ShippingManifestPkgQtyIsAlways1> <d2p1:ShippingName>sample string 3</d2p1:ShippingName> <d2p1:Solid>true</d2p1:Solid> <d2p1:Temp1>sample string 38</d2p1:Temp1> <d2p1:Temp2>sample string 41</d2p1:Temp2> <d2p1:Temp3>sample string 44</d2p1:Temp3> <d2p1:Temp4>sample string 47</d2p1:Temp4> <d2p1:Temp5>sample string 50</d2p1:Temp5> <d2p1:Temp6>sample string 53</d2p1:Temp6> <d2p1:Threshold>77.1</d2p1:Threshold> <d2p1:TradeSecret>true</d2p1:TradeSecret> <d2p1:UNNAID>sample string 12</d2p1:UNNAID> </d2p1:Safety> <d2p1:Safety> <d2p1:AUXAgrianDOTConfig>sample string 69</d2p1:AUXAgrianDOTConfig> <d2p1:AUXAgrianID>sample string 68</d2p1:AUXAgrianID> <d2p1:AUXAgrianSizeID>sample string 70</d2p1:AUXAgrianSizeID> <d2p1:AgrianDOTConfig>sample string 66</d2p1:AgrianDOTConfig> <d2p1:AgrianID>sample string 65</d2p1:AgrianID> <d2p1:AgrianSizeID>sample string 67</d2p1:AgrianSizeID> <d2p1:ContType1>sample string 36</d2p1:ContType1> <d2p1:ContType2>sample string 39</d2p1:ContType2> <d2p1:ContType3>sample string 42</d2p1:ContType3> <d2p1:ContType4>sample string 45</d2p1:ContType4> <d2p1:ContType5>sample string 48</d2p1:ContType5> <d2p1:ContType6>sample string 51</d2p1:ContType6> <d2p1:DOTWarningNote>sample string 64</d2p1:DOTWarningNote> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:EHSName>sample string 28</d2p1:EHSName> <d2p1:GHS>true</d2p1:GHS> <d2p1:Gas>true</d2p1:Gas> <d2p1:HazardClass>sample string 6</d2p1:HazardClass> <d2p1:HealthHazardDelayedChronic>true</d2p1:HealthHazardDelayedChronic> <d2p1:HealthHazardFire>true</d2p1:HealthHazardFire> <d2p1:HealthHazardImmediateAcute>true</d2p1:HealthHazardImmediateAcute> <d2p1:HealthHazardReactivity>true</d2p1:HealthHazardReactivity> <d2p1:HealthHazardSuddenReleaseOfPressure>true</d2p1:HealthHazardSuddenReleaseOfPressure> <d2p1:Liquid>true</d2p1:Liquid> <d2p1:Locations>sample string 35</d2p1:Locations> <d2p1:Mix>true</d2p1:Mix> <d2p1:NationalMotorCarrierClass>sample string 4</d2p1:NationalMotorCarrierClass> <d2p1:Optional>true</d2p1:Optional> <d2p1:OralWarning>true</d2p1:OralWarning> <d2p1:PLACARD>sample string 11</d2p1:PLACARD> <d2p1:PackageSizeIsBulk>true</d2p1:PackageSizeIsBulk> <d2p1:PackingGroup>sample string 7</d2p1:PackingGroup> <d2p1:PercentActiveIngredientForCanadaTag>59.1</d2p1:PercentActiveIngredientForCanadaTag> <d2p1:PostedWarning>true</d2p1:PostedWarning> <d2p1:Pressure1>sample string 37</d2p1:Pressure1> <d2p1:Pressure2>sample string 40</d2p1:Pressure2> <d2p1:Pressure3>sample string 43</d2p1:Pressure3> <d2p1:Pressure4>sample string 46</d2p1:Pressure4> <d2p1:Pressure5>sample string 49</d2p1:Pressure5> <d2p1:Pressure6>sample string 52</d2p1:Pressure6> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:Prop65>true</d2p1:Prop65> <d2p1:Prop65ToxicityCancer>true</d2p1:Prop65ToxicityCancer> <d2p1:Prop65ToxicityCancerChemicals>sample string 80</d2p1:Prop65ToxicityCancerChemicals> <d2p1:Prop65ToxicityDevelopmental>true</d2p1:Prop65ToxicityDevelopmental> <d2p1:Prop65ToxicityDevelopmentalChemicals>sample string 82</d2p1:Prop65ToxicityDevelopmentalChemicals> <d2p1:Pure>true</d2p1:Pure> <d2p1:ReentryIntervalHours>sample string 5</d2p1:ReentryIntervalHours> <d2p1:SafetyComments1>sample string 8</d2p1:SafetyComments1> <d2p1:SafetyComments2>sample string 9</d2p1:SafetyComments2> <d2p1:SafetyComments3>sample string 10</d2p1:SafetyComments3> <d2p1:ShippingManifestPkgQtyIsAlways1>true</d2p1:ShippingManifestPkgQtyIsAlways1> <d2p1:ShippingName>sample string 3</d2p1:ShippingName> <d2p1:Solid>true</d2p1:Solid> <d2p1:Temp1>sample string 38</d2p1:Temp1> <d2p1:Temp2>sample string 41</d2p1:Temp2> <d2p1:Temp3>sample string 44</d2p1:Temp3> <d2p1:Temp4>sample string 47</d2p1:Temp4> <d2p1:Temp5>sample string 50</d2p1:Temp5> <d2p1:Temp6>sample string 53</d2p1:Temp6> <d2p1:Threshold>77.1</d2p1:Threshold> <d2p1:TradeSecret>true</d2p1:TradeSecret> <d2p1:UNNAID>sample string 12</d2p1:UNNAID> </d2p1:Safety> </d2p1:Safety> <d2p1:SeedSize>sample string 61</d2p1:SeedSize> <d2p1:SeedYear>43</d2p1:SeedYear> <d2p1:StateRestrictions> <d2p1:StateRestrictions> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:State>sample string 3</d2p1:State> </d2p1:StateRestrictions> <d2p1:StateRestrictions> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:State>sample string 3</d2p1:State> </d2p1:StateRestrictions> </d2p1:StateRestrictions> <d2p1:StatesWhereProductIsRestrictedFromDistribution> <d2p1:ProductStateRestrictAvailForDist> <d2p1:StateId>sample string 1</d2p1:StateId> </d2p1:ProductStateRestrictAvailForDist> <d2p1:ProductStateRestrictAvailForDist> <d2p1:StateId>sample string 1</d2p1:StateId> </d2p1:ProductStateRestrictAvailForDist> </d2p1:StatesWhereProductIsRestrictedFromDistribution> <d2p1:StorageCodes> <d2p1:StorageCodes> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:StorageCode>sample string 4</d2p1:StorageCode> </d2p1:StorageCodes> <d2p1:StorageCodes> <d2p1:DepartmentID>sample string 1</d2p1:DepartmentID> <d2p1:LineItem>3</d2p1:LineItem> <d2p1:ProductID>sample string 2</d2p1:ProductID> <d2p1:StorageCode>sample string 4</d2p1:StorageCode> </d2p1:StorageCodes> </d2p1:StorageCodes> <d2p1:TechnologyGroup>sample string 38</d2p1:TechnologyGroup> <d2p1:TestDate>sample string 49</d2p1:TestDate> <d2p1:Trait>sample string 55</d2p1:Trait> <d2p1:TreatmentCode>sample string 60</d2p1:TreatmentCode> <d2p1:UniqueKey>1</d2p1:UniqueKey> <d2p1:UnitWeight>sample string 15</d2p1:UnitWeight> <d2p1:Variety>sample string 46</d2p1:Variety> <d2p1:WeedPercent>52.1</d2p1:WeedPercent> <d2p1:deleteYN>true</d2p1:deleteYN> </d2p1:Product> </ProductRecords> <Status>sample string 1</Status> </AgvProductFull>