POST v3/plantings/{plantingId}/irrigation-events.{ext}

Creates an irrigation event

Request Information

URI Parameters

NameDescriptionTypeAdditional information
plantingId

integer

Required

Body Parameters

IrrigationEventModel
NameDescriptionTypeAdditional information
EventDate

Event date

date

Required

IrrigationMethodId

irrigation method ID

integer

Required

ManagerAmountRecommendation

Manager amount in inches. This field is required if ManagerAmountRecommendationHours field is not empty.

decimal number

None.

ManagerAmountRecommendationHours

Manager amount in hours. This field is required if ManagerAmountRecommendation field is not empty.

decimal number

None.

WaterApplied

Water applied, in inches. This field is required if WaterAppliedHours field is not empty.

decimal number

None.

WaterAppliedHours

Water applied, in hours. This field is required if WaterApplied field is not empty.

decimal number

None.

CustomDeficit

Custom deficit that can be used to override stress setting at the planting setting

decimal number

None.

IsCustomDeficitEnabled

Tracks whether the user enabled custom deficit

boolean

None.

Request Formats

application/json, text/json, text/html, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

EventResponse
NameDescriptionTypeAdditional information
Success

If true, previous call was successful. False otherwise.

boolean

None.

Id

Event ID

integer

None.

WetDate

Planting Wet Date

date

None.

Events

List of Events for the planting

Collection of EventModel

None.

EventGroupsSucceeding

List of succeeding events (events prior to the updated event)

Collection of EventModel

None.

ActiveEvents

String containing a comma delimited list of active events

string

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "Success": true,
  "Id": 2,
  "WetDate": "2025-04-18T09:45:58.5984877-07:00",
  "Events": [
    {
      "EventDate": "sample string 1",
      "WetDate": "2025-04-18T09:45:58.5984877-07:00",
      "SoilSamples": [
        {
          "Depth": 1,
          "Id": 2,
          "Metainfo": "sample string 3",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SampleType": "sample string 4",
          "SampleTypeId": 5,
          "Nutrients": [
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            },
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            }
          ],
          "SoilNitrateNPPM": 6.0,
          "SoilMineralNLbsAcre": 7.0,
          "LastUpdatedUser": "sample string 8"
        },
        {
          "Depth": 1,
          "Id": 2,
          "Metainfo": "sample string 3",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SampleType": "sample string 4",
          "SampleTypeId": 5,
          "Nutrients": [
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            },
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            }
          ],
          "SoilNitrateNPPM": 6.0,
          "SoilMineralNLbsAcre": 7.0,
          "LastUpdatedUser": "sample string 8"
        }
      ],
      "Fertilization": [
        {
          "Metainfo": "sample string 1",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SoilNitrate": 1.0,
          "Id": 2,
          "FertilizerApplied": 1.0,
          "FertilizerName": "sample string 3",
          "LbsPerGallon": 1.0,
          "NApplied": 1.0,
          "NPercentage": 1.0,
          "NUptake": 4.0,
          "FormulationType": "sample string 5",
          "FormulationTypeId": 6,
          "SoilSampleEventDate": "2025-04-18T09:45:58.5984877-07:00",
          "NAppliedFromWater": 1.0,
          "Recommendation": {
            "manager": 1.0,
            "managerFertilizerAmount": 1.0,
            "cropManage": 1.0
          },
          "LastUpdatedUser": "sample string 7",
          "NutrientPercentages": [
            1.0,
            2.0
          ]
        },
        {
          "Metainfo": "sample string 1",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SoilNitrate": 1.0,
          "Id": 2,
          "FertilizerApplied": 1.0,
          "FertilizerName": "sample string 3",
          "LbsPerGallon": 1.0,
          "NApplied": 1.0,
          "NPercentage": 1.0,
          "NUptake": 4.0,
          "FormulationType": "sample string 5",
          "FormulationTypeId": 6,
          "SoilSampleEventDate": "2025-04-18T09:45:58.5984877-07:00",
          "NAppliedFromWater": 1.0,
          "Recommendation": {
            "manager": 1.0,
            "managerFertilizerAmount": 1.0,
            "cropManage": 1.0
          },
          "LastUpdatedUser": "sample string 7",
          "NutrientPercentages": [
            1.0,
            2.0
          ]
        }
      ],
      "TissueSamples": [
        {
          "Id": 1,
          "Metainfo": "sample string 2",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "Location": {
            "Id": 1,
            "Name": "sample string 2",
            "ExternalID": 3,
            "DisplayOrder": 4
          },
          "LastUpdatedUser": "sample string 3",
          "CropStageId": 1,
          "Nitrate": 1.0,
          "Calcium": 1.0,
          "Potassium": 1.0,
          "Phosphorous": 1.0,
          "Magnesium": 1.0,
          "Sodium": 1.0,
          "Boron": 1.0,
          "Sulfur": 1.0,
          "Manganese": 1.0,
          "Zinc": 1.0,
          "Iron": 1.0,
          "Copper": 1.0,
          "TissueSampleNutrients": [
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            },
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            }
          ]
        },
        {
          "Id": 1,
          "Metainfo": "sample string 2",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "Location": {
            "Id": 1,
            "Name": "sample string 2",
            "ExternalID": 3,
            "DisplayOrder": 4
          },
          "LastUpdatedUser": "sample string 3",
          "CropStageId": 1,
          "Nitrate": 1.0,
          "Calcium": 1.0,
          "Potassium": 1.0,
          "Phosphorous": 1.0,
          "Magnesium": 1.0,
          "Sodium": 1.0,
          "Boron": 1.0,
          "Sulfur": 1.0,
          "Manganese": 1.0,
          "Zinc": 1.0,
          "Iron": 1.0,
          "Copper": 1.0,
          "TissueSampleNutrients": [
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            },
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            }
          ]
        }
      ],
      "Irrigation": {
        "Metainfo": "sample string 1",
        "Id": 2,
        "IrrigationMethod": "sample string 3",
        "IrrigationMethodId": 4,
        "EventDate": "2025-04-18T09:45:58.5984877-07:00",
        "Ratio": 6.0,
        "WaterApplied": 1.0,
        "Rainfall": 1.0,
        "Interval": 7.1,
        "IsOnWetDate": true,
        "RecommendationEventId": 1,
        "RecommendedIrrigationInterval": 1.0,
        "RecommendedIrrigationAmount": 9.0,
        "RecommendedIrrigationTime": 10.0,
        "ManagerAmountRecommendation": 1.0,
        "PlantingId": 11,
        "SprinklerApplicationRate": 1.0,
        "DripApplicationRate": 1.0,
        "MicroSprinklerApplicationRate": 1.0,
        "LastUpdatedUser": "sample string 12",
        "HasFlowMeterData": true,
        "FlowMeterGallons": 14.0,
        "FlowMeterArea": 1.0,
        "WetDate": "2025-04-18T09:45:58.5984877-07:00",
        "HasRecentIrrigationEvent": true,
        "HasRecentCutEvent": true,
        "ContributingRainfall": 1.0,
        "CustomDeficit": 1.0
      },
      "RainfallWeather": {
        "Metainfo": "sample string 1",
        "Id": 2,
        "Rainfall": 3.0
      },
      "CutEvent": {
        "Id": 1,
        "PlantingId": 2,
        "EventDate": "2025-04-18T09:45:58.5984877-07:00",
        "LastUpdatedUser": "sample string 4",
        "LastUpdatedTimestamp": "sample string 5",
        "MaturityId": 1,
        "Yield": 6.0,
        "CutInterval": 7.1,
        "isBookmark": true,
        "Metainfo": "sample string 8"
      }
    },
    {
      "EventDate": "sample string 1",
      "WetDate": "2025-04-18T09:45:58.5984877-07:00",
      "SoilSamples": [
        {
          "Depth": 1,
          "Id": 2,
          "Metainfo": "sample string 3",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SampleType": "sample string 4",
          "SampleTypeId": 5,
          "Nutrients": [
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            },
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            }
          ],
          "SoilNitrateNPPM": 6.0,
          "SoilMineralNLbsAcre": 7.0,
          "LastUpdatedUser": "sample string 8"
        },
        {
          "Depth": 1,
          "Id": 2,
          "Metainfo": "sample string 3",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SampleType": "sample string 4",
          "SampleTypeId": 5,
          "Nutrients": [
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            },
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            }
          ],
          "SoilNitrateNPPM": 6.0,
          "SoilMineralNLbsAcre": 7.0,
          "LastUpdatedUser": "sample string 8"
        }
      ],
      "Fertilization": [
        {
          "Metainfo": "sample string 1",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SoilNitrate": 1.0,
          "Id": 2,
          "FertilizerApplied": 1.0,
          "FertilizerName": "sample string 3",
          "LbsPerGallon": 1.0,
          "NApplied": 1.0,
          "NPercentage": 1.0,
          "NUptake": 4.0,
          "FormulationType": "sample string 5",
          "FormulationTypeId": 6,
          "SoilSampleEventDate": "2025-04-18T09:45:58.5984877-07:00",
          "NAppliedFromWater": 1.0,
          "Recommendation": {
            "manager": 1.0,
            "managerFertilizerAmount": 1.0,
            "cropManage": 1.0
          },
          "LastUpdatedUser": "sample string 7",
          "NutrientPercentages": [
            1.0,
            2.0
          ]
        },
        {
          "Metainfo": "sample string 1",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SoilNitrate": 1.0,
          "Id": 2,
          "FertilizerApplied": 1.0,
          "FertilizerName": "sample string 3",
          "LbsPerGallon": 1.0,
          "NApplied": 1.0,
          "NPercentage": 1.0,
          "NUptake": 4.0,
          "FormulationType": "sample string 5",
          "FormulationTypeId": 6,
          "SoilSampleEventDate": "2025-04-18T09:45:58.5984877-07:00",
          "NAppliedFromWater": 1.0,
          "Recommendation": {
            "manager": 1.0,
            "managerFertilizerAmount": 1.0,
            "cropManage": 1.0
          },
          "LastUpdatedUser": "sample string 7",
          "NutrientPercentages": [
            1.0,
            2.0
          ]
        }
      ],
      "TissueSamples": [
        {
          "Id": 1,
          "Metainfo": "sample string 2",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "Location": {
            "Id": 1,
            "Name": "sample string 2",
            "ExternalID": 3,
            "DisplayOrder": 4
          },
          "LastUpdatedUser": "sample string 3",
          "CropStageId": 1,
          "Nitrate": 1.0,
          "Calcium": 1.0,
          "Potassium": 1.0,
          "Phosphorous": 1.0,
          "Magnesium": 1.0,
          "Sodium": 1.0,
          "Boron": 1.0,
          "Sulfur": 1.0,
          "Manganese": 1.0,
          "Zinc": 1.0,
          "Iron": 1.0,
          "Copper": 1.0,
          "TissueSampleNutrients": [
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            },
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            }
          ]
        },
        {
          "Id": 1,
          "Metainfo": "sample string 2",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "Location": {
            "Id": 1,
            "Name": "sample string 2",
            "ExternalID": 3,
            "DisplayOrder": 4
          },
          "LastUpdatedUser": "sample string 3",
          "CropStageId": 1,
          "Nitrate": 1.0,
          "Calcium": 1.0,
          "Potassium": 1.0,
          "Phosphorous": 1.0,
          "Magnesium": 1.0,
          "Sodium": 1.0,
          "Boron": 1.0,
          "Sulfur": 1.0,
          "Manganese": 1.0,
          "Zinc": 1.0,
          "Iron": 1.0,
          "Copper": 1.0,
          "TissueSampleNutrients": [
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            },
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            }
          ]
        }
      ],
      "Irrigation": {
        "Metainfo": "sample string 1",
        "Id": 2,
        "IrrigationMethod": "sample string 3",
        "IrrigationMethodId": 4,
        "EventDate": "2025-04-18T09:45:58.5984877-07:00",
        "Ratio": 6.0,
        "WaterApplied": 1.0,
        "Rainfall": 1.0,
        "Interval": 7.1,
        "IsOnWetDate": true,
        "RecommendationEventId": 1,
        "RecommendedIrrigationInterval": 1.0,
        "RecommendedIrrigationAmount": 9.0,
        "RecommendedIrrigationTime": 10.0,
        "ManagerAmountRecommendation": 1.0,
        "PlantingId": 11,
        "SprinklerApplicationRate": 1.0,
        "DripApplicationRate": 1.0,
        "MicroSprinklerApplicationRate": 1.0,
        "LastUpdatedUser": "sample string 12",
        "HasFlowMeterData": true,
        "FlowMeterGallons": 14.0,
        "FlowMeterArea": 1.0,
        "WetDate": "2025-04-18T09:45:58.5984877-07:00",
        "HasRecentIrrigationEvent": true,
        "HasRecentCutEvent": true,
        "ContributingRainfall": 1.0,
        "CustomDeficit": 1.0
      },
      "RainfallWeather": {
        "Metainfo": "sample string 1",
        "Id": 2,
        "Rainfall": 3.0
      },
      "CutEvent": {
        "Id": 1,
        "PlantingId": 2,
        "EventDate": "2025-04-18T09:45:58.5984877-07:00",
        "LastUpdatedUser": "sample string 4",
        "LastUpdatedTimestamp": "sample string 5",
        "MaturityId": 1,
        "Yield": 6.0,
        "CutInterval": 7.1,
        "isBookmark": true,
        "Metainfo": "sample string 8"
      }
    }
  ],
  "EventGroupsSucceeding": [
    {
      "EventDate": "sample string 1",
      "WetDate": "2025-04-18T09:45:58.5984877-07:00",
      "SoilSamples": [
        {
          "Depth": 1,
          "Id": 2,
          "Metainfo": "sample string 3",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SampleType": "sample string 4",
          "SampleTypeId": 5,
          "Nutrients": [
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            },
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            }
          ],
          "SoilNitrateNPPM": 6.0,
          "SoilMineralNLbsAcre": 7.0,
          "LastUpdatedUser": "sample string 8"
        },
        {
          "Depth": 1,
          "Id": 2,
          "Metainfo": "sample string 3",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SampleType": "sample string 4",
          "SampleTypeId": 5,
          "Nutrients": [
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            },
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            }
          ],
          "SoilNitrateNPPM": 6.0,
          "SoilMineralNLbsAcre": 7.0,
          "LastUpdatedUser": "sample string 8"
        }
      ],
      "Fertilization": [
        {
          "Metainfo": "sample string 1",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SoilNitrate": 1.0,
          "Id": 2,
          "FertilizerApplied": 1.0,
          "FertilizerName": "sample string 3",
          "LbsPerGallon": 1.0,
          "NApplied": 1.0,
          "NPercentage": 1.0,
          "NUptake": 4.0,
          "FormulationType": "sample string 5",
          "FormulationTypeId": 6,
          "SoilSampleEventDate": "2025-04-18T09:45:58.5984877-07:00",
          "NAppliedFromWater": 1.0,
          "Recommendation": {
            "manager": 1.0,
            "managerFertilizerAmount": 1.0,
            "cropManage": 1.0
          },
          "LastUpdatedUser": "sample string 7",
          "NutrientPercentages": [
            1.0,
            2.0
          ]
        },
        {
          "Metainfo": "sample string 1",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SoilNitrate": 1.0,
          "Id": 2,
          "FertilizerApplied": 1.0,
          "FertilizerName": "sample string 3",
          "LbsPerGallon": 1.0,
          "NApplied": 1.0,
          "NPercentage": 1.0,
          "NUptake": 4.0,
          "FormulationType": "sample string 5",
          "FormulationTypeId": 6,
          "SoilSampleEventDate": "2025-04-18T09:45:58.5984877-07:00",
          "NAppliedFromWater": 1.0,
          "Recommendation": {
            "manager": 1.0,
            "managerFertilizerAmount": 1.0,
            "cropManage": 1.0
          },
          "LastUpdatedUser": "sample string 7",
          "NutrientPercentages": [
            1.0,
            2.0
          ]
        }
      ],
      "TissueSamples": [
        {
          "Id": 1,
          "Metainfo": "sample string 2",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "Location": {
            "Id": 1,
            "Name": "sample string 2",
            "ExternalID": 3,
            "DisplayOrder": 4
          },
          "LastUpdatedUser": "sample string 3",
          "CropStageId": 1,
          "Nitrate": 1.0,
          "Calcium": 1.0,
          "Potassium": 1.0,
          "Phosphorous": 1.0,
          "Magnesium": 1.0,
          "Sodium": 1.0,
          "Boron": 1.0,
          "Sulfur": 1.0,
          "Manganese": 1.0,
          "Zinc": 1.0,
          "Iron": 1.0,
          "Copper": 1.0,
          "TissueSampleNutrients": [
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            },
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            }
          ]
        },
        {
          "Id": 1,
          "Metainfo": "sample string 2",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "Location": {
            "Id": 1,
            "Name": "sample string 2",
            "ExternalID": 3,
            "DisplayOrder": 4
          },
          "LastUpdatedUser": "sample string 3",
          "CropStageId": 1,
          "Nitrate": 1.0,
          "Calcium": 1.0,
          "Potassium": 1.0,
          "Phosphorous": 1.0,
          "Magnesium": 1.0,
          "Sodium": 1.0,
          "Boron": 1.0,
          "Sulfur": 1.0,
          "Manganese": 1.0,
          "Zinc": 1.0,
          "Iron": 1.0,
          "Copper": 1.0,
          "TissueSampleNutrients": [
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            },
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            }
          ]
        }
      ],
      "Irrigation": {
        "Metainfo": "sample string 1",
        "Id": 2,
        "IrrigationMethod": "sample string 3",
        "IrrigationMethodId": 4,
        "EventDate": "2025-04-18T09:45:58.5984877-07:00",
        "Ratio": 6.0,
        "WaterApplied": 1.0,
        "Rainfall": 1.0,
        "Interval": 7.1,
        "IsOnWetDate": true,
        "RecommendationEventId": 1,
        "RecommendedIrrigationInterval": 1.0,
        "RecommendedIrrigationAmount": 9.0,
        "RecommendedIrrigationTime": 10.0,
        "ManagerAmountRecommendation": 1.0,
        "PlantingId": 11,
        "SprinklerApplicationRate": 1.0,
        "DripApplicationRate": 1.0,
        "MicroSprinklerApplicationRate": 1.0,
        "LastUpdatedUser": "sample string 12",
        "HasFlowMeterData": true,
        "FlowMeterGallons": 14.0,
        "FlowMeterArea": 1.0,
        "WetDate": "2025-04-18T09:45:58.5984877-07:00",
        "HasRecentIrrigationEvent": true,
        "HasRecentCutEvent": true,
        "ContributingRainfall": 1.0,
        "CustomDeficit": 1.0
      },
      "RainfallWeather": {
        "Metainfo": "sample string 1",
        "Id": 2,
        "Rainfall": 3.0
      },
      "CutEvent": {
        "Id": 1,
        "PlantingId": 2,
        "EventDate": "2025-04-18T09:45:58.5984877-07:00",
        "LastUpdatedUser": "sample string 4",
        "LastUpdatedTimestamp": "sample string 5",
        "MaturityId": 1,
        "Yield": 6.0,
        "CutInterval": 7.1,
        "isBookmark": true,
        "Metainfo": "sample string 8"
      }
    },
    {
      "EventDate": "sample string 1",
      "WetDate": "2025-04-18T09:45:58.5984877-07:00",
      "SoilSamples": [
        {
          "Depth": 1,
          "Id": 2,
          "Metainfo": "sample string 3",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SampleType": "sample string 4",
          "SampleTypeId": 5,
          "Nutrients": [
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            },
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            }
          ],
          "SoilNitrateNPPM": 6.0,
          "SoilMineralNLbsAcre": 7.0,
          "LastUpdatedUser": "sample string 8"
        },
        {
          "Depth": 1,
          "Id": 2,
          "Metainfo": "sample string 3",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SampleType": "sample string 4",
          "SampleTypeId": 5,
          "Nutrients": [
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            },
            {
              "Nutrient": "sample string 1",
              "Value": 2.0
            }
          ],
          "SoilNitrateNPPM": 6.0,
          "SoilMineralNLbsAcre": 7.0,
          "LastUpdatedUser": "sample string 8"
        }
      ],
      "Fertilization": [
        {
          "Metainfo": "sample string 1",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SoilNitrate": 1.0,
          "Id": 2,
          "FertilizerApplied": 1.0,
          "FertilizerName": "sample string 3",
          "LbsPerGallon": 1.0,
          "NApplied": 1.0,
          "NPercentage": 1.0,
          "NUptake": 4.0,
          "FormulationType": "sample string 5",
          "FormulationTypeId": 6,
          "SoilSampleEventDate": "2025-04-18T09:45:58.5984877-07:00",
          "NAppliedFromWater": 1.0,
          "Recommendation": {
            "manager": 1.0,
            "managerFertilizerAmount": 1.0,
            "cropManage": 1.0
          },
          "LastUpdatedUser": "sample string 7",
          "NutrientPercentages": [
            1.0,
            2.0
          ]
        },
        {
          "Metainfo": "sample string 1",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "SoilNitrate": 1.0,
          "Id": 2,
          "FertilizerApplied": 1.0,
          "FertilizerName": "sample string 3",
          "LbsPerGallon": 1.0,
          "NApplied": 1.0,
          "NPercentage": 1.0,
          "NUptake": 4.0,
          "FormulationType": "sample string 5",
          "FormulationTypeId": 6,
          "SoilSampleEventDate": "2025-04-18T09:45:58.5984877-07:00",
          "NAppliedFromWater": 1.0,
          "Recommendation": {
            "manager": 1.0,
            "managerFertilizerAmount": 1.0,
            "cropManage": 1.0
          },
          "LastUpdatedUser": "sample string 7",
          "NutrientPercentages": [
            1.0,
            2.0
          ]
        }
      ],
      "TissueSamples": [
        {
          "Id": 1,
          "Metainfo": "sample string 2",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "Location": {
            "Id": 1,
            "Name": "sample string 2",
            "ExternalID": 3,
            "DisplayOrder": 4
          },
          "LastUpdatedUser": "sample string 3",
          "CropStageId": 1,
          "Nitrate": 1.0,
          "Calcium": 1.0,
          "Potassium": 1.0,
          "Phosphorous": 1.0,
          "Magnesium": 1.0,
          "Sodium": 1.0,
          "Boron": 1.0,
          "Sulfur": 1.0,
          "Manganese": 1.0,
          "Zinc": 1.0,
          "Iron": 1.0,
          "Copper": 1.0,
          "TissueSampleNutrients": [
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            },
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            }
          ]
        },
        {
          "Id": 1,
          "Metainfo": "sample string 2",
          "CropStage": {
            "Id": 1,
            "Name": "sample string 2"
          },
          "Location": {
            "Id": 1,
            "Name": "sample string 2",
            "ExternalID": 3,
            "DisplayOrder": 4
          },
          "LastUpdatedUser": "sample string 3",
          "CropStageId": 1,
          "Nitrate": 1.0,
          "Calcium": 1.0,
          "Potassium": 1.0,
          "Phosphorous": 1.0,
          "Magnesium": 1.0,
          "Sodium": 1.0,
          "Boron": 1.0,
          "Sulfur": 1.0,
          "Manganese": 1.0,
          "Zinc": 1.0,
          "Iron": 1.0,
          "Copper": 1.0,
          "TissueSampleNutrients": [
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            },
            {
              "Symbol": "sample string 1",
              "Name": "sample string 2",
              "Value": 1.0,
              "MeasurementUnitId": 3
            }
          ]
        }
      ],
      "Irrigation": {
        "Metainfo": "sample string 1",
        "Id": 2,
        "IrrigationMethod": "sample string 3",
        "IrrigationMethodId": 4,
        "EventDate": "2025-04-18T09:45:58.5984877-07:00",
        "Ratio": 6.0,
        "WaterApplied": 1.0,
        "Rainfall": 1.0,
        "Interval": 7.1,
        "IsOnWetDate": true,
        "RecommendationEventId": 1,
        "RecommendedIrrigationInterval": 1.0,
        "RecommendedIrrigationAmount": 9.0,
        "RecommendedIrrigationTime": 10.0,
        "ManagerAmountRecommendation": 1.0,
        "PlantingId": 11,
        "SprinklerApplicationRate": 1.0,
        "DripApplicationRate": 1.0,
        "MicroSprinklerApplicationRate": 1.0,
        "LastUpdatedUser": "sample string 12",
        "HasFlowMeterData": true,
        "FlowMeterGallons": 14.0,
        "FlowMeterArea": 1.0,
        "WetDate": "2025-04-18T09:45:58.5984877-07:00",
        "HasRecentIrrigationEvent": true,
        "HasRecentCutEvent": true,
        "ContributingRainfall": 1.0,
        "CustomDeficit": 1.0
      },
      "RainfallWeather": {
        "Metainfo": "sample string 1",
        "Id": 2,
        "Rainfall": 3.0
      },
      "CutEvent": {
        "Id": 1,
        "PlantingId": 2,
        "EventDate": "2025-04-18T09:45:58.5984877-07:00",
        "LastUpdatedUser": "sample string 4",
        "LastUpdatedTimestamp": "sample string 5",
        "MaturityId": 1,
        "Yield": 6.0,
        "CutInterval": 7.1,
        "isBookmark": true,
        "Metainfo": "sample string 8"
      }
    }
  ],
  "ActiveEvents": "sample string 4"
}

application/xml, text/xml

Sample:
<EventResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Success>true</Success>
  <Id>2</Id>
  <WetDate>2025-04-18T09:45:58.5984877-07:00</WetDate>
  <Events>
    <EventModel>
      <EventDate>sample string 1</EventDate>
      <WetDate>2025-04-18T09:45:58.5984877-07:00</WetDate>
      <SoilSamples>
        <SoilSampleModel>
          <Depth>1</Depth>
          <Id>2</Id>
          <Metainfo>sample string 3</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SampleType>sample string 4</SampleType>
          <SampleTypeId>5</SampleTypeId>
          <Nutrients>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
          </Nutrients>
          <SoilNitrateNPPM>6</SoilNitrateNPPM>
          <SoilMineralNLbsAcre>7</SoilMineralNLbsAcre>
          <LastUpdatedUser>sample string 8</LastUpdatedUser>
        </SoilSampleModel>
        <SoilSampleModel>
          <Depth>1</Depth>
          <Id>2</Id>
          <Metainfo>sample string 3</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SampleType>sample string 4</SampleType>
          <SampleTypeId>5</SampleTypeId>
          <Nutrients>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
          </Nutrients>
          <SoilNitrateNPPM>6</SoilNitrateNPPM>
          <SoilMineralNLbsAcre>7</SoilMineralNLbsAcre>
          <LastUpdatedUser>sample string 8</LastUpdatedUser>
        </SoilSampleModel>
      </SoilSamples>
      <Fertilization>
        <FertilizationModel>
          <Metainfo>sample string 1</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SoilNitrate>1</SoilNitrate>
          <Id>2</Id>
          <FertilizerApplied>1</FertilizerApplied>
          <FertilizerName>sample string 3</FertilizerName>
          <LbsPerGallon>1</LbsPerGallon>
          <NApplied>1</NApplied>
          <NPercentage>1</NPercentage>
          <NUptake>4</NUptake>
          <FormulationType>sample string 5</FormulationType>
          <FormulationTypeId>6</FormulationTypeId>
          <SoilSampleEventDate>2025-04-18T09:45:58.5984877-07:00</SoilSampleEventDate>
          <NAppliedFromWater>1</NAppliedFromWater>
          <Recommendation>
            <manager>1</manager>
            <managerFertilizerAmount>1</managerFertilizerAmount>
            <cropManage>1</cropManage>
          </Recommendation>
          <LastUpdatedUser>sample string 7</LastUpdatedUser>
          <NutrientPercentages>
            <decimal>1</decimal>
            <decimal>2</decimal>
          </NutrientPercentages>
        </FertilizationModel>
        <FertilizationModel>
          <Metainfo>sample string 1</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SoilNitrate>1</SoilNitrate>
          <Id>2</Id>
          <FertilizerApplied>1</FertilizerApplied>
          <FertilizerName>sample string 3</FertilizerName>
          <LbsPerGallon>1</LbsPerGallon>
          <NApplied>1</NApplied>
          <NPercentage>1</NPercentage>
          <NUptake>4</NUptake>
          <FormulationType>sample string 5</FormulationType>
          <FormulationTypeId>6</FormulationTypeId>
          <SoilSampleEventDate>2025-04-18T09:45:58.5984877-07:00</SoilSampleEventDate>
          <NAppliedFromWater>1</NAppliedFromWater>
          <Recommendation>
            <manager>1</manager>
            <managerFertilizerAmount>1</managerFertilizerAmount>
            <cropManage>1</cropManage>
          </Recommendation>
          <LastUpdatedUser>sample string 7</LastUpdatedUser>
          <NutrientPercentages>
            <decimal>1</decimal>
            <decimal>2</decimal>
          </NutrientPercentages>
        </FertilizationModel>
      </Fertilization>
      <TissueSamples>
        <TissueSampleModel>
          <Id>1</Id>
          <Metainfo>sample string 2</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <Location>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <ExternalID>3</ExternalID>
            <DisplayOrder>4</DisplayOrder>
          </Location>
          <LastUpdatedUser>sample string 3</LastUpdatedUser>
          <CropStageId>1</CropStageId>
          <Nitrate>1</Nitrate>
          <Calcium>1</Calcium>
          <Potassium>1</Potassium>
          <Phosphorous>1</Phosphorous>
          <Magnesium>1</Magnesium>
          <Sodium>1</Sodium>
          <Boron>1</Boron>
          <Sulfur>1</Sulfur>
          <Manganese>1</Manganese>
          <Zinc>1</Zinc>
          <Iron>1</Iron>
          <Copper>1</Copper>
          <TissueSampleNutrients>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
          </TissueSampleNutrients>
        </TissueSampleModel>
        <TissueSampleModel>
          <Id>1</Id>
          <Metainfo>sample string 2</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <Location>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <ExternalID>3</ExternalID>
            <DisplayOrder>4</DisplayOrder>
          </Location>
          <LastUpdatedUser>sample string 3</LastUpdatedUser>
          <CropStageId>1</CropStageId>
          <Nitrate>1</Nitrate>
          <Calcium>1</Calcium>
          <Potassium>1</Potassium>
          <Phosphorous>1</Phosphorous>
          <Magnesium>1</Magnesium>
          <Sodium>1</Sodium>
          <Boron>1</Boron>
          <Sulfur>1</Sulfur>
          <Manganese>1</Manganese>
          <Zinc>1</Zinc>
          <Iron>1</Iron>
          <Copper>1</Copper>
          <TissueSampleNutrients>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
          </TissueSampleNutrients>
        </TissueSampleModel>
      </TissueSamples>
      <Irrigation>
        <Metainfo>sample string 1</Metainfo>
        <Id>2</Id>
        <IrrigationMethod>sample string 3</IrrigationMethod>
        <IrrigationMethodId>4</IrrigationMethodId>
        <EventDate>2025-04-18T09:45:58.5984877-07:00</EventDate>
        <Ratio>6</Ratio>
        <WaterApplied>1</WaterApplied>
        <Rainfall>1</Rainfall>
        <Interval>7.1</Interval>
        <IsOnWetDate>true</IsOnWetDate>
        <RecommendationEventId>1</RecommendationEventId>
        <RecommendedIrrigationInterval>1</RecommendedIrrigationInterval>
        <RecommendedIrrigationAmount>9</RecommendedIrrigationAmount>
        <RecommendedIrrigationTime>10</RecommendedIrrigationTime>
        <ManagerAmountRecommendation>1</ManagerAmountRecommendation>
        <PlantingId>11</PlantingId>
        <SprinklerApplicationRate>1</SprinklerApplicationRate>
        <DripApplicationRate>1</DripApplicationRate>
        <MicroSprinklerApplicationRate>1</MicroSprinklerApplicationRate>
        <LastUpdatedUser>sample string 12</LastUpdatedUser>
        <HasFlowMeterData>true</HasFlowMeterData>
        <FlowMeterGallons>14</FlowMeterGallons>
        <FlowMeterArea>1</FlowMeterArea>
        <WetDate>2025-04-18T09:45:58.5984877-07:00</WetDate>
        <HasRecentIrrigationEvent>true</HasRecentIrrigationEvent>
        <HasRecentCutEvent>true</HasRecentCutEvent>
        <ContributingRainfall>1</ContributingRainfall>
        <CustomDeficit>1</CustomDeficit>
      </Irrigation>
      <RainfallWeather>
        <Metainfo>sample string 1</Metainfo>
        <Id>2</Id>
        <Rainfall>3</Rainfall>
      </RainfallWeather>
      <CutEvent>
        <Id>1</Id>
        <PlantingId>2</PlantingId>
        <EventDate>2025-04-18T09:45:58.5984877-07:00</EventDate>
        <LastUpdatedUser>sample string 4</LastUpdatedUser>
        <LastUpdatedTimestamp>sample string 5</LastUpdatedTimestamp>
        <MaturityId>1</MaturityId>
        <Yield>6</Yield>
        <CutInterval>7.1</CutInterval>
        <isBookmark>true</isBookmark>
        <Metainfo>sample string 8</Metainfo>
      </CutEvent>
    </EventModel>
    <EventModel>
      <EventDate>sample string 1</EventDate>
      <WetDate>2025-04-18T09:45:58.5984877-07:00</WetDate>
      <SoilSamples>
        <SoilSampleModel>
          <Depth>1</Depth>
          <Id>2</Id>
          <Metainfo>sample string 3</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SampleType>sample string 4</SampleType>
          <SampleTypeId>5</SampleTypeId>
          <Nutrients>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
          </Nutrients>
          <SoilNitrateNPPM>6</SoilNitrateNPPM>
          <SoilMineralNLbsAcre>7</SoilMineralNLbsAcre>
          <LastUpdatedUser>sample string 8</LastUpdatedUser>
        </SoilSampleModel>
        <SoilSampleModel>
          <Depth>1</Depth>
          <Id>2</Id>
          <Metainfo>sample string 3</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SampleType>sample string 4</SampleType>
          <SampleTypeId>5</SampleTypeId>
          <Nutrients>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
          </Nutrients>
          <SoilNitrateNPPM>6</SoilNitrateNPPM>
          <SoilMineralNLbsAcre>7</SoilMineralNLbsAcre>
          <LastUpdatedUser>sample string 8</LastUpdatedUser>
        </SoilSampleModel>
      </SoilSamples>
      <Fertilization>
        <FertilizationModel>
          <Metainfo>sample string 1</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SoilNitrate>1</SoilNitrate>
          <Id>2</Id>
          <FertilizerApplied>1</FertilizerApplied>
          <FertilizerName>sample string 3</FertilizerName>
          <LbsPerGallon>1</LbsPerGallon>
          <NApplied>1</NApplied>
          <NPercentage>1</NPercentage>
          <NUptake>4</NUptake>
          <FormulationType>sample string 5</FormulationType>
          <FormulationTypeId>6</FormulationTypeId>
          <SoilSampleEventDate>2025-04-18T09:45:58.5984877-07:00</SoilSampleEventDate>
          <NAppliedFromWater>1</NAppliedFromWater>
          <Recommendation>
            <manager>1</manager>
            <managerFertilizerAmount>1</managerFertilizerAmount>
            <cropManage>1</cropManage>
          </Recommendation>
          <LastUpdatedUser>sample string 7</LastUpdatedUser>
          <NutrientPercentages>
            <decimal>1</decimal>
            <decimal>2</decimal>
          </NutrientPercentages>
        </FertilizationModel>
        <FertilizationModel>
          <Metainfo>sample string 1</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SoilNitrate>1</SoilNitrate>
          <Id>2</Id>
          <FertilizerApplied>1</FertilizerApplied>
          <FertilizerName>sample string 3</FertilizerName>
          <LbsPerGallon>1</LbsPerGallon>
          <NApplied>1</NApplied>
          <NPercentage>1</NPercentage>
          <NUptake>4</NUptake>
          <FormulationType>sample string 5</FormulationType>
          <FormulationTypeId>6</FormulationTypeId>
          <SoilSampleEventDate>2025-04-18T09:45:58.5984877-07:00</SoilSampleEventDate>
          <NAppliedFromWater>1</NAppliedFromWater>
          <Recommendation>
            <manager>1</manager>
            <managerFertilizerAmount>1</managerFertilizerAmount>
            <cropManage>1</cropManage>
          </Recommendation>
          <LastUpdatedUser>sample string 7</LastUpdatedUser>
          <NutrientPercentages>
            <decimal>1</decimal>
            <decimal>2</decimal>
          </NutrientPercentages>
        </FertilizationModel>
      </Fertilization>
      <TissueSamples>
        <TissueSampleModel>
          <Id>1</Id>
          <Metainfo>sample string 2</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <Location>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <ExternalID>3</ExternalID>
            <DisplayOrder>4</DisplayOrder>
          </Location>
          <LastUpdatedUser>sample string 3</LastUpdatedUser>
          <CropStageId>1</CropStageId>
          <Nitrate>1</Nitrate>
          <Calcium>1</Calcium>
          <Potassium>1</Potassium>
          <Phosphorous>1</Phosphorous>
          <Magnesium>1</Magnesium>
          <Sodium>1</Sodium>
          <Boron>1</Boron>
          <Sulfur>1</Sulfur>
          <Manganese>1</Manganese>
          <Zinc>1</Zinc>
          <Iron>1</Iron>
          <Copper>1</Copper>
          <TissueSampleNutrients>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
          </TissueSampleNutrients>
        </TissueSampleModel>
        <TissueSampleModel>
          <Id>1</Id>
          <Metainfo>sample string 2</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <Location>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <ExternalID>3</ExternalID>
            <DisplayOrder>4</DisplayOrder>
          </Location>
          <LastUpdatedUser>sample string 3</LastUpdatedUser>
          <CropStageId>1</CropStageId>
          <Nitrate>1</Nitrate>
          <Calcium>1</Calcium>
          <Potassium>1</Potassium>
          <Phosphorous>1</Phosphorous>
          <Magnesium>1</Magnesium>
          <Sodium>1</Sodium>
          <Boron>1</Boron>
          <Sulfur>1</Sulfur>
          <Manganese>1</Manganese>
          <Zinc>1</Zinc>
          <Iron>1</Iron>
          <Copper>1</Copper>
          <TissueSampleNutrients>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
          </TissueSampleNutrients>
        </TissueSampleModel>
      </TissueSamples>
      <Irrigation>
        <Metainfo>sample string 1</Metainfo>
        <Id>2</Id>
        <IrrigationMethod>sample string 3</IrrigationMethod>
        <IrrigationMethodId>4</IrrigationMethodId>
        <EventDate>2025-04-18T09:45:58.5984877-07:00</EventDate>
        <Ratio>6</Ratio>
        <WaterApplied>1</WaterApplied>
        <Rainfall>1</Rainfall>
        <Interval>7.1</Interval>
        <IsOnWetDate>true</IsOnWetDate>
        <RecommendationEventId>1</RecommendationEventId>
        <RecommendedIrrigationInterval>1</RecommendedIrrigationInterval>
        <RecommendedIrrigationAmount>9</RecommendedIrrigationAmount>
        <RecommendedIrrigationTime>10</RecommendedIrrigationTime>
        <ManagerAmountRecommendation>1</ManagerAmountRecommendation>
        <PlantingId>11</PlantingId>
        <SprinklerApplicationRate>1</SprinklerApplicationRate>
        <DripApplicationRate>1</DripApplicationRate>
        <MicroSprinklerApplicationRate>1</MicroSprinklerApplicationRate>
        <LastUpdatedUser>sample string 12</LastUpdatedUser>
        <HasFlowMeterData>true</HasFlowMeterData>
        <FlowMeterGallons>14</FlowMeterGallons>
        <FlowMeterArea>1</FlowMeterArea>
        <WetDate>2025-04-18T09:45:58.5984877-07:00</WetDate>
        <HasRecentIrrigationEvent>true</HasRecentIrrigationEvent>
        <HasRecentCutEvent>true</HasRecentCutEvent>
        <ContributingRainfall>1</ContributingRainfall>
        <CustomDeficit>1</CustomDeficit>
      </Irrigation>
      <RainfallWeather>
        <Metainfo>sample string 1</Metainfo>
        <Id>2</Id>
        <Rainfall>3</Rainfall>
      </RainfallWeather>
      <CutEvent>
        <Id>1</Id>
        <PlantingId>2</PlantingId>
        <EventDate>2025-04-18T09:45:58.5984877-07:00</EventDate>
        <LastUpdatedUser>sample string 4</LastUpdatedUser>
        <LastUpdatedTimestamp>sample string 5</LastUpdatedTimestamp>
        <MaturityId>1</MaturityId>
        <Yield>6</Yield>
        <CutInterval>7.1</CutInterval>
        <isBookmark>true</isBookmark>
        <Metainfo>sample string 8</Metainfo>
      </CutEvent>
    </EventModel>
  </Events>
  <EventGroupsSucceeding>
    <EventModel>
      <EventDate>sample string 1</EventDate>
      <WetDate>2025-04-18T09:45:58.5984877-07:00</WetDate>
      <SoilSamples>
        <SoilSampleModel>
          <Depth>1</Depth>
          <Id>2</Id>
          <Metainfo>sample string 3</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SampleType>sample string 4</SampleType>
          <SampleTypeId>5</SampleTypeId>
          <Nutrients>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
          </Nutrients>
          <SoilNitrateNPPM>6</SoilNitrateNPPM>
          <SoilMineralNLbsAcre>7</SoilMineralNLbsAcre>
          <LastUpdatedUser>sample string 8</LastUpdatedUser>
        </SoilSampleModel>
        <SoilSampleModel>
          <Depth>1</Depth>
          <Id>2</Id>
          <Metainfo>sample string 3</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SampleType>sample string 4</SampleType>
          <SampleTypeId>5</SampleTypeId>
          <Nutrients>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
          </Nutrients>
          <SoilNitrateNPPM>6</SoilNitrateNPPM>
          <SoilMineralNLbsAcre>7</SoilMineralNLbsAcre>
          <LastUpdatedUser>sample string 8</LastUpdatedUser>
        </SoilSampleModel>
      </SoilSamples>
      <Fertilization>
        <FertilizationModel>
          <Metainfo>sample string 1</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SoilNitrate>1</SoilNitrate>
          <Id>2</Id>
          <FertilizerApplied>1</FertilizerApplied>
          <FertilizerName>sample string 3</FertilizerName>
          <LbsPerGallon>1</LbsPerGallon>
          <NApplied>1</NApplied>
          <NPercentage>1</NPercentage>
          <NUptake>4</NUptake>
          <FormulationType>sample string 5</FormulationType>
          <FormulationTypeId>6</FormulationTypeId>
          <SoilSampleEventDate>2025-04-18T09:45:58.5984877-07:00</SoilSampleEventDate>
          <NAppliedFromWater>1</NAppliedFromWater>
          <Recommendation>
            <manager>1</manager>
            <managerFertilizerAmount>1</managerFertilizerAmount>
            <cropManage>1</cropManage>
          </Recommendation>
          <LastUpdatedUser>sample string 7</LastUpdatedUser>
          <NutrientPercentages>
            <decimal>1</decimal>
            <decimal>2</decimal>
          </NutrientPercentages>
        </FertilizationModel>
        <FertilizationModel>
          <Metainfo>sample string 1</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SoilNitrate>1</SoilNitrate>
          <Id>2</Id>
          <FertilizerApplied>1</FertilizerApplied>
          <FertilizerName>sample string 3</FertilizerName>
          <LbsPerGallon>1</LbsPerGallon>
          <NApplied>1</NApplied>
          <NPercentage>1</NPercentage>
          <NUptake>4</NUptake>
          <FormulationType>sample string 5</FormulationType>
          <FormulationTypeId>6</FormulationTypeId>
          <SoilSampleEventDate>2025-04-18T09:45:58.5984877-07:00</SoilSampleEventDate>
          <NAppliedFromWater>1</NAppliedFromWater>
          <Recommendation>
            <manager>1</manager>
            <managerFertilizerAmount>1</managerFertilizerAmount>
            <cropManage>1</cropManage>
          </Recommendation>
          <LastUpdatedUser>sample string 7</LastUpdatedUser>
          <NutrientPercentages>
            <decimal>1</decimal>
            <decimal>2</decimal>
          </NutrientPercentages>
        </FertilizationModel>
      </Fertilization>
      <TissueSamples>
        <TissueSampleModel>
          <Id>1</Id>
          <Metainfo>sample string 2</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <Location>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <ExternalID>3</ExternalID>
            <DisplayOrder>4</DisplayOrder>
          </Location>
          <LastUpdatedUser>sample string 3</LastUpdatedUser>
          <CropStageId>1</CropStageId>
          <Nitrate>1</Nitrate>
          <Calcium>1</Calcium>
          <Potassium>1</Potassium>
          <Phosphorous>1</Phosphorous>
          <Magnesium>1</Magnesium>
          <Sodium>1</Sodium>
          <Boron>1</Boron>
          <Sulfur>1</Sulfur>
          <Manganese>1</Manganese>
          <Zinc>1</Zinc>
          <Iron>1</Iron>
          <Copper>1</Copper>
          <TissueSampleNutrients>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
          </TissueSampleNutrients>
        </TissueSampleModel>
        <TissueSampleModel>
          <Id>1</Id>
          <Metainfo>sample string 2</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <Location>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <ExternalID>3</ExternalID>
            <DisplayOrder>4</DisplayOrder>
          </Location>
          <LastUpdatedUser>sample string 3</LastUpdatedUser>
          <CropStageId>1</CropStageId>
          <Nitrate>1</Nitrate>
          <Calcium>1</Calcium>
          <Potassium>1</Potassium>
          <Phosphorous>1</Phosphorous>
          <Magnesium>1</Magnesium>
          <Sodium>1</Sodium>
          <Boron>1</Boron>
          <Sulfur>1</Sulfur>
          <Manganese>1</Manganese>
          <Zinc>1</Zinc>
          <Iron>1</Iron>
          <Copper>1</Copper>
          <TissueSampleNutrients>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
          </TissueSampleNutrients>
        </TissueSampleModel>
      </TissueSamples>
      <Irrigation>
        <Metainfo>sample string 1</Metainfo>
        <Id>2</Id>
        <IrrigationMethod>sample string 3</IrrigationMethod>
        <IrrigationMethodId>4</IrrigationMethodId>
        <EventDate>2025-04-18T09:45:58.5984877-07:00</EventDate>
        <Ratio>6</Ratio>
        <WaterApplied>1</WaterApplied>
        <Rainfall>1</Rainfall>
        <Interval>7.1</Interval>
        <IsOnWetDate>true</IsOnWetDate>
        <RecommendationEventId>1</RecommendationEventId>
        <RecommendedIrrigationInterval>1</RecommendedIrrigationInterval>
        <RecommendedIrrigationAmount>9</RecommendedIrrigationAmount>
        <RecommendedIrrigationTime>10</RecommendedIrrigationTime>
        <ManagerAmountRecommendation>1</ManagerAmountRecommendation>
        <PlantingId>11</PlantingId>
        <SprinklerApplicationRate>1</SprinklerApplicationRate>
        <DripApplicationRate>1</DripApplicationRate>
        <MicroSprinklerApplicationRate>1</MicroSprinklerApplicationRate>
        <LastUpdatedUser>sample string 12</LastUpdatedUser>
        <HasFlowMeterData>true</HasFlowMeterData>
        <FlowMeterGallons>14</FlowMeterGallons>
        <FlowMeterArea>1</FlowMeterArea>
        <WetDate>2025-04-18T09:45:58.5984877-07:00</WetDate>
        <HasRecentIrrigationEvent>true</HasRecentIrrigationEvent>
        <HasRecentCutEvent>true</HasRecentCutEvent>
        <ContributingRainfall>1</ContributingRainfall>
        <CustomDeficit>1</CustomDeficit>
      </Irrigation>
      <RainfallWeather>
        <Metainfo>sample string 1</Metainfo>
        <Id>2</Id>
        <Rainfall>3</Rainfall>
      </RainfallWeather>
      <CutEvent>
        <Id>1</Id>
        <PlantingId>2</PlantingId>
        <EventDate>2025-04-18T09:45:58.5984877-07:00</EventDate>
        <LastUpdatedUser>sample string 4</LastUpdatedUser>
        <LastUpdatedTimestamp>sample string 5</LastUpdatedTimestamp>
        <MaturityId>1</MaturityId>
        <Yield>6</Yield>
        <CutInterval>7.1</CutInterval>
        <isBookmark>true</isBookmark>
        <Metainfo>sample string 8</Metainfo>
      </CutEvent>
    </EventModel>
    <EventModel>
      <EventDate>sample string 1</EventDate>
      <WetDate>2025-04-18T09:45:58.5984877-07:00</WetDate>
      <SoilSamples>
        <SoilSampleModel>
          <Depth>1</Depth>
          <Id>2</Id>
          <Metainfo>sample string 3</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SampleType>sample string 4</SampleType>
          <SampleTypeId>5</SampleTypeId>
          <Nutrients>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
          </Nutrients>
          <SoilNitrateNPPM>6</SoilNitrateNPPM>
          <SoilMineralNLbsAcre>7</SoilMineralNLbsAcre>
          <LastUpdatedUser>sample string 8</LastUpdatedUser>
        </SoilSampleModel>
        <SoilSampleModel>
          <Depth>1</Depth>
          <Id>2</Id>
          <Metainfo>sample string 3</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SampleType>sample string 4</SampleType>
          <SampleTypeId>5</SampleTypeId>
          <Nutrients>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
            <NutrientSimpleModel>
              <Nutrient>sample string 1</Nutrient>
              <Value>2</Value>
            </NutrientSimpleModel>
          </Nutrients>
          <SoilNitrateNPPM>6</SoilNitrateNPPM>
          <SoilMineralNLbsAcre>7</SoilMineralNLbsAcre>
          <LastUpdatedUser>sample string 8</LastUpdatedUser>
        </SoilSampleModel>
      </SoilSamples>
      <Fertilization>
        <FertilizationModel>
          <Metainfo>sample string 1</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SoilNitrate>1</SoilNitrate>
          <Id>2</Id>
          <FertilizerApplied>1</FertilizerApplied>
          <FertilizerName>sample string 3</FertilizerName>
          <LbsPerGallon>1</LbsPerGallon>
          <NApplied>1</NApplied>
          <NPercentage>1</NPercentage>
          <NUptake>4</NUptake>
          <FormulationType>sample string 5</FormulationType>
          <FormulationTypeId>6</FormulationTypeId>
          <SoilSampleEventDate>2025-04-18T09:45:58.5984877-07:00</SoilSampleEventDate>
          <NAppliedFromWater>1</NAppliedFromWater>
          <Recommendation>
            <manager>1</manager>
            <managerFertilizerAmount>1</managerFertilizerAmount>
            <cropManage>1</cropManage>
          </Recommendation>
          <LastUpdatedUser>sample string 7</LastUpdatedUser>
          <NutrientPercentages>
            <decimal>1</decimal>
            <decimal>2</decimal>
          </NutrientPercentages>
        </FertilizationModel>
        <FertilizationModel>
          <Metainfo>sample string 1</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <SoilNitrate>1</SoilNitrate>
          <Id>2</Id>
          <FertilizerApplied>1</FertilizerApplied>
          <FertilizerName>sample string 3</FertilizerName>
          <LbsPerGallon>1</LbsPerGallon>
          <NApplied>1</NApplied>
          <NPercentage>1</NPercentage>
          <NUptake>4</NUptake>
          <FormulationType>sample string 5</FormulationType>
          <FormulationTypeId>6</FormulationTypeId>
          <SoilSampleEventDate>2025-04-18T09:45:58.5984877-07:00</SoilSampleEventDate>
          <NAppliedFromWater>1</NAppliedFromWater>
          <Recommendation>
            <manager>1</manager>
            <managerFertilizerAmount>1</managerFertilizerAmount>
            <cropManage>1</cropManage>
          </Recommendation>
          <LastUpdatedUser>sample string 7</LastUpdatedUser>
          <NutrientPercentages>
            <decimal>1</decimal>
            <decimal>2</decimal>
          </NutrientPercentages>
        </FertilizationModel>
      </Fertilization>
      <TissueSamples>
        <TissueSampleModel>
          <Id>1</Id>
          <Metainfo>sample string 2</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <Location>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <ExternalID>3</ExternalID>
            <DisplayOrder>4</DisplayOrder>
          </Location>
          <LastUpdatedUser>sample string 3</LastUpdatedUser>
          <CropStageId>1</CropStageId>
          <Nitrate>1</Nitrate>
          <Calcium>1</Calcium>
          <Potassium>1</Potassium>
          <Phosphorous>1</Phosphorous>
          <Magnesium>1</Magnesium>
          <Sodium>1</Sodium>
          <Boron>1</Boron>
          <Sulfur>1</Sulfur>
          <Manganese>1</Manganese>
          <Zinc>1</Zinc>
          <Iron>1</Iron>
          <Copper>1</Copper>
          <TissueSampleNutrients>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
          </TissueSampleNutrients>
        </TissueSampleModel>
        <TissueSampleModel>
          <Id>1</Id>
          <Metainfo>sample string 2</Metainfo>
          <CropStage>
            <Id>1</Id>
            <Name>sample string 2</Name>
          </CropStage>
          <Location>
            <Id>1</Id>
            <Name>sample string 2</Name>
            <ExternalID>3</ExternalID>
            <DisplayOrder>4</DisplayOrder>
          </Location>
          <LastUpdatedUser>sample string 3</LastUpdatedUser>
          <CropStageId>1</CropStageId>
          <Nitrate>1</Nitrate>
          <Calcium>1</Calcium>
          <Potassium>1</Potassium>
          <Phosphorous>1</Phosphorous>
          <Magnesium>1</Magnesium>
          <Sodium>1</Sodium>
          <Boron>1</Boron>
          <Sulfur>1</Sulfur>
          <Manganese>1</Manganese>
          <Zinc>1</Zinc>
          <Iron>1</Iron>
          <Copper>1</Copper>
          <TissueSampleNutrients>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
            <EventSnapshotTissueSampleNutrient>
              <Symbol>sample string 1</Symbol>
              <Name>sample string 2</Name>
              <Value>1</Value>
              <MeasurementUnitId>3</MeasurementUnitId>
            </EventSnapshotTissueSampleNutrient>
          </TissueSampleNutrients>
        </TissueSampleModel>
      </TissueSamples>
      <Irrigation>
        <Metainfo>sample string 1</Metainfo>
        <Id>2</Id>
        <IrrigationMethod>sample string 3</IrrigationMethod>
        <IrrigationMethodId>4</IrrigationMethodId>
        <EventDate>2025-04-18T09:45:58.5984877-07:00</EventDate>
        <Ratio>6</Ratio>
        <WaterApplied>1</WaterApplied>
        <Rainfall>1</Rainfall>
        <Interval>7.1</Interval>
        <IsOnWetDate>true</IsOnWetDate>
        <RecommendationEventId>1</RecommendationEventId>
        <RecommendedIrrigationInterval>1</RecommendedIrrigationInterval>
        <RecommendedIrrigationAmount>9</RecommendedIrrigationAmount>
        <RecommendedIrrigationTime>10</RecommendedIrrigationTime>
        <ManagerAmountRecommendation>1</ManagerAmountRecommendation>
        <PlantingId>11</PlantingId>
        <SprinklerApplicationRate>1</SprinklerApplicationRate>
        <DripApplicationRate>1</DripApplicationRate>
        <MicroSprinklerApplicationRate>1</MicroSprinklerApplicationRate>
        <LastUpdatedUser>sample string 12</LastUpdatedUser>
        <HasFlowMeterData>true</HasFlowMeterData>
        <FlowMeterGallons>14</FlowMeterGallons>
        <FlowMeterArea>1</FlowMeterArea>
        <WetDate>2025-04-18T09:45:58.5984877-07:00</WetDate>
        <HasRecentIrrigationEvent>true</HasRecentIrrigationEvent>
        <HasRecentCutEvent>true</HasRecentCutEvent>
        <ContributingRainfall>1</ContributingRainfall>
        <CustomDeficit>1</CustomDeficit>
      </Irrigation>
      <RainfallWeather>
        <Metainfo>sample string 1</Metainfo>
        <Id>2</Id>
        <Rainfall>3</Rainfall>
      </RainfallWeather>
      <CutEvent>
        <Id>1</Id>
        <PlantingId>2</PlantingId>
        <EventDate>2025-04-18T09:45:58.5984877-07:00</EventDate>
        <LastUpdatedUser>sample string 4</LastUpdatedUser>
        <LastUpdatedTimestamp>sample string 5</LastUpdatedTimestamp>
        <MaturityId>1</MaturityId>
        <Yield>6</Yield>
        <CutInterval>7.1</CutInterval>
        <isBookmark>true</isBookmark>
        <Metainfo>sample string 8</Metainfo>
      </CutEvent>
    </EventModel>
  </EventGroupsSucceeding>
  <ActiveEvents>sample string 4</ActiveEvents>
</EventResponse>