PUT Plan/PutFieldPlan

Edit a Field Plan.

Request Information

URI Parameters

Body Parameters

Field Plan object to update.

ClsFldPlan
NameDescriptionTypeAdditional Information
UniqueID

A unique identification number used to reference the plan

integer

Must be numeric

GrowerID

A unique ID by which the customer is referenced

string

Max length: 6

FieldID

The unique identification for the field being used on the plan

string

Max length: 8

AreaID

The identification value for the area used on the plan

string

Max length: 3

PlanID

The identification letter for the plan within the current AreaId

string

Max length: 1

LocationID

The identification number for the location used on the plan

string

Required

Max length: 6

CropName

The name of the crop the plan is being generated for

string

Max length: 15

Placement

The method in which the product is applied (broadcast, sprayed, knifed, etc.)

string

Max length: 30

CropChemistryType

string

Max length: 80

OrderedDate

The date the plan was created

string

Required

Data type: DateTime

Format must be MM/dd/yyyy

BillingNotes

Comments for the field plan.

string

Max length: 80

EstExecutionDate

The tentative date set for the fullfillment of the plan

string

Data type: DateTime

Format must be MM/dd/yyyy

Quantity

The number of acres, hectares, tons, tonnes, or 1000 SqFt for which to formulate a plan

decimal number

This is set with the total of the PlanFields Quantities.

QuantityUOM

QuantityUOM valid entries are 'Acres', 'Tons', 'Hect', 'Tonne', or '1000 SqFt'.

string
RegistrationNumber

User defined identification number for the plan.

string

Max length: 15

ProductSetDescription

Name given to the Product Set, which is used a determine the products applied to the ticket to satisfy an analysis.

string

Required

Max length: 15

MixIsALiquidType

Used to determine if the mixture is a liquid type.

boolean

Must be 0, 1, True, or False

PriceBy

PriceBy valid entries are 'Products', 'Blended Analysis', or 'Guaranteed Analysis'.

string
CustomApplied

Indicates if this load was custom applied. Checking the box negates all federal and state checking for restricted use products.

boolean

Must be 0, 1, True, or False

Repacked

Indicates if this load is repackaged from another source.

boolean

Must be 0, 1, True, or False

VRT

Indicates this is a variable rate application.

boolean

Must be 0, 1, True, or False

Mini_Bulk

Indicates if this is a mini bulk load.

boolean

Must be 0, 1, True, or False

GrowerApproved

Indicates if the grower has approved this Field Plan.

boolean

Must be 0, 1, True, or False

PaymentTermsID

ID of the payment terms applied to the Field Plan.

string

Max length: 15

PaymentTermDescription

Only valid in GET methods. The name given the a payment term used on the plan.

string

Max length: 20

ApplicationComments

Optional notes that can be added before or after the job is completed.

string

Max length: 255

MixComments

Optional notes related to the mixing of the items on the plan.

string

Max length: 255

TargetPests

Name of the Pest(s) this application will control.

string

Max length: 255

BatchBreakdownAsPartialBatches

Indicates if the batches created from the ticket are partial or full batches.

boolean

Must be 0, 1, True, or False

BlenderCapacity

The volume capacity of the blender used to fullfill the plan.

decimal number

Must be numeric

BlenderCapacityUnit

BlenderCapacityUnit valid entries are 'Pounds', 'Kilograms', 'Cubic Feet', or 'Gallons'.

string
NumberOfBatches

Number of batches desired of final product from the plan.

integer

Must be numeric

ShipVia

Method of shipment.

string

Max length: 25

ShipToID

Address of the order destination.

string

Max length: 50

AuthorizedAgentContactName

Person associated with this customer who is authorized to make decisions.

string

Max length: 50

County

Defaults from the Ship To address. If a county is not set on the Ship To address, it defaults from the field. If no county is entered on the field, it defaults from the customer's setup.

string

Max length: 60

CustomerPONumber

Customer provided purchase order number.

string

Max length: 20

ControlNumber

Optional number that may be used to reference an internal control number (such as hand ticket numbers) associated with the Plan.

string

Max length: 10

SalespersonID

ID of the salesperson for the plan.

string

Max length: 15

Territory

Optional information from the customer setup.

string

Max length: 15

CustomerFederalPermitNumber

The non-expired federal permits of all customers associated with this Field Plan.

string

Max length: 60

CustomerFederalPermitNumberExpirationDate

Experiation date for the federal permint of the customer.

string

Data type: DateTime

Format must be MM/dd/yyyy

AdditionalComments

Optional notes that can be added before or after the job is completed.

string

Max length: 240

GuaranteedAnalysisStringFormatted

The percent nutrient analysis of the products used to formulate the Plan.

string

Max length: 75

AnalysisQuantity

The quantity of fertilizer material.

decimal number

Must be numeric

AnalysisQuantityUOM

The unit of measure for the quantity of fertilizer material.

string

Max length: 10

AnalysisPricingUOM

The unit of measure for the pricing of fertilizer material.

string

Max length: 10

AnalysisQuantityToPricingRatio

The analysis billing divisor.

decimal number

Must be numeric

AnalysisDensity

The denisty amount of the fertilizer material.

decimal number

Must be numeric

AnalysisPoundsPerInventoryUnit

The Inventory unit type for the pounds of fertilizer material on the plan.

decimal number

Must be numeric

StartDate

The start date of the plan

string

Data type: DateTime

Format must be MM/dd/yyyy

EndDate

The end date of the plan

string

Data type: DateTime

Format must be MM/dd/yyyy

FertTagAnalysisType

The enumeration to indicate the blend type

FertTagAnalysisTypeEnum
FertTagAnalysisTypeAsString

VALID ONLY IN GET (ReadOnly Property) - used as the string representation of the FertTagAnalysisType enumeration

string
FertTagRegisteredName

VALID ONLY when FertTagAnalysisType is set as "RegisteredBlend" (2 as the enumeration value)

string

Max length: 200

Grower360Visible

Indicates if the plan should be displayed in Grower360

boolean

Must be 0, 1, True, or False

PlanName

The user defined 'Name' of the blend

string

Max length: 80

ClearPlanName

Indicates if the PlanName should be cleared in the database. Valid only for PUT method.

boolean

Must be 0, 1, True, or False

PlanFields

List of the fields covered by the plan.

Collection of ClsPlanFields

Required

List cannot be empty

PlanCustomers

List of the customers covered by the plan.

Collection of ClsPlanCustomers

Required

List cannot be empty

PlanProducts

List of the products used to fullfill the plan.

Collection of ClsPlanProducts

Required

List cannot be empty

PlanApplicatorVehicle

List of the applicators or vehicles used to complete the plan.

Collection of ClsPlanApplicatorVehicle
PlanCountyPermits

List of the county permits for the plan.

Collection of ClsPlanCountyPermits

Request Formats

application/json, text/json

Sample:
{
  "UniqueID": 6,
  "GrowerID": "sample string 7",
  "FieldID": "sample string 8",
  "AreaID": "sample string 9",
  "PlanID": "sample string 10",
  "LocationID": "sample string 11",
  "CropName": "sample string 12",
  "Placement": "sample string 13",
  "CropChemistryType": "sample string 14",
  "OrderedDate": "sample string 15",
  "BillingNotes": "sample string 17",
  "EstExecutionDate": "sample string 18",
  "Quantity": 28.2,
  "QuantityUOM": "sample string 19",
  "RegistrationNumber": "sample string 20",
  "ProductSetDescription": "sample string 21",
  "MixIsALiquidType": true,
  "PriceBy": "sample string 23",
  "CustomApplied": true,
  "Repacked": true,
  "VRT": true,
  "Mini_Bulk": true,
  "GrowerApproved": true,
  "PaymentTermsID": "sample string 30",
  "PaymentTermDescription": "sample string 31",
  "ApplicationComments": "sample string 32",
  "MixComments": "sample string 33",
  "TargetPests": "sample string 34",
  "BatchBreakdownAsPartialBatches": true,
  "BlenderCapacity": 36.1,
  "BlenderCapacityUnit": "sample string 37",
  "NumberOfBatches": 38,
  "ShipVia": "sample string 39",
  "ShipToID": "sample string 40",
  "AuthorizedAgentContactName": "sample string 41",
  "County": "sample string 42",
  "CustomerPONumber": "sample string 43",
  "ControlNumber": "sample string 44",
  "SalespersonID": "sample string 45",
  "Territory": "sample string 46",
  "CustomerFederalPermitNumber": "sample string 47",
  "CustomerFederalPermitNumberExpirationDate": "sample string 48",
  "AdditionalComments": "sample string 49",
  "GuaranteedAnalysisStringFormatted": "sample string 50",
  "AnalysisQuantity": 51.1,
  "AnalysisQuantityUOM": "sample string 52",
  "AnalysisPricingUOM": "sample string 53",
  "AnalysisQuantityToPricingRatio": 54.1,
  "AnalysisDensity": 55.1,
  "AnalysisPoundsPerInventoryUnit": 56.1,
  "StartDate": "sample string 57",
  "EndDate": "sample string 58",
  "FertTagAnalysisType": 0,
  "FertTagAnalysisTypeAsString": "Calculated Analysis",
  "FertTagRegisteredName": "sample string 59",
  "Grower360Visible": true,
  "PlanName": "sample string 60",
  "ClearPlanName": true,
  "PlanFields": [
    {
      "LineItem": 1,
      "GrowerID": "sample string 2",
      "FieldID": "sample string 3",
      "FieldRecNum": 4,
      "FieldGUID": "sample string 5",
      "FieldDescription": "sample string 6",
      "FarmKey": 7,
      "FarmName": "sample string 8",
      "FarmGUID": "sample string 9",
      "FarmDescription": "sample string 10",
      "GrowerFirstName": "sample string 11",
      "GrowerLastName": "sample string 12",
      "GrowerGUID": "sample string 13",
      "Quantity": 14.1,
      "ApplicationZoneWkt": "sample string 15"
    },
    {
      "LineItem": 1,
      "GrowerID": "sample string 2",
      "FieldID": "sample string 3",
      "FieldRecNum": 4,
      "FieldGUID": "sample string 5",
      "FieldDescription": "sample string 6",
      "FarmKey": 7,
      "FarmName": "sample string 8",
      "FarmGUID": "sample string 9",
      "FarmDescription": "sample string 10",
      "GrowerFirstName": "sample string 11",
      "GrowerLastName": "sample string 12",
      "GrowerGUID": "sample string 13",
      "Quantity": 14.1,
      "ApplicationZoneWkt": "sample string 15"
    }
  ],
  "PlanCustomers": [
    {
      "SplitNumber": 1,
      "CustomerID": "sample string 2",
      "QuoteStatus": "sample string 3",
      "FirstName": "sample string 4",
      "LastName": "sample string 5",
      "CustomerGUID": "sample string 6",
      "SplitPercent1": 7.1,
      "SplitPercent2": 8.1,
      "SplitPercent3": 9.1,
      "BillToID": "sample string 10",
      "AnalysisQuotedPrice": 1.1,
      "AnalysisPercent": 11.1
    },
    {
      "SplitNumber": 1,
      "CustomerID": "sample string 2",
      "QuoteStatus": "sample string 3",
      "FirstName": "sample string 4",
      "LastName": "sample string 5",
      "CustomerGUID": "sample string 6",
      "SplitPercent1": 7.1,
      "SplitPercent2": 8.1,
      "SplitPercent3": 9.1,
      "BillToID": "sample string 10",
      "AnalysisQuotedPrice": 1.1,
      "AnalysisPercent": 11.1
    }
  ],
  "PlanProducts": [
    {
      "ProductLineItem": 1,
      "ProductGUID": "sample string 2",
      "DepartmentID": "sample string 3",
      "ProductID": "sample string 4",
      "ProductName": "sample string 5",
      "RatePerUnitAmount": 6.1,
      "RatingUOM": "sample string 7",
      "TotalRatingAmount": 8.1,
      "MixedAmount": 9.1,
      "MixingUOM": "sample string 10",
      "MixingScale": 11,
      "ISAnalysisItem": true,
      "InventoryAmount": 13.1,
      "InventoryUOM": "sample string 14",
      "ListPrice": 15.1,
      "PricingUOM": "sample string 16",
      "CropCode": "sample string 17",
      "Container": "sample string 18",
      "LotNumber": "sample string 19",
      "ComPrefix": "sample string 20",
      "TechnologyLicenseNumber": "sample string 21",
      "ExcludeFromMixFile": true,
      "TotalPoundsInTheMix": 23.1,
      "UpdateAgvanceBasedOnRateMixInventoryPounds": "sample string 24",
      "Density": 25.1,
      "ISLiquidStateOfMatter": true,
      "PoundsPerRatingUnit": 27.1,
      "RateToBlendRatio": 28.1,
      "BlendToInventoryRatio": 29.1,
      "InventoryToPricingRatio": 30.1,
      "PoundsPerInventoryUnit": 31.1,
      "SpecificGravity": 32.1,
      "ISFeeItem": true,
      "MixGroup": 34,
      "PlanProductCustomerPriceOverrides": [
        {
          "CustomerID": "sample string 1",
          "PriceOverride": 1.1,
          "SplitPercentOverride": 1.1
        },
        {
          "CustomerID": "sample string 1",
          "PriceOverride": 1.1,
          "SplitPercentOverride": 1.1
        }
      ]
    },
    {
      "ProductLineItem": 1,
      "ProductGUID": "sample string 2",
      "DepartmentID": "sample string 3",
      "ProductID": "sample string 4",
      "ProductName": "sample string 5",
      "RatePerUnitAmount": 6.1,
      "RatingUOM": "sample string 7",
      "TotalRatingAmount": 8.1,
      "MixedAmount": 9.1,
      "MixingUOM": "sample string 10",
      "MixingScale": 11,
      "ISAnalysisItem": true,
      "InventoryAmount": 13.1,
      "InventoryUOM": "sample string 14",
      "ListPrice": 15.1,
      "PricingUOM": "sample string 16",
      "CropCode": "sample string 17",
      "Container": "sample string 18",
      "LotNumber": "sample string 19",
      "ComPrefix": "sample string 20",
      "TechnologyLicenseNumber": "sample string 21",
      "ExcludeFromMixFile": true,
      "TotalPoundsInTheMix": 23.1,
      "UpdateAgvanceBasedOnRateMixInventoryPounds": "sample string 24",
      "Density": 25.1,
      "ISLiquidStateOfMatter": true,
      "PoundsPerRatingUnit": 27.1,
      "RateToBlendRatio": 28.1,
      "BlendToInventoryRatio": 29.1,
      "InventoryToPricingRatio": 30.1,
      "PoundsPerInventoryUnit": 31.1,
      "SpecificGravity": 32.1,
      "ISFeeItem": true,
      "MixGroup": 34,
      "PlanProductCustomerPriceOverrides": [
        {
          "CustomerID": "sample string 1",
          "PriceOverride": 1.1,
          "SplitPercentOverride": 1.1
        },
        {
          "CustomerID": "sample string 1",
          "PriceOverride": 1.1,
          "SplitPercentOverride": 1.1
        }
      ]
    }
  ],
  "PlanApplicatorVehicle": [
    {
      "LineItem": 1,
      "ApplicatorID": "sample string 2",
      "ApplicatorFirstName": "sample string 3",
      "ApplicatorLastName": "sample string 4",
      "ApplicatorLicenseNumber": "sample string 5",
      "ApplicatorLicenseExpirationDate": "sample string 6",
      "VehicleID": "sample string 7",
      "VehicleDescription": "sample string 8",
      "VehicleType": "sample string 9",
      "Acres": 10.1
    },
    {
      "LineItem": 1,
      "ApplicatorID": "sample string 2",
      "ApplicatorFirstName": "sample string 3",
      "ApplicatorLastName": "sample string 4",
      "ApplicatorLicenseNumber": "sample string 5",
      "ApplicatorLicenseExpirationDate": "sample string 6",
      "VehicleID": "sample string 7",
      "VehicleDescription": "sample string 8",
      "VehicleType": "sample string 9",
      "Acres": 10.1
    }
  ],
  "PlanCountyPermits": [
    {
      "LineItem": 1,
      "PermitNumber": "sample string 2"
    },
    {
      "LineItem": 1,
      "PermitNumber": "sample string 2"
    }
  ]
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: No set method for property 'FertTagAnalysisTypeAsString' in type 'SSI.plbl.ClsFldPlan'.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: No set method for property 'FertTagAnalysisTypeAsString' in type 'SSI.plbl.ClsFldPlan'.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ClsFldPlan'.

Response Information

Resource Description

Edit a Field Plan.

AgvPlan
NameDescriptionTypeAdditional Information
Status

Status of the API call.

string
Message

Message of the API call.

string
ErrorList

List of error messages of the API call.

Collection of string
Count

Count of how many ClsFldPlan JSON dictionaries.

string
PlanList

JSON dictionary of Field Plans

Collection of ClsFldPlan

Response Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Message": "sample string 2",
  "ErrorList": [
    "sample string 1",
    "sample string 2"
  ],
  "Count": "2",
  "PlanList": [
    {
      "UniqueID": 6,
      "GrowerID": "sample string 7",
      "FieldID": "sample string 8",
      "AreaID": "sample string 9",
      "PlanID": "sample string 10",
      "LocationID": "sample string 11",
      "CropName": "sample string 12",
      "Placement": "sample string 13",
      "CropChemistryType": "sample string 14",
      "OrderedDate": "sample string 15",
      "BillingNotes": "sample string 17",
      "EstExecutionDate": "sample string 18",
      "Quantity": 28.2,
      "QuantityUOM": "sample string 19",
      "RegistrationNumber": "sample string 20",
      "ProductSetDescription": "sample string 21",
      "MixIsALiquidType": true,
      "PriceBy": "sample string 23",
      "CustomApplied": true,
      "Repacked": true,
      "VRT": true,
      "Mini_Bulk": true,
      "GrowerApproved": true,
      "PaymentTermsID": "sample string 30",
      "PaymentTermDescription": "sample string 31",
      "ApplicationComments": "sample string 32",
      "MixComments": "sample string 33",
      "TargetPests": "sample string 34",
      "BatchBreakdownAsPartialBatches": true,
      "BlenderCapacity": 36.1,
      "BlenderCapacityUnit": "sample string 37",
      "NumberOfBatches": 38,
      "ShipVia": "sample string 39",
      "ShipToID": "sample string 40",
      "AuthorizedAgentContactName": "sample string 41",
      "County": "sample string 42",
      "CustomerPONumber": "sample string 43",
      "ControlNumber": "sample string 44",
      "SalespersonID": "sample string 45",
      "Territory": "sample string 46",
      "CustomerFederalPermitNumber": "sample string 47",
      "CustomerFederalPermitNumberExpirationDate": "sample string 48",
      "AdditionalComments": "sample string 49",
      "GuaranteedAnalysisStringFormatted": "sample string 50",
      "AnalysisQuantity": 51.1,
      "AnalysisQuantityUOM": "sample string 52",
      "AnalysisPricingUOM": "sample string 53",
      "AnalysisQuantityToPricingRatio": 54.1,
      "AnalysisDensity": 55.1,
      "AnalysisPoundsPerInventoryUnit": 56.1,
      "StartDate": "sample string 57",
      "EndDate": "sample string 58",
      "FertTagAnalysisType": 0,
      "FertTagAnalysisTypeAsString": "Calculated Analysis",
      "FertTagRegisteredName": "sample string 59",
      "Grower360Visible": true,
      "PlanName": "sample string 60",
      "ClearPlanName": true,
      "PlanFields": [
        {
          "LineItem": 1,
          "GrowerID": "sample string 2",
          "FieldID": "sample string 3",
          "FieldRecNum": 4,
          "FieldGUID": "sample string 5",
          "FieldDescription": "sample string 6",
          "FarmKey": 7,
          "FarmName": "sample string 8",
          "FarmGUID": "sample string 9",
          "FarmDescription": "sample string 10",
          "GrowerFirstName": "sample string 11",
          "GrowerLastName": "sample string 12",
          "GrowerGUID": "sample string 13",
          "Quantity": 14.1,
          "ApplicationZoneWkt": "sample string 15"
        },
        {
          "LineItem": 1,
          "GrowerID": "sample string 2",
          "FieldID": "sample string 3",
          "FieldRecNum": 4,
          "FieldGUID": "sample string 5",
          "FieldDescription": "sample string 6",
          "FarmKey": 7,
          "FarmName": "sample string 8",
          "FarmGUID": "sample string 9",
          "FarmDescription": "sample string 10",
          "GrowerFirstName": "sample string 11",
          "GrowerLastName": "sample string 12",
          "GrowerGUID": "sample string 13",
          "Quantity": 14.1,
          "ApplicationZoneWkt": "sample string 15"
        }
      ],
      "PlanCustomers": [
        {
          "SplitNumber": 1,
          "CustomerID": "sample string 2",
          "QuoteStatus": "sample string 3",
          "FirstName": "sample string 4",
          "LastName": "sample string 5",
          "CustomerGUID": "sample string 6",
          "SplitPercent1": 7.1,
          "SplitPercent2": 8.1,
          "SplitPercent3": 9.1,
          "BillToID": "sample string 10",
          "AnalysisQuotedPrice": 1.1,
          "AnalysisPercent": 11.1
        },
        {
          "SplitNumber": 1,
          "CustomerID": "sample string 2",
          "QuoteStatus": "sample string 3",
          "FirstName": "sample string 4",
          "LastName": "sample string 5",
          "CustomerGUID": "sample string 6",
          "SplitPercent1": 7.1,
          "SplitPercent2": 8.1,
          "SplitPercent3": 9.1,
          "BillToID": "sample string 10",
          "AnalysisQuotedPrice": 1.1,
          "AnalysisPercent": 11.1
        }
      ],
      "PlanProducts": [
        {
          "ProductLineItem": 1,
          "ProductGUID": "sample string 2",
          "DepartmentID": "sample string 3",
          "ProductID": "sample string 4",
          "ProductName": "sample string 5",
          "RatePerUnitAmount": 6.1,
          "RatingUOM": "sample string 7",
          "TotalRatingAmount": 8.1,
          "MixedAmount": 9.1,
          "MixingUOM": "sample string 10",
          "MixingScale": 11,
          "ISAnalysisItem": true,
          "InventoryAmount": 13.1,
          "InventoryUOM": "sample string 14",
          "ListPrice": 15.1,
          "PricingUOM": "sample string 16",
          "CropCode": "sample string 17",
          "Container": "sample string 18",
          "LotNumber": "sample string 19",
          "ComPrefix": "sample string 20",
          "TechnologyLicenseNumber": "sample string 21",
          "ExcludeFromMixFile": true,
          "TotalPoundsInTheMix": 23.1,
          "UpdateAgvanceBasedOnRateMixInventoryPounds": "sample string 24",
          "Density": 25.1,
          "ISLiquidStateOfMatter": true,
          "PoundsPerRatingUnit": 27.1,
          "RateToBlendRatio": 28.1,
          "BlendToInventoryRatio": 29.1,
          "InventoryToPricingRatio": 30.1,
          "PoundsPerInventoryUnit": 31.1,
          "SpecificGravity": 32.1,
          "ISFeeItem": true,
          "MixGroup": 34,
          "PlanProductCustomerPriceOverrides": [
            {
              "CustomerID": "sample string 1",
              "PriceOverride": 1.1,
              "SplitPercentOverride": 1.1
            },
            {
              "CustomerID": "sample string 1",
              "PriceOverride": 1.1,
              "SplitPercentOverride": 1.1
            }
          ]
        },
        {
          "ProductLineItem": 1,
          "ProductGUID": "sample string 2",
          "DepartmentID": "sample string 3",
          "ProductID": "sample string 4",
          "ProductName": "sample string 5",
          "RatePerUnitAmount": 6.1,
          "RatingUOM": "sample string 7",
          "TotalRatingAmount": 8.1,
          "MixedAmount": 9.1,
          "MixingUOM": "sample string 10",
          "MixingScale": 11,
          "ISAnalysisItem": true,
          "InventoryAmount": 13.1,
          "InventoryUOM": "sample string 14",
          "ListPrice": 15.1,
          "PricingUOM": "sample string 16",
          "CropCode": "sample string 17",
          "Container": "sample string 18",
          "LotNumber": "sample string 19",
          "ComPrefix": "sample string 20",
          "TechnologyLicenseNumber": "sample string 21",
          "ExcludeFromMixFile": true,
          "TotalPoundsInTheMix": 23.1,
          "UpdateAgvanceBasedOnRateMixInventoryPounds": "sample string 24",
          "Density": 25.1,
          "ISLiquidStateOfMatter": true,
          "PoundsPerRatingUnit": 27.1,
          "RateToBlendRatio": 28.1,
          "BlendToInventoryRatio": 29.1,
          "InventoryToPricingRatio": 30.1,
          "PoundsPerInventoryUnit": 31.1,
          "SpecificGravity": 32.1,
          "ISFeeItem": true,
          "MixGroup": 34,
          "PlanProductCustomerPriceOverrides": [
            {
              "CustomerID": "sample string 1",
              "PriceOverride": 1.1,
              "SplitPercentOverride": 1.1
            },
            {
              "CustomerID": "sample string 1",
              "PriceOverride": 1.1,
              "SplitPercentOverride": 1.1
            }
          ]
        }
      ],
      "PlanApplicatorVehicle": [
        {
          "LineItem": 1,
          "ApplicatorID": "sample string 2",
          "ApplicatorFirstName": "sample string 3",
          "ApplicatorLastName": "sample string 4",
          "ApplicatorLicenseNumber": "sample string 5",
          "ApplicatorLicenseExpirationDate": "sample string 6",
          "VehicleID": "sample string 7",
          "VehicleDescription": "sample string 8",
          "VehicleType": "sample string 9",
          "Acres": 10.1
        },
        {
          "LineItem": 1,
          "ApplicatorID": "sample string 2",
          "ApplicatorFirstName": "sample string 3",
          "ApplicatorLastName": "sample string 4",
          "ApplicatorLicenseNumber": "sample string 5",
          "ApplicatorLicenseExpirationDate": "sample string 6",
          "VehicleID": "sample string 7",
          "VehicleDescription": "sample string 8",
          "VehicleType": "sample string 9",
          "Acres": 10.1
        }
      ],
      "PlanCountyPermits": [
        {
          "LineItem": 1,
          "PermitNumber": "sample string 2"
        },
        {
          "LineItem": 1,
          "PermitNumber": "sample string 2"
        }
      ]
    },
    {
      "UniqueID": 6,
      "GrowerID": "sample string 7",
      "FieldID": "sample string 8",
      "AreaID": "sample string 9",
      "PlanID": "sample string 10",
      "LocationID": "sample string 11",
      "CropName": "sample string 12",
      "Placement": "sample string 13",
      "CropChemistryType": "sample string 14",
      "OrderedDate": "sample string 15",
      "BillingNotes": "sample string 17",
      "EstExecutionDate": "sample string 18",
      "Quantity": 28.2,
      "QuantityUOM": "sample string 19",
      "RegistrationNumber": "sample string 20",
      "ProductSetDescription": "sample string 21",
      "MixIsALiquidType": true,
      "PriceBy": "sample string 23",
      "CustomApplied": true,
      "Repacked": true,
      "VRT": true,
      "Mini_Bulk": true,
      "GrowerApproved": true,
      "PaymentTermsID": "sample string 30",
      "PaymentTermDescription": "sample string 31",
      "ApplicationComments": "sample string 32",
      "MixComments": "sample string 33",
      "TargetPests": "sample string 34",
      "BatchBreakdownAsPartialBatches": true,
      "BlenderCapacity": 36.1,
      "BlenderCapacityUnit": "sample string 37",
      "NumberOfBatches": 38,
      "ShipVia": "sample string 39",
      "ShipToID": "sample string 40",
      "AuthorizedAgentContactName": "sample string 41",
      "County": "sample string 42",
      "CustomerPONumber": "sample string 43",
      "ControlNumber": "sample string 44",
      "SalespersonID": "sample string 45",
      "Territory": "sample string 46",
      "CustomerFederalPermitNumber": "sample string 47",
      "CustomerFederalPermitNumberExpirationDate": "sample string 48",
      "AdditionalComments": "sample string 49",
      "GuaranteedAnalysisStringFormatted": "sample string 50",
      "AnalysisQuantity": 51.1,
      "AnalysisQuantityUOM": "sample string 52",
      "AnalysisPricingUOM": "sample string 53",
      "AnalysisQuantityToPricingRatio": 54.1,
      "AnalysisDensity": 55.1,
      "AnalysisPoundsPerInventoryUnit": 56.1,
      "StartDate": "sample string 57",
      "EndDate": "sample string 58",
      "FertTagAnalysisType": 0,
      "FertTagAnalysisTypeAsString": "Calculated Analysis",
      "FertTagRegisteredName": "sample string 59",
      "Grower360Visible": true,
      "PlanName": "sample string 60",
      "ClearPlanName": true,
      "PlanFields": [
        {
          "LineItem": 1,
          "GrowerID": "sample string 2",
          "FieldID": "sample string 3",
          "FieldRecNum": 4,
          "FieldGUID": "sample string 5",
          "FieldDescription": "sample string 6",
          "FarmKey": 7,
          "FarmName": "sample string 8",
          "FarmGUID": "sample string 9",
          "FarmDescription": "sample string 10",
          "GrowerFirstName": "sample string 11",
          "GrowerLastName": "sample string 12",
          "GrowerGUID": "sample string 13",
          "Quantity": 14.1,
          "ApplicationZoneWkt": "sample string 15"
        },
        {
          "LineItem": 1,
          "GrowerID": "sample string 2",
          "FieldID": "sample string 3",
          "FieldRecNum": 4,
          "FieldGUID": "sample string 5",
          "FieldDescription": "sample string 6",
          "FarmKey": 7,
          "FarmName": "sample string 8",
          "FarmGUID": "sample string 9",
          "FarmDescription": "sample string 10",
          "GrowerFirstName": "sample string 11",
          "GrowerLastName": "sample string 12",
          "GrowerGUID": "sample string 13",
          "Quantity": 14.1,
          "ApplicationZoneWkt": "sample string 15"
        }
      ],
      "PlanCustomers": [
        {
          "SplitNumber": 1,
          "CustomerID": "sample string 2",
          "QuoteStatus": "sample string 3",
          "FirstName": "sample string 4",
          "LastName": "sample string 5",
          "CustomerGUID": "sample string 6",
          "SplitPercent1": 7.1,
          "SplitPercent2": 8.1,
          "SplitPercent3": 9.1,
          "BillToID": "sample string 10",
          "AnalysisQuotedPrice": 1.1,
          "AnalysisPercent": 11.1
        },
        {
          "SplitNumber": 1,
          "CustomerID": "sample string 2",
          "QuoteStatus": "sample string 3",
          "FirstName": "sample string 4",
          "LastName": "sample string 5",
          "CustomerGUID": "sample string 6",
          "SplitPercent1": 7.1,
          "SplitPercent2": 8.1,
          "SplitPercent3": 9.1,
          "BillToID": "sample string 10",
          "AnalysisQuotedPrice": 1.1,
          "AnalysisPercent": 11.1
        }
      ],
      "PlanProducts": [
        {
          "ProductLineItem": 1,
          "ProductGUID": "sample string 2",
          "DepartmentID": "sample string 3",
          "ProductID": "sample string 4",
          "ProductName": "sample string 5",
          "RatePerUnitAmount": 6.1,
          "RatingUOM": "sample string 7",
          "TotalRatingAmount": 8.1,
          "MixedAmount": 9.1,
          "MixingUOM": "sample string 10",
          "MixingScale": 11,
          "ISAnalysisItem": true,
          "InventoryAmount": 13.1,
          "InventoryUOM": "sample string 14",
          "ListPrice": 15.1,
          "PricingUOM": "sample string 16",
          "CropCode": "sample string 17",
          "Container": "sample string 18",
          "LotNumber": "sample string 19",
          "ComPrefix": "sample string 20",
          "TechnologyLicenseNumber": "sample string 21",
          "ExcludeFromMixFile": true,
          "TotalPoundsInTheMix": 23.1,
          "UpdateAgvanceBasedOnRateMixInventoryPounds": "sample string 24",
          "Density": 25.1,
          "ISLiquidStateOfMatter": true,
          "PoundsPerRatingUnit": 27.1,
          "RateToBlendRatio": 28.1,
          "BlendToInventoryRatio": 29.1,
          "InventoryToPricingRatio": 30.1,
          "PoundsPerInventoryUnit": 31.1,
          "SpecificGravity": 32.1,
          "ISFeeItem": true,
          "MixGroup": 34,
          "PlanProductCustomerPriceOverrides": [
            {
              "CustomerID": "sample string 1",
              "PriceOverride": 1.1,
              "SplitPercentOverride": 1.1
            },
            {
              "CustomerID": "sample string 1",
              "PriceOverride": 1.1,
              "SplitPercentOverride": 1.1
            }
          ]
        },
        {
          "ProductLineItem": 1,
          "ProductGUID": "sample string 2",
          "DepartmentID": "sample string 3",
          "ProductID": "sample string 4",
          "ProductName": "sample string 5",
          "RatePerUnitAmount": 6.1,
          "RatingUOM": "sample string 7",
          "TotalRatingAmount": 8.1,
          "MixedAmount": 9.1,
          "MixingUOM": "sample string 10",
          "MixingScale": 11,
          "ISAnalysisItem": true,
          "InventoryAmount": 13.1,
          "InventoryUOM": "sample string 14",
          "ListPrice": 15.1,
          "PricingUOM": "sample string 16",
          "CropCode": "sample string 17",
          "Container": "sample string 18",
          "LotNumber": "sample string 19",
          "ComPrefix": "sample string 20",
          "TechnologyLicenseNumber": "sample string 21",
          "ExcludeFromMixFile": true,
          "TotalPoundsInTheMix": 23.1,
          "UpdateAgvanceBasedOnRateMixInventoryPounds": "sample string 24",
          "Density": 25.1,
          "ISLiquidStateOfMatter": true,
          "PoundsPerRatingUnit": 27.1,
          "RateToBlendRatio": 28.1,
          "BlendToInventoryRatio": 29.1,
          "InventoryToPricingRatio": 30.1,
          "PoundsPerInventoryUnit": 31.1,
          "SpecificGravity": 32.1,
          "ISFeeItem": true,
          "MixGroup": 34,
          "PlanProductCustomerPriceOverrides": [
            {
              "CustomerID": "sample string 1",
              "PriceOverride": 1.1,
              "SplitPercentOverride": 1.1
            },
            {
              "CustomerID": "sample string 1",
              "PriceOverride": 1.1,
              "SplitPercentOverride": 1.1
            }
          ]
        }
      ],
      "PlanApplicatorVehicle": [
        {
          "LineItem": 1,
          "ApplicatorID": "sample string 2",
          "ApplicatorFirstName": "sample string 3",
          "ApplicatorLastName": "sample string 4",
          "ApplicatorLicenseNumber": "sample string 5",
          "ApplicatorLicenseExpirationDate": "sample string 6",
          "VehicleID": "sample string 7",
          "VehicleDescription": "sample string 8",
          "VehicleType": "sample string 9",
          "Acres": 10.1
        },
        {
          "LineItem": 1,
          "ApplicatorID": "sample string 2",
          "ApplicatorFirstName": "sample string 3",
          "ApplicatorLastName": "sample string 4",
          "ApplicatorLicenseNumber": "sample string 5",
          "ApplicatorLicenseExpirationDate": "sample string 6",
          "VehicleID": "sample string 7",
          "VehicleDescription": "sample string 8",
          "VehicleType": "sample string 9",
          "Acres": 10.1
        }
      ],
      "PlanCountyPermits": [
        {
          "LineItem": 1,
          "PermitNumber": "sample string 2"
        },
        {
          "LineItem": 1,
          "PermitNumber": "sample string 2"
        }
      ]
    }
  ]
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: No set method for property 'FertTagAnalysisTypeAsString' in type 'SSI.plbl.ClsFldPlan'.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: No set method for property 'FertTagAnalysisTypeAsString' in type 'SSI.plbl.ClsFldPlan'.