POST v2/plantings/{plantingId}/soil-sample-events.{ext}
Creates a new soil sample event.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
plantingId | integer |
Required |
Body Parameters
SoilSampleJSONModelSimpleName | Description | Type | Additional information |
---|---|---|---|
EventDate |
Event date |
date |
Required |
SampleTypeId |
Sample type ID |
integer |
Required |
SampleDepth |
Sample depth |
integer |
Required |
CropStageId |
Crop stage ID |
integer |
None. |
SoilMoistureId |
Soil moisture ID |
integer |
None. |
Nutrients |
A list of nutrients |
Collection of NutrientJSONModel |
None. |
Request Formats
application/json, text/json, text/html
{ "EventDate": "2024-11-08T20:56:08.2657029-08:00", "SampleTypeId": 2, "SampleDepth": 3, "CropStageId": 1, "SoilMoistureId": 1, "Nutrients": [ { "Id": 1, "Name": "sample string 2", "Name_Alt": "sample string 3", "NutrientTypeId": 4, "MeasureUnitTypeId": 5, "Symbol": "sample string 6", "MeasurementUnit": { "Id": 1, "Name": "sample string 2" }, "value": 1.0, "Percentage": 7.0 }, { "Id": 1, "Name": "sample string 2", "Name_Alt": "sample string 3", "NutrientTypeId": 4, "MeasureUnitTypeId": 5, "Symbol": "sample string 6", "MeasurementUnit": { "Id": 1, "Name": "sample string 2" }, "value": 1.0, "Percentage": 7.0 } ] }
application/xml, text/xml
<SoilSampleJSONModelSimple xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <EventDate>2024-11-08T20:56:08.2657029-08:00</EventDate> <SampleTypeId>2</SampleTypeId> <SampleDepth>3</SampleDepth> <CropStageId>1</CropStageId> <SoilMoistureId>1</SoilMoistureId> <Nutrients> <NutrientJSONModel> <Id>1</Id> <Name>sample string 2</Name> <Name_Alt>sample string 3</Name_Alt> <NutrientTypeId>4</NutrientTypeId> <MeasureUnitTypeId>5</MeasureUnitTypeId> <Symbol>sample string 6</Symbol> <MeasurementUnit> <Id>1</Id> <Name>sample string 2</Name> </MeasurementUnit> <value>1</value> <Percentage>7</Percentage> </NutrientJSONModel> <NutrientJSONModel> <Id>1</Id> <Name>sample string 2</Name> <Name_Alt>sample string 3</Name_Alt> <NutrientTypeId>4</NutrientTypeId> <MeasureUnitTypeId>5</MeasureUnitTypeId> <Symbol>sample string 6</Symbol> <MeasurementUnit> <Id>1</Id> <Name>sample string 2</Name> </MeasurementUnit> <value>1</value> <Percentage>7</Percentage> </NutrientJSONModel> </Nutrients> </SoilSampleJSONModelSimple>
Response Information
Resource Description
EventResponseName | Description | Type | Additional 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
{ "Success": true, "Id": 2, "WetDate": "2024-11-08T20:56:08.7310751-08:00", "Events": [ { "EventDate": "sample string 1", "WetDate": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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": "2024-11-08T20:56:08.7310751-08: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
<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>2024-11-08T20:56:08.7310751-08:00</WetDate> <Events> <EventModel> <EventDate>sample string 1</EventDate> <WetDate>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>2024-11-08T20:56:08.7310751-08: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>