POST BlendProductSet/PostProductSet
Creates a new product set from the properties provided.
Request Information
URI Parameters
Body Parameters
The request model used to create the product set from.
ClsBlndSetCreate| Name | Description | Type | Additional Information |
|---|---|---|---|
| NewSetDescription |
The new unique name of a blend product set within the Agvance database. |
string |
Required Max length: 15 Must not contain invalid characters which include: ' |
| SetType |
The type of the Product Set. Valid entries are Dry, Feed, Liquid, Suspension, Other |
string |
Required Must be one of these values: Dry,Feed,Liquid,Suspension,Other |
| WaterRatePerAcre |
If the water percentage is not used, this optional Rate/Acre settings may be used to indicate the default amount of water to include. This must be included in the product details as well as in the Key Inventory Item to be used. |
string |
Max length: 6 Must be numeric |
| ClayRatePerAcre |
If the clay percentage is not used, this optional Rate/Acre settings may be used to indicate the default amount of clay to include. This must be included in the product details as well as in the Key Inventory Item to be used. |
string |
Max length: 6 Must be numeric |
| MinimumGalPerAcre |
Applicable only to liquid and suspension blend sets, the program adds enough water to meet this minimum if the calculated Gallons/Acre falls below this figure during the formulation process. If filled out, when a Blend Ticket is created, on the Products tab the water product is added in an amount so the blend meets this minimum setting. |
string |
Max length: 8 Must be numeric |
| WaterPercent |
This optional setting causes water to be added in as a percentage of the total product. If using this percentage, the Water Rate/Acre must be zero or blank. To utilize this item, it must be included in the product details making up the Product Set and in the Key Inventory Item. |
string |
Max length: 6 Must be numeric |
| ClayPercent |
This optional setting causes clay to be added in as a percentage of the total product. If using this percentage, the Clay Rate/Acre must be zero or blank. To utilize this item, it must be included in the product details making up the Product Set and in the Key Inventory Item. |
string |
Max length: 6 Must be numeric |
| AllowNToRunOver |
Allow Nitrogen to overfill an analysis request. |
boolean |
Must be 0, 1, True, or False |
| AllowPToRunOver |
Allow Phosphorus to overfill an analysis request. |
boolean |
Must be 0, 1, True, or False |
| AllowKToRunOver |
Allow Potassium to overfill an analysis request. |
boolean |
Must be 0, 1, True, or False |
| AllowSToRunOver |
Allow Sulfur to overfill an analysis request. |
boolean |
Must be 0, 1, True, or False |
| AllowUdToRunOver |
Allow User Defined to overfill an analysis request. |
boolean |
Must be 0, 1, True, or False |
| AllowCaToRunOver |
Allow Calcium to overfill an analysis request. |
boolean |
Must be 0, 1, True, or False |
| AllowMgToRunOver |
Allow Magnesium to overfill an analysis request. |
boolean |
Must be 0, 1, True, or False |
| AllowZnToRunOver |
Allow Zinc to overfill an analysis request. |
boolean |
Must be 0, 1, True, or False |
| AllowFeToRunOver |
Allow Iron to overfill an analysis request. |
boolean |
Must be 0, 1, True, or False |
| AllowMnToRunOver |
Allow Manganese to overfill an analysis request. |
boolean |
Must be 0, 1, True, or False |
| AllowCuToRunOver |
Allow Copper to overfill an analysis request. |
boolean |
Must be 0, 1, True, or False |
| AllowBToRunOver |
Allow Boron to overfill an analysis request. |
boolean |
Must be 0, 1, True, or False |
| PercentWaterToPreload |
If set, the percentage of water is listed first on the Blend Ticket regardless of its blend order. |
decimal number | |
| BaseGradeProductIdentifier |
The product identifier for the BaseGradeProduct - Either the GUID or the Department/Product combination must be provided. Guid will be used if populated |
ClsProductIdentifier | |
| PercentBaseGradeToPreload |
If set, the percentage of the Base Grade product is listed first on the Blend Ticket regardless of its blend order. |
decimal number | |
| ClayProductIdentifier |
The product identifier for the Clay Key Inventory Product - Either the GUID or the Department/Product combination must be provided. Guid will be used if populated |
ClsProductIdentifier |
Required |
| DryFillerProductIdentifier |
The product identifier for the Dry Filler Key Inventory Product - Either the GUID or the Department/Product combination must be provided. Guid will be used if populated |
ClsProductIdentifier |
Required |
| WaterProductIdentifier |
The product identifier for the Water Key Inventory Product - Either the GUID or the Department/Product combination must be provided. Guid will be used if populated |
ClsProductIdentifier |
Required |
| BlenderCapacity |
The default for the blender used to mix the product (may also be used as the capacity for the spreader). The capacity has an effect on the number of batches required for the mix. The capacity may be overridden when creating a blend or field plan. |
integer |
Required Cannot be negative |
| SuspensionBlendTargetPercent |
This is the total analysis % (sum of the nutrients’ percent concentration) that the guaranteed analysis cannot exceed when formulating a Suspension blend. If the percentage is higher than this number, a prompt appears for the blend operator to decide if water is to be added to the blend until the total of the nutrients’ guaranteed analysis is at or below this setting. The default value is 38. |
decimal number | |
| PhosphatePercentLimit |
This upper limit setting for the P2O5 Guaranteed Analysis adds water to the blend until this blend’s P2O5 guarantee is at the upper limit entered here. This is used by companies when the amount of a product should be limited, such as Acid, to keep the fertilizer mixture from getting too hot. A setting of ‘999’ deactivates this checking. |
decimal number | |
| SaltOutSystem |
The setting that indicates which calculations are used to calculate the Salt Out Temperature 0 = None, 1 = NoPolyUan, 2 = Poly55Uan, 3 = Poly70Uan, 4 = NoPolyUrea, 5 = Poly55Urea, -1 = NoPolyUanByEquations, -2 = Poly55UanByEquations, -3 = Poly70UanByEquations, -4 = NoPolyUreaByEquations, -5 = Poly55UreaByEquations |
string |
Must be one of these values: 0,1,2,3,4,5,-1,-2,-3,-4,-5 |
| PercentChlorineWarning |
The percentage at which a warning is displayed after formulating a blend. If set to zero, the warning is disabled. |
decimal number | |
| BlenderCapacityUnits |
The Blender Capacity Units |
string |
Required Must be one of these values: Lbs,Gal,KG |
| EqualOrPartial |
Equal or Partial Batch Defaults |
string |
Required Must be one of these values: E,P |
| FormulateToAGivenSaltOutTemperature |
This setting allows the program to verify the salt out temperature during formulation and make adjustments if needed. This is only available for ‘Suspension’ type Product Sets and when the SaltOutSystem is greater than 0. Note: If formulating To a given salt out temp, Then Set the SuspensionBlendTargetPercent To 9999. |
boolean |
Must be 0, 1, True, or False |
| FormulationMaximumSaltOutTemperature |
The maximum salt out temperature used for a ‘Suspension’ type Blend Product Set. The SaltOutSystem must be greater than 0. |
string |
Max length: 10 Must be numeric |
| LocationIdentifier |
The location identifier for this Product Set - Either the GUID or the ID must be provided. Guid will be used if populated Only the Product Sets created for the location assigned to a Blend Ticket are available for selection when the Blend Ticket is created. When an existing Blend Ticket is edited, product sets from all locations are available to use as needed. |
ClsLocationIdentifier |
Required |
| AutomatedBlenderType |
The Automated Blender Type for this blend product set. N = None, L = SsiStandardXml, S = SsiStandardAscii, R = SsiRancoAutomation, K = Kahler, J = JungeLiquid, A = JungeDry, O = MurrayRemote, U = MullayLiquidExtended2, V = MurrayDryExtended2, E = MullayLiquidExtended, X = MurrayDryExtended, W = MurrayLiquidWin, Z = MurrayDryWin, T = RepeteSabreNxt, C = SSIManualEntry |
string |
Must be one of these values: N,L,S,R,K,J,A,O,U,V,E,X,W,Z,T,C |
| AutomatedBlenderDataStoragePath |
The network path used when creating automated blender interface files. |
string |
Max length: 100 |
| RancoBlenderSettingsPrinted |
Enable the Ranco RPM settings to be printed on the Blend batch ticket. |
boolean |
Must be 0, 1, True, or False |
| RancoMaximumCapacity |
The maximum downflow capacity of the Ranco blender in Lbs/Min. |
string |
Max length: 6 Must be numeric |
| RancoMaximumDialSetting |
The maximum dial setting for the Ranco control panel. Typically this is set to 999. |
string |
Max length: 6 Must be numeric |
| PercentBoronWarning |
The percentage at which a warning is displayed after formulating a blend. If set to zero, the warning is disabled. |
decimal number | |
| SuppressBatchSheetLoadCheckboxes |
The setting that indicates if the boxes to mark for orders requiring multiple batches are suppressed when printing the Blend Ticket. |
boolean |
Must be 0, 1, True, or False |
| AutomatedBlenderProductAttributeKey |
The MasterCrossRefNamesKey of the Product Attribute to use - if set to 0, this will use the default for the Automated Blender Type The Product Attribute to use as the product id in the automated blender interface files. This allows the same product to have multiple blend factors for different blending systems. |
integer |
Cannot be negative |
| Inactive |
Indicates the Blend Product Set is inactive. Setting Product Set inactive prevents it from being available in the list of Blend Product Sets on the General tab of the Blend Ticket window. |
boolean |
Must be 0, 1, True, or False |
| AutomatedBlenderShippedFromLocationCode |
A special code that is used for some automated blender interfaces that indicate a shipped from location different from the Agvance Ship From Location ID. |
string |
Max length: 20 |
| AutomatedBlenderAlternateCompletionFileExtension |
The alternate extension to search for when getting the completed files back from an automated blender other than the standard that the program was coded for. |
string |
Max length: 5 |
| AutomatedBlenderUseBlendFactorForProductID |
An automated blender interface setting to override the Product ID value in the file that is created with the blend factor of that product. |
boolean |
Must be 0, 1, True, or False |
| AutomatedBlenderFromRemoteDataStoragePath |
For selected automated blenders, a secondary network path that is where the completed files are read from. |
string |
Max length: 100 |
| AutomatedBlenderExpirationDate |
For selected automated blenders, a default setting for the expiration date of the blend ticket. |
string |
Format must be MM/dd/yyyy |
| VisibleToDispatchOnly |
A Blend Product Set that is “Dispatcher Only” is not visible to blend operators when adding or editing a Blend Ticket unless the dispatcher has saved the Blend Ticket with one of these product sets assigned to it. |
boolean |
Must be 0, 1, True, or False |
| ShipFromLocationIdentifier |
The ship from location identifier for this Product Set - Either the GUID or the ID must be provided. Guid will be used if populated This setting relates to the Dispatch module only. Specifying a Ship From Location on the product set allows the Dispatcher to be more in control of products available when selecting product sets in Dispatch to create automated blender files. This is available regardless of the selections in Accounting for the Ship From Location or Sell From DeptID preferences. Setting a location on a job through one of the viewing buttons (Ship From or Sell From) has the original product set associated with the blend, as well as any other blend product sets from other locations which match that location, available in the Blend Product Set drop down list. |
ClsLocationIdentifier | |
| AutomatedBlenderImportRoundToScale |
A setting that indicates that for Automated Blender Files, if the final product amounts should be rounded based on the scale settings from Agvance. |
boolean |
Must be 0, 1, True, or False |
| ProductDetailList |
The list of detail products to replace all existing products in the set |
Collection of ClsBlendSetDetail |
Required Maximum of 50 allowed |
| AddOnList |
The list of addon products to replace all existing records in the set |
Collection of ClsBlendSetAddOn |
Request Formats
application/json, text/json
{
"NewSetDescription": "sample string 4",
"SetType": "sample string 5",
"WaterRatePerAcre": "sample string 6",
"ClayRatePerAcre": "sample string 7",
"MinimumGalPerAcre": "sample string 8",
"WaterPercent": "sample string 9",
"ClayPercent": "sample string 10",
"AllowNToRunOver": true,
"AllowPToRunOver": true,
"AllowKToRunOver": true,
"AllowSToRunOver": true,
"AllowUdToRunOver": true,
"AllowCaToRunOver": true,
"AllowMgToRunOver": true,
"AllowZnToRunOver": true,
"AllowFeToRunOver": true,
"AllowMnToRunOver": true,
"AllowCuToRunOver": true,
"AllowBToRunOver": true,
"PercentWaterToPreload": 23.1,
"BaseGradeProductIdentifier": {
"ProductGUID": "a996b75d-276f-4169-850b-034b3a4fff0b",
"DepartmentID": "sample string 1",
"ProductID": "sample string 2"
},
"PercentBaseGradeToPreload": 24.1,
"ClayProductIdentifier": {
"ProductGUID": "a996b75d-276f-4169-850b-034b3a4fff0b",
"DepartmentID": "sample string 1",
"ProductID": "sample string 2"
},
"DryFillerProductIdentifier": {
"ProductGUID": "a996b75d-276f-4169-850b-034b3a4fff0b",
"DepartmentID": "sample string 1",
"ProductID": "sample string 2"
},
"WaterProductIdentifier": {
"ProductGUID": "a996b75d-276f-4169-850b-034b3a4fff0b",
"DepartmentID": "sample string 1",
"ProductID": "sample string 2"
},
"BlenderCapacity": 25,
"SuspensionBlendTargetPercent": 26.1,
"PhosphatePercentLimit": 27.1,
"SaltOutSystem": "sample string 28",
"PercentChlorineWarning": 29.1,
"BlenderCapacityUnits": "sample string 30",
"EqualOrPartial": "sample string 31",
"FormulateToAGivenSaltOutTemperature": true,
"FormulationMaximumSaltOutTemperature": "sample string 33",
"LocationIdentifier": {
"LocationGUID": "e2d5073d-89b5-4416-aa68-2b44f5f68e28",
"LocationID": "sample string 1"
},
"AutomatedBlenderType": "sample string 34",
"AutomatedBlenderDataStoragePath": "sample string 35",
"RancoBlenderSettingsPrinted": true,
"RancoMaximumCapacity": "sample string 37",
"RancoMaximumDialSetting": "sample string 38",
"PercentBoronWarning": 39.1,
"SuppressBatchSheetLoadCheckboxes": true,
"AutomatedBlenderProductAttributeKey": 1,
"Inactive": true,
"AutomatedBlenderShippedFromLocationCode": "sample string 42",
"AutomatedBlenderAlternateCompletionFileExtension": "sample string 43",
"AutomatedBlenderUseBlendFactorForProductID": true,
"AutomatedBlenderFromRemoteDataStoragePath": "sample string 45",
"AutomatedBlenderExpirationDate": "sample string 46",
"VisibleToDispatchOnly": true,
"ShipFromLocationIdentifier": {
"LocationGUID": "e2d5073d-89b5-4416-aa68-2b44f5f68e28",
"LocationID": "sample string 1"
},
"AutomatedBlenderImportRoundToScale": true,
"ProductDetailList": [
{
"ProductIdentifier": {
"ProductGUID": "a996b75d-276f-4169-850b-034b3a4fff0b",
"DepartmentID": "sample string 1",
"ProductID": "sample string 2"
},
"BlendingOrder": 1,
"Active": true,
"IncludeOnInvoice": true,
"MaximumNitrogenLimit": 1.1,
"MinimumNitrogenLimit": 1.1,
"MaximumPhosphorusLimit": 1.1,
"MinimumPhosphorusLimit": 1.1,
"MaximumPotassiumLimit": 1.1,
"MinimumPotassiumLimit": 1.1,
"MaximumSulfurLimit": 1.1,
"MinimumSulfurLimit": 1.1,
"MaximumUserDefinedLimit": 1.1,
"MinimumUserDefinedLimit": 1.1,
"MaximumCalciumLimit": 1.1,
"MinimumCalciumLimit": 1.1,
"MaximumMagnesiumLimit": 1.1,
"MinimumMagnesiumLimit": 1.1,
"MaximumZincLimit": 1.1,
"MinimumZincLimit": 1.1,
"MaximumIronLimit": 1.1,
"MinimumIronLimit": 1.1,
"MaximumCopperLimit": 1.1,
"MinimumCopperLimit": 1.1,
"MaximumManganeseLimit": 1.1,
"MinimumManganeseLimit": 1.1,
"MaximumBoronLimit": 1.1,
"MinimumBoronLimit": 1.1
},
{
"ProductIdentifier": {
"ProductGUID": "a996b75d-276f-4169-850b-034b3a4fff0b",
"DepartmentID": "sample string 1",
"ProductID": "sample string 2"
},
"BlendingOrder": 1,
"Active": true,
"IncludeOnInvoice": true,
"MaximumNitrogenLimit": 1.1,
"MinimumNitrogenLimit": 1.1,
"MaximumPhosphorusLimit": 1.1,
"MinimumPhosphorusLimit": 1.1,
"MaximumPotassiumLimit": 1.1,
"MinimumPotassiumLimit": 1.1,
"MaximumSulfurLimit": 1.1,
"MinimumSulfurLimit": 1.1,
"MaximumUserDefinedLimit": 1.1,
"MinimumUserDefinedLimit": 1.1,
"MaximumCalciumLimit": 1.1,
"MinimumCalciumLimit": 1.1,
"MaximumMagnesiumLimit": 1.1,
"MinimumMagnesiumLimit": 1.1,
"MaximumZincLimit": 1.1,
"MinimumZincLimit": 1.1,
"MaximumIronLimit": 1.1,
"MinimumIronLimit": 1.1,
"MaximumCopperLimit": 1.1,
"MinimumCopperLimit": 1.1,
"MaximumManganeseLimit": 1.1,
"MinimumManganeseLimit": 1.1,
"MaximumBoronLimit": 1.1,
"MinimumBoronLimit": 1.1
}
],
"AddOnList": [
{
"ProductIdentifier": {
"ProductGUID": "a996b75d-276f-4169-850b-034b3a4fff0b",
"DepartmentID": "sample string 1",
"ProductID": "sample string 2"
},
"Active": true,
"IsFeeItem": true
},
{
"ProductIdentifier": {
"ProductGUID": "a996b75d-276f-4169-850b-034b3a4fff0b",
"DepartmentID": "sample string 1",
"ProductID": "sample string 2"
},
"Active": true,
"IsFeeItem": true
}
]
}
application/xml, text/xml
<ClsBlndSetS.ClsBlndSetCreate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSI.plbl">
<AddOnList>
<ClsBlndSetS.ClsBlendSetAddOn>
<Active>true</Active>
<IsFeeItem>true</IsFeeItem>
<ProductIdentifier xmlns:d4p1="http://schemas.datacontract.org/2004/07/SKY.Core.Inventory">
<d4p1:DepartmentID>sample string 1</d4p1:DepartmentID>
<d4p1:ProductGUID>a996b75d-276f-4169-850b-034b3a4fff0b</d4p1:ProductGUID>
<d4p1:ProductID>sample string 2</d4p1:ProductID>
</ProductIdentifier>
</ClsBlndSetS.ClsBlendSetAddOn>
<ClsBlndSetS.ClsBlendSetAddOn>
<Active>true</Active>
<IsFeeItem>true</IsFeeItem>
<ProductIdentifier xmlns:d4p1="http://schemas.datacontract.org/2004/07/SKY.Core.Inventory">
<d4p1:DepartmentID>sample string 1</d4p1:DepartmentID>
<d4p1:ProductGUID>a996b75d-276f-4169-850b-034b3a4fff0b</d4p1:ProductGUID>
<d4p1:ProductID>sample string 2</d4p1:ProductID>
</ProductIdentifier>
</ClsBlndSetS.ClsBlendSetAddOn>
</AddOnList>
<AllowBToRunOver>true</AllowBToRunOver>
<AllowCaToRunOver>true</AllowCaToRunOver>
<AllowCuToRunOver>true</AllowCuToRunOver>
<AllowFeToRunOver>true</AllowFeToRunOver>
<AllowKToRunOver>true</AllowKToRunOver>
<AllowMgToRunOver>true</AllowMgToRunOver>
<AllowMnToRunOver>true</AllowMnToRunOver>
<AllowNToRunOver>true</AllowNToRunOver>
<AllowPToRunOver>true</AllowPToRunOver>
<AllowSToRunOver>true</AllowSToRunOver>
<AllowUdToRunOver>true</AllowUdToRunOver>
<AllowZnToRunOver>true</AllowZnToRunOver>
<AutomatedBlenderAlternateCompletionFileExtension>sample string 43</AutomatedBlenderAlternateCompletionFileExtension>
<AutomatedBlenderDataStoragePath>sample string 35</AutomatedBlenderDataStoragePath>
<AutomatedBlenderExpirationDate>sample string 46</AutomatedBlenderExpirationDate>
<AutomatedBlenderFromRemoteDataStoragePath>sample string 45</AutomatedBlenderFromRemoteDataStoragePath>
<AutomatedBlenderImportRoundToScale>true</AutomatedBlenderImportRoundToScale>
<AutomatedBlenderProductAttributeKey>1</AutomatedBlenderProductAttributeKey>
<AutomatedBlenderShippedFromLocationCode>sample string 42</AutomatedBlenderShippedFromLocationCode>
<AutomatedBlenderType>sample string 34</AutomatedBlenderType>
<AutomatedBlenderUseBlendFactorForProductID>true</AutomatedBlenderUseBlendFactorForProductID>
<BaseGradeProductIdentifier xmlns:d2p1="http://schemas.datacontract.org/2004/07/SKY.Core.Inventory">
<d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
<d2p1:ProductGUID>a996b75d-276f-4169-850b-034b3a4fff0b</d2p1:ProductGUID>
<d2p1:ProductID>sample string 2</d2p1:ProductID>
</BaseGradeProductIdentifier>
<BlenderCapacity>25</BlenderCapacity>
<BlenderCapacityUnits>sample string 30</BlenderCapacityUnits>
<ClayPercent>sample string 10</ClayPercent>
<ClayProductIdentifier xmlns:d2p1="http://schemas.datacontract.org/2004/07/SKY.Core.Inventory">
<d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
<d2p1:ProductGUID>a996b75d-276f-4169-850b-034b3a4fff0b</d2p1:ProductGUID>
<d2p1:ProductID>sample string 2</d2p1:ProductID>
</ClayProductIdentifier>
<ClayRatePerAcre>sample string 7</ClayRatePerAcre>
<DryFillerProductIdentifier xmlns:d2p1="http://schemas.datacontract.org/2004/07/SKY.Core.Inventory">
<d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
<d2p1:ProductGUID>a996b75d-276f-4169-850b-034b3a4fff0b</d2p1:ProductGUID>
<d2p1:ProductID>sample string 2</d2p1:ProductID>
</DryFillerProductIdentifier>
<EqualOrPartial>sample string 31</EqualOrPartial>
<FormulateToAGivenSaltOutTemperature>true</FormulateToAGivenSaltOutTemperature>
<FormulationMaximumSaltOutTemperature>sample string 33</FormulationMaximumSaltOutTemperature>
<Inactive>true</Inactive>
<LocationIdentifier xmlns:d2p1="http://schemas.datacontract.org/2004/07/SKY.Core.Location">
<d2p1:LocationGUID>e2d5073d-89b5-4416-aa68-2b44f5f68e28</d2p1:LocationGUID>
<d2p1:LocationID>sample string 1</d2p1:LocationID>
</LocationIdentifier>
<MinimumGalPerAcre>sample string 8</MinimumGalPerAcre>
<NewSetDescription>sample string 4</NewSetDescription>
<PercentBaseGradeToPreload>24.1</PercentBaseGradeToPreload>
<PercentBoronWarning>39.1</PercentBoronWarning>
<PercentChlorineWarning>29.1</PercentChlorineWarning>
<PercentWaterToPreload>23.1</PercentWaterToPreload>
<PhosphatePercentLimit>27.1</PhosphatePercentLimit>
<ProductDetailList>
<ClsBlndSetS.ClsBlendSetDetail>
<Active>true</Active>
<BlendingOrder>1</BlendingOrder>
<IncludeOnInvoice>true</IncludeOnInvoice>
<MaximumBoronLimit>1.1</MaximumBoronLimit>
<MaximumCalciumLimit>1.1</MaximumCalciumLimit>
<MaximumCopperLimit>1.1</MaximumCopperLimit>
<MaximumIronLimit>1.1</MaximumIronLimit>
<MaximumMagnesiumLimit>1.1</MaximumMagnesiumLimit>
<MaximumManganeseLimit>1.1</MaximumManganeseLimit>
<MaximumNitrogenLimit>1.1</MaximumNitrogenLimit>
<MaximumPhosphorusLimit>1.1</MaximumPhosphorusLimit>
<MaximumPotassiumLimit>1.1</MaximumPotassiumLimit>
<MaximumSulfurLimit>1.1</MaximumSulfurLimit>
<MaximumUserDefinedLimit>1.1</MaximumUserDefinedLimit>
<MaximumZincLimit>1.1</MaximumZincLimit>
<MinimumBoronLimit>1.1</MinimumBoronLimit>
<MinimumCalciumLimit>1.1</MinimumCalciumLimit>
<MinimumCopperLimit>1.1</MinimumCopperLimit>
<MinimumIronLimit>1.1</MinimumIronLimit>
<MinimumMagnesiumLimit>1.1</MinimumMagnesiumLimit>
<MinimumManganeseLimit>1.1</MinimumManganeseLimit>
<MinimumNitrogenLimit>1.1</MinimumNitrogenLimit>
<MinimumPhosphorusLimit>1.1</MinimumPhosphorusLimit>
<MinimumPotassiumLimit>1.1</MinimumPotassiumLimit>
<MinimumSulfurLimit>1.1</MinimumSulfurLimit>
<MinimumUserDefinedLimit>1.1</MinimumUserDefinedLimit>
<MinimumZincLimit>1.1</MinimumZincLimit>
<ProductIdentifier xmlns:d4p1="http://schemas.datacontract.org/2004/07/SKY.Core.Inventory">
<d4p1:DepartmentID>sample string 1</d4p1:DepartmentID>
<d4p1:ProductGUID>a996b75d-276f-4169-850b-034b3a4fff0b</d4p1:ProductGUID>
<d4p1:ProductID>sample string 2</d4p1:ProductID>
</ProductIdentifier>
</ClsBlndSetS.ClsBlendSetDetail>
<ClsBlndSetS.ClsBlendSetDetail>
<Active>true</Active>
<BlendingOrder>1</BlendingOrder>
<IncludeOnInvoice>true</IncludeOnInvoice>
<MaximumBoronLimit>1.1</MaximumBoronLimit>
<MaximumCalciumLimit>1.1</MaximumCalciumLimit>
<MaximumCopperLimit>1.1</MaximumCopperLimit>
<MaximumIronLimit>1.1</MaximumIronLimit>
<MaximumMagnesiumLimit>1.1</MaximumMagnesiumLimit>
<MaximumManganeseLimit>1.1</MaximumManganeseLimit>
<MaximumNitrogenLimit>1.1</MaximumNitrogenLimit>
<MaximumPhosphorusLimit>1.1</MaximumPhosphorusLimit>
<MaximumPotassiumLimit>1.1</MaximumPotassiumLimit>
<MaximumSulfurLimit>1.1</MaximumSulfurLimit>
<MaximumUserDefinedLimit>1.1</MaximumUserDefinedLimit>
<MaximumZincLimit>1.1</MaximumZincLimit>
<MinimumBoronLimit>1.1</MinimumBoronLimit>
<MinimumCalciumLimit>1.1</MinimumCalciumLimit>
<MinimumCopperLimit>1.1</MinimumCopperLimit>
<MinimumIronLimit>1.1</MinimumIronLimit>
<MinimumMagnesiumLimit>1.1</MinimumMagnesiumLimit>
<MinimumManganeseLimit>1.1</MinimumManganeseLimit>
<MinimumNitrogenLimit>1.1</MinimumNitrogenLimit>
<MinimumPhosphorusLimit>1.1</MinimumPhosphorusLimit>
<MinimumPotassiumLimit>1.1</MinimumPotassiumLimit>
<MinimumSulfurLimit>1.1</MinimumSulfurLimit>
<MinimumUserDefinedLimit>1.1</MinimumUserDefinedLimit>
<MinimumZincLimit>1.1</MinimumZincLimit>
<ProductIdentifier xmlns:d4p1="http://schemas.datacontract.org/2004/07/SKY.Core.Inventory">
<d4p1:DepartmentID>sample string 1</d4p1:DepartmentID>
<d4p1:ProductGUID>a996b75d-276f-4169-850b-034b3a4fff0b</d4p1:ProductGUID>
<d4p1:ProductID>sample string 2</d4p1:ProductID>
</ProductIdentifier>
</ClsBlndSetS.ClsBlendSetDetail>
</ProductDetailList>
<RancoBlenderSettingsPrinted>true</RancoBlenderSettingsPrinted>
<RancoMaximumCapacity>sample string 37</RancoMaximumCapacity>
<RancoMaximumDialSetting>sample string 38</RancoMaximumDialSetting>
<SaltOutSystem>sample string 28</SaltOutSystem>
<SetType>sample string 5</SetType>
<ShipFromLocationIdentifier xmlns:d2p1="http://schemas.datacontract.org/2004/07/SKY.Core.Location">
<d2p1:LocationGUID>e2d5073d-89b5-4416-aa68-2b44f5f68e28</d2p1:LocationGUID>
<d2p1:LocationID>sample string 1</d2p1:LocationID>
</ShipFromLocationIdentifier>
<SuppressBatchSheetLoadCheckboxes>true</SuppressBatchSheetLoadCheckboxes>
<SuspensionBlendTargetPercent>26.1</SuspensionBlendTargetPercent>
<VisibleToDispatchOnly>true</VisibleToDispatchOnly>
<WaterPercent>sample string 9</WaterPercent>
<WaterProductIdentifier xmlns:d2p1="http://schemas.datacontract.org/2004/07/SKY.Core.Inventory">
<d2p1:DepartmentID>sample string 1</d2p1:DepartmentID>
<d2p1:ProductGUID>a996b75d-276f-4169-850b-034b3a4fff0b</d2p1:ProductGUID>
<d2p1:ProductID>sample string 2</d2p1:ProductID>
</WaterProductIdentifier>
<WaterRatePerAcre>sample string 6</WaterRatePerAcre>
</ClsBlndSetS.ClsBlndSetCreate>
application/x-www-form-urlencoded
Response Information
Resource Description
Creates a new product set from the properties provided.
AgvBlendProductSet| Name | Description | Type | Additional Information |
|---|---|---|---|
| Status |
0 - Success; 1 - An error occurred; 2 - An error occurred; 3 - Descriptive message, process was successful |
string | |
| Message |
Informational message that corresponds to the Status returned; 0 - Message will be "OK"; 1 - Detailed message returned to give user an indication of what went wrong; 2 - Less detailed message returned that may not mean anything to the user but that the application might use to take a corrective action; 3 - Not an error but something the user might need to know |
string | |
| ErrorList |
List of error messages of the API call. |
Collection of string | |
| WarningList |
List of warning messages of the API call. |
Collection of string | |
| Count |
Number of results returned |
string | |
| BlendProductSets |
List of properties and values returned for each product set that matches the request |
Collection of ClsBlndSetS |
Response Formats
application/json, text/json
{
"Status": "sample string 1",
"Message": "sample string 2",
"ErrorList": [
"sample string 1",
"sample string 2"
],
"WarningList": [
"sample string 1",
"sample string 2"
],
"Count": "2",
"BlendProductSets": [
{
"UniqueId": 6,
"SetDescription": "sample string 7",
"SetTypeEnum": 0,
"SetTypeAsString": "Dry",
"WaterRatePerAcre": "sample string 10",
"ClayRatePerAcre": "sample string 11",
"MinimumGalPerAcre": "sample string 12",
"WaterPercent": "sample string 13",
"ClayPercent": "sample string 14",
"AllowNToRunOver": true,
"AllowPToRunOver": true,
"AllowKToRunOver": true,
"AllowSToRunOver": true,
"AllowUdToRunOver": true,
"AllowCaToRunOver": true,
"AllowMgToRunOver": true,
"AllowZnToRunOver": true,
"AllowFeToRunOver": true,
"AllowMnToRunOver": true,
"AllowCuToRunOver": true,
"AllowBToRunOver": true,
"PercentWaterToPreload": 27.1,
"BaseGradeDepartmentID": "sample string 28",
"BaseGradeProductID": "sample string 29",
"BaseGradeProductGuid": "52cd34bc-8488-4eaf-a70f-1d6764b94b68",
"BaseGradeProductName": "sample string 30",
"PercentBaseGradeToPreload": 31.1,
"ClayKeyInventroyDepartmentID": "sample string 32",
"ClayKeyInventroyProductID": "sample string 33",
"ClayProductGuid": "2c2e9d64-774e-4efd-b9cd-433c5e9031f7",
"ClayProductName": "sample string 34",
"DryFillerKeyInventroyDepartmentID": "sample string 35",
"DryFillerKeyInventroyProductID": "sample string 36",
"FillerProductGuid": "87b46706-79d7-4c27-a328-1cb1e8074541",
"FillerProductName": "sample string 37",
"WaterKeyInventroyDepartmentID": "sample string 38",
"WaterKeyInventroyProductID": "sample string 39",
"WaterProductGuid": "3732275a-6778-45b6-b624-6e9570916686",
"WaterProductName": "sample string 40",
"BlenderCapacity": "sample string 41",
"SuspensionBlendTargetPercent": 42.1,
"PhosphatePercentLimit": 43.1,
"SaltOutSystemEnum": 0,
"SaltOutSystemAsString": "None",
"PercentChlorineWarning": 45.1,
"BlenderCapacityUnitsEnum": 0,
"BlenderCapacityUnitsAsString": "Lbs",
"EqualOrPartialEnum": 0,
"EqualOrPartialAsString": "Equal",
"FormulateToAGivenSaltOutTemperature": true,
"FormulationMaximumSaltOutTemperature": "sample string 49",
"LocationID": "sample string 50",
"LocationGuid": "168d9b84-a335-4da5-827d-8b708c75fba3",
"LocationName": "sample string 51",
"AutomatedBlenderTypeEnum": 0,
"AutomatedBlenderTypeAsString": "None",
"AutomatedBlenderDataStoragePath": "sample string 53",
"RancoBlenderSettingsPrinted": false,
"RancoMaximumCapacity": "sample string 56",
"RancoMaximumDialSetting": "sample string 57",
"PercentBoronWarning": 58.1,
"SuppressBatchSheetLoadCheckboxes": true,
"AutomatedBlenderProductAttributeToUse": "sample string 60",
"Inactive": true,
"AutomatedBlenderShippedFromLocationCode": "sample string 62",
"AutomatedBlenderAlternateCompletionFileExtension": "sample string 63",
"AutomatedBlenderUseBlendFactorForProductID": true,
"AutomatedBlenderFromRemoteDataStoragePath": "sample string 65",
"AutomatedBlenderExpirationDate": "2026-02-27T04:46:57.6415473+00:00",
"VisibleToDispatchOnly": true,
"ShipFromLocationID": "sample string 67",
"ShipFromLocationGuid": "6120a57f-fa92-4f80-829d-7b5f51ea5c5f",
"ShipFromLocationName": "sample string 68",
"AutomatedBlenderImportRoundToScale": true,
"ProductSetGUID": "18ef87cb-2e38-49ef-a10b-c97953d137fa",
"ProductDetails": [
{
"UniqueId": 1,
"DeptId": "sample string 3",
"ProdId": "sample string 4",
"ProductGuid": "1f850c42-bbb9-47d9-96e8-fd538b8c32b6",
"ProductName": "sample string 6",
"BlendingOrder": 7,
"Active": true,
"IncludeOnInvoice": true,
"MaximumNitrogenLimit": 10.1,
"MinimumNitrogenLimit": 11.1,
"MaximumPhosphorusLimit": 12.1,
"MinimumPhosphorusLimit": 13.1,
"MaximumPotassiumLimit": 14.1,
"MinimumPotassiumLimit": 15.1,
"MaximumSulfurLimit": 16.1,
"MinimumSulfurLimit": 17.1,
"MaximumUserDefinedLimit": 18.1,
"MinimumUserDefinedLimit": 19.1,
"MaximumCalciumLimit": 20.1,
"MinimumCalciumLimit": 21.1,
"MaximumMagnesiumLimit": 22.1,
"MinimumMagnesiumLimit": 23.1,
"MaximumZincLimit": 24.1,
"MinimumZincLimit": 25.1,
"MaximumIronLimit": 26.1,
"MinimumIronLimit": 27.1,
"MaximumCopperLimit": 28.1,
"MinimumCopperLimit": 29.1,
"MaximumManganeseLimit": 30.1,
"MinimumManganeseLimit": 31.1,
"MaximumBoronLimit": 32.1,
"MinimumBoronLimit": 33.1
},
{
"UniqueId": 1,
"DeptId": "sample string 3",
"ProdId": "sample string 4",
"ProductGuid": "1f850c42-bbb9-47d9-96e8-fd538b8c32b6",
"ProductName": "sample string 6",
"BlendingOrder": 7,
"Active": true,
"IncludeOnInvoice": true,
"MaximumNitrogenLimit": 10.1,
"MinimumNitrogenLimit": 11.1,
"MaximumPhosphorusLimit": 12.1,
"MinimumPhosphorusLimit": 13.1,
"MaximumPotassiumLimit": 14.1,
"MinimumPotassiumLimit": 15.1,
"MaximumSulfurLimit": 16.1,
"MinimumSulfurLimit": 17.1,
"MaximumUserDefinedLimit": 18.1,
"MinimumUserDefinedLimit": 19.1,
"MaximumCalciumLimit": 20.1,
"MinimumCalciumLimit": 21.1,
"MaximumMagnesiumLimit": 22.1,
"MinimumMagnesiumLimit": 23.1,
"MaximumZincLimit": 24.1,
"MinimumZincLimit": 25.1,
"MaximumIronLimit": 26.1,
"MinimumIronLimit": 27.1,
"MaximumCopperLimit": 28.1,
"MinimumCopperLimit": 29.1,
"MaximumManganeseLimit": 30.1,
"MinimumManganeseLimit": 31.1,
"MaximumBoronLimit": 32.1,
"MinimumBoronLimit": 33.1
}
],
"AddOns": [
{
"UniqueId": 1,
"DeptId": "sample string 3",
"ProdId": "sample string 4",
"ProductGuid": "a972277e-5ba0-4c56-a17c-bfc87c7f0134",
"ProductName": "sample string 6",
"Active": true,
"IsFeeItem": true
},
{
"UniqueId": 1,
"DeptId": "sample string 3",
"ProdId": "sample string 4",
"ProductGuid": "a972277e-5ba0-4c56-a17c-bfc87c7f0134",
"ProductName": "sample string 6",
"Active": true,
"IsFeeItem": true
}
]
},
{
"UniqueId": 6,
"SetDescription": "sample string 7",
"SetTypeEnum": 0,
"SetTypeAsString": "Dry",
"WaterRatePerAcre": "sample string 10",
"ClayRatePerAcre": "sample string 11",
"MinimumGalPerAcre": "sample string 12",
"WaterPercent": "sample string 13",
"ClayPercent": "sample string 14",
"AllowNToRunOver": true,
"AllowPToRunOver": true,
"AllowKToRunOver": true,
"AllowSToRunOver": true,
"AllowUdToRunOver": true,
"AllowCaToRunOver": true,
"AllowMgToRunOver": true,
"AllowZnToRunOver": true,
"AllowFeToRunOver": true,
"AllowMnToRunOver": true,
"AllowCuToRunOver": true,
"AllowBToRunOver": true,
"PercentWaterToPreload": 27.1,
"BaseGradeDepartmentID": "sample string 28",
"BaseGradeProductID": "sample string 29",
"BaseGradeProductGuid": "52cd34bc-8488-4eaf-a70f-1d6764b94b68",
"BaseGradeProductName": "sample string 30",
"PercentBaseGradeToPreload": 31.1,
"ClayKeyInventroyDepartmentID": "sample string 32",
"ClayKeyInventroyProductID": "sample string 33",
"ClayProductGuid": "2c2e9d64-774e-4efd-b9cd-433c5e9031f7",
"ClayProductName": "sample string 34",
"DryFillerKeyInventroyDepartmentID": "sample string 35",
"DryFillerKeyInventroyProductID": "sample string 36",
"FillerProductGuid": "87b46706-79d7-4c27-a328-1cb1e8074541",
"FillerProductName": "sample string 37",
"WaterKeyInventroyDepartmentID": "sample string 38",
"WaterKeyInventroyProductID": "sample string 39",
"WaterProductGuid": "3732275a-6778-45b6-b624-6e9570916686",
"WaterProductName": "sample string 40",
"BlenderCapacity": "sample string 41",
"SuspensionBlendTargetPercent": 42.1,
"PhosphatePercentLimit": 43.1,
"SaltOutSystemEnum": 0,
"SaltOutSystemAsString": "None",
"PercentChlorineWarning": 45.1,
"BlenderCapacityUnitsEnum": 0,
"BlenderCapacityUnitsAsString": "Lbs",
"EqualOrPartialEnum": 0,
"EqualOrPartialAsString": "Equal",
"FormulateToAGivenSaltOutTemperature": true,
"FormulationMaximumSaltOutTemperature": "sample string 49",
"LocationID": "sample string 50",
"LocationGuid": "168d9b84-a335-4da5-827d-8b708c75fba3",
"LocationName": "sample string 51",
"AutomatedBlenderTypeEnum": 0,
"AutomatedBlenderTypeAsString": "None",
"AutomatedBlenderDataStoragePath": "sample string 53",
"RancoBlenderSettingsPrinted": false,
"RancoMaximumCapacity": "sample string 56",
"RancoMaximumDialSetting": "sample string 57",
"PercentBoronWarning": 58.1,
"SuppressBatchSheetLoadCheckboxes": true,
"AutomatedBlenderProductAttributeToUse": "sample string 60",
"Inactive": true,
"AutomatedBlenderShippedFromLocationCode": "sample string 62",
"AutomatedBlenderAlternateCompletionFileExtension": "sample string 63",
"AutomatedBlenderUseBlendFactorForProductID": true,
"AutomatedBlenderFromRemoteDataStoragePath": "sample string 65",
"AutomatedBlenderExpirationDate": "2026-02-27T04:46:57.6415473+00:00",
"VisibleToDispatchOnly": true,
"ShipFromLocationID": "sample string 67",
"ShipFromLocationGuid": "6120a57f-fa92-4f80-829d-7b5f51ea5c5f",
"ShipFromLocationName": "sample string 68",
"AutomatedBlenderImportRoundToScale": true,
"ProductSetGUID": "18ef87cb-2e38-49ef-a10b-c97953d137fa",
"ProductDetails": [
{
"UniqueId": 1,
"DeptId": "sample string 3",
"ProdId": "sample string 4",
"ProductGuid": "1f850c42-bbb9-47d9-96e8-fd538b8c32b6",
"ProductName": "sample string 6",
"BlendingOrder": 7,
"Active": true,
"IncludeOnInvoice": true,
"MaximumNitrogenLimit": 10.1,
"MinimumNitrogenLimit": 11.1,
"MaximumPhosphorusLimit": 12.1,
"MinimumPhosphorusLimit": 13.1,
"MaximumPotassiumLimit": 14.1,
"MinimumPotassiumLimit": 15.1,
"MaximumSulfurLimit": 16.1,
"MinimumSulfurLimit": 17.1,
"MaximumUserDefinedLimit": 18.1,
"MinimumUserDefinedLimit": 19.1,
"MaximumCalciumLimit": 20.1,
"MinimumCalciumLimit": 21.1,
"MaximumMagnesiumLimit": 22.1,
"MinimumMagnesiumLimit": 23.1,
"MaximumZincLimit": 24.1,
"MinimumZincLimit": 25.1,
"MaximumIronLimit": 26.1,
"MinimumIronLimit": 27.1,
"MaximumCopperLimit": 28.1,
"MinimumCopperLimit": 29.1,
"MaximumManganeseLimit": 30.1,
"MinimumManganeseLimit": 31.1,
"MaximumBoronLimit": 32.1,
"MinimumBoronLimit": 33.1
},
{
"UniqueId": 1,
"DeptId": "sample string 3",
"ProdId": "sample string 4",
"ProductGuid": "1f850c42-bbb9-47d9-96e8-fd538b8c32b6",
"ProductName": "sample string 6",
"BlendingOrder": 7,
"Active": true,
"IncludeOnInvoice": true,
"MaximumNitrogenLimit": 10.1,
"MinimumNitrogenLimit": 11.1,
"MaximumPhosphorusLimit": 12.1,
"MinimumPhosphorusLimit": 13.1,
"MaximumPotassiumLimit": 14.1,
"MinimumPotassiumLimit": 15.1,
"MaximumSulfurLimit": 16.1,
"MinimumSulfurLimit": 17.1,
"MaximumUserDefinedLimit": 18.1,
"MinimumUserDefinedLimit": 19.1,
"MaximumCalciumLimit": 20.1,
"MinimumCalciumLimit": 21.1,
"MaximumMagnesiumLimit": 22.1,
"MinimumMagnesiumLimit": 23.1,
"MaximumZincLimit": 24.1,
"MinimumZincLimit": 25.1,
"MaximumIronLimit": 26.1,
"MinimumIronLimit": 27.1,
"MaximumCopperLimit": 28.1,
"MinimumCopperLimit": 29.1,
"MaximumManganeseLimit": 30.1,
"MinimumManganeseLimit": 31.1,
"MaximumBoronLimit": 32.1,
"MinimumBoronLimit": 33.1
}
],
"AddOns": [
{
"UniqueId": 1,
"DeptId": "sample string 3",
"ProdId": "sample string 4",
"ProductGuid": "a972277e-5ba0-4c56-a17c-bfc87c7f0134",
"ProductName": "sample string 6",
"Active": true,
"IsFeeItem": true
},
{
"UniqueId": 1,
"DeptId": "sample string 3",
"ProdId": "sample string 4",
"ProductGuid": "a972277e-5ba0-4c56-a17c-bfc87c7f0134",
"ProductName": "sample string 6",
"Active": true,
"IsFeeItem": true
}
]
}
]
}