POST ExperimentListResults/GetExperimentListResultsBySteward

Request Information

URI Parameters

None.

Body Parameters

GetExperimentListResultsByStewardInput
NameDescriptionTypeAdditional information
stewardId

Collection of globally unique identifier

None.

brand

decimal number

None.

Product

decimal number

None.

SubProduct

string

None.

SuperUser

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "stewardId": [
    "ee4cf319-be37-453d-b720-643eb291b363",
    "9685feb0-4a03-4c13-a986-c5415a6187f8"
  ],
  "brand": 1.0,
  "Product": 2.0,
  "SubProduct": "sample string 3",
  "SuperUser": true
}

application/xml, text/xml

Sample:
<ExperimentListResultsController.GetExperimentListResultsByStewardInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.TrialsAPIServices.Controllers">
  <Product>2</Product>
  <SubProduct>sample string 3</SubProduct>
  <SuperUser>true</SuperUser>
  <brand>1</brand>
  <stewardId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>ee4cf319-be37-453d-b720-643eb291b363</d2p1:guid>
    <d2p1:guid>9685feb0-4a03-4c13-a986-c5415a6187f8</d2p1:guid>
  </stewardId>
</ExperimentListResultsController.GetExperimentListResultsByStewardInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ExperimentListResults
NameDescriptionTypeAdditional information
ExperimentId

globally unique identifier

None.

Title

string

None.

Name

string

None.

CropName

string

None.

CropId

integer

None.

GrowingYear

integer

None.

TypeDescription

string

None.

TypeCode

string

None.

NumberOfLoations

integer

None.

AgreementRequired

boolean

None.

NASBusinessUnitCount

integer

None.

DateAdded

date

None.

IsAvailableInTDE

boolean

None.

IsAvailableInTDEDisplay

string

None.

AgreementRequiredYesNo

string

None.

ExperimentLocations

Collection of Location

None.

Locations

Collection of Location

None.

_locationStrips

Collection of LocationStrip

None.

LocationStrips

Collection of LocationStrip

None.

Selected

boolean

None.

SalesSeason

integer

None.

Country

string

None.

Company

string

None.

ExperimentGroupIds

Collection of globally unique identifier

None.

ExperimentGroups

Collection of ExperimentGroup

None.

GroupIds

string

None.

GroupNames

string

None.

BusinessUnits

Collection of ExperimentBusinessUnitArea

None.

BusinessUnitCodes

string

None.

Factors

Collection of ExperimentFactor

None.

NumberOfFactors

integer

None.

ExperimentPartnerAssignment

Collection of ExperimentPartnerAssignment

None.

PartnerStewardNames

Collection of string

None.

StewardNames

string

None.

PartnerTrialCoordinatorNames

Collection of string

None.

PartnerTrialCoordinatorId

Collection of globally unique identifier

None.

PartnerAccountManagerNames

Collection of string

None.

productNames

Collection of ExperimentFactorProduct

None.

productNamesSeedRequest

Collection of SeedRequest

None.

subProductNames

Collection of ExperimentFactorProduct

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ExperimentId": "6393a8e6-1275-4863-9ecf-2dfc37bc7e26",
    "Title": "sample string 2",
    "Name": "sample string 3",
    "CropName": "sample string 4",
    "CropId": 5,
    "GrowingYear": 6,
    "TypeDescription": "sample string 7",
    "TypeCode": "sample string 8",
    "NumberOfLoations": 1,
    "AgreementRequired": true,
    "NASBusinessUnitCount": 10,
    "DateAdded": "2024-09-12T03:30:23.020451+00:00",
    "IsAvailableInTDE": true,
    "IsAvailableInTDEDisplay": "Y",
    "AgreementRequiredYesNo": "Yes",
    "ExperimentLocations": [
      {
        "$id": "1",
        "LocationId": "874c8c0b-b627-4d10-802d-ce6000b5e628",
        "ExperimentId": "c3f4f854-cee7-4af1-8dc0-8dcf8f1766d1",
        "AOIId": 1,
        "LocationName": "sample string 3",
        "BusinessPartnerRoleId": "f9482010-69c7-402a-8f2e-ab18e74094cc",
        "CountryCode": "sample string 4",
        "StateCode": "sample string 5",
        "CountyFipsCode": "sample string 6",
        "PostalCode": "sample string 7",
        "Latitude": 1.1,
        "Longitude": 1.1,
        "LatLongFromPostalCode": true,
        "LegalRelease": true,
        "UseName": true,
        "SilageKit": true,
        "Courtesy": true,
        "PlantingDate": "2024-09-12T03:30:23.020451+00:00",
        "HarvestDate": "2024-09-12T03:30:23.020451+00:00",
        "TrialPlanted": true,
        "TrialHarvested": true,
        "PreviousCropCode": "sample string 8",
        "IrrigateCode": 1,
        "TillageCode": "sample string 9",
        "WeighingDevice": 1.1,
        "AddName": "sample string 10",
        "AddDate": "2024-09-12T03:30:23.020451+00:00",
        "LastMaintenanceName": "sample string 12",
        "LastMaintenanceDate": "2024-09-12T03:30:23.020451+00:00",
        "TrackingName": "sample string 14",
        "SalesProviderPartnerRoleId": "2b3cb736-0702-45ab-acaa-70dd6f4814c3",
        "OperationId": "8a02b77d-7653-495c-b159-40ac1fd032ce",
        "Nitrogen": 1.1,
        "YMStatusID": 1,
        "ExperimentLocation": [
          {
            "$id": "2",
            "ExperimentLocationId": "efba9e2c-e512-472d-b8c8-385872cd6495",
            "ExperimentId": "dbb94f63-efab-4352-b29f-46dbc4b5a360",
            "LocationId": "874c8c0b-b627-4d10-802d-ce6000b5e628",
            "AddName": "sample string 4",
            "AddDate": "2024-09-12T03:30:23.0360752+00:00",
            "Location": {
              "$ref": "1"
            },
            "ChangeTracker": {
              "$id": "3",
              "State": 2,
              "ObjectsRemovedFromCollectionProperties": {},
              "OriginalValues": {},
              "ExtendedProperties": {},
              "ObjectsAddedToCollectionProperties": {}
            }
          }
        ],
        "LocationComment": [],
        "LocationMeasurement": [],
        "LocationPartnerAssignment": [
          {
            "$id": "4",
            "LocationPartnerAssignmentId": "e11b0eb0-0b6f-4dc7-ae6e-58791ee83b83",
            "LocationId": "874c8c0b-b627-4d10-802d-ce6000b5e628",
            "ExperimentPartnerAssignmentId": "0fd62c10-eb50-47a6-bccf-d3caf2531d0d",
            "CreatedLocation": true,
            "AddName": "sample string 4",
            "AddDate": "2024-09-12T03:30:23.1611018+00:00",
            "LastMaintenanceName": "sample string 6",
            "LastMaintenanceDate": "2024-09-12T03:30:23.1611018+00:00",
            "ExperimentPartnerAssignment": {
              "$id": "5",
              "ExperimentPartnerAssignmentId": "0fd62c10-eb50-47a6-bccf-d3caf2531d0d",
              "ExperimentId": "7872e33e-0f3d-4504-b0fc-7c468575bde0",
              "PartnerRoleId": "e619b974-65a3-4205-b060-6b320f3903b8",
              "AssignmentId": 4,
              "AssignedNumberOfLocations": 1,
              "IsExperimentCreator": true,
              "LastMaintenanceName": "sample string 6",
              "LastMaintenanceDate": "2024-09-12T03:30:23.1322047+00:00",
              "AssignedByPartnerRoleId": "a2557ece-74cc-4ca6-ad57-d2fd734d6511",
              "ShipTo": "sample string 8",
              "ShipToId": "54d8c268-3432-4147-8fac-26f7b1ff8be1",
              "LocationPartnerAssignment": [
                {
                  "$ref": "4"
                }
              ],
              "ExperimentPartnerAssignment1": [],
              "ChangeTracker": {
                "$id": "6",
                "State": 2,
                "ObjectsRemovedFromCollectionProperties": {},
                "OriginalValues": {},
                "ExtendedProperties": {},
                "ObjectsAddedToCollectionProperties": {
                  "LocationPartnerAssignment": [
                    {
                      "$ref": "4"
                    }
                  ]
                }
              }
            },
            "Location": {
              "$ref": "1"
            },
            "ChangeTracker": {
              "$ref": "3"
            },
            "PartnerName": "sample string 8",
            "TrackingName": "sample string 9"
          }
        ],
        "LocationStrip": [
          {
            "$id": "7",
            "LocationStripId": "f0689c4b-e0ec-4fe7-98e4-9c150fa23ce1",
            "LocationId": "874c8c0b-b627-4d10-802d-ce6000b5e628",
            "GEId": 3.0,
            "BrandId": 4.0,
            "SubProductCode": "sample string 5",
            "XCoord": 1,
            "NonHarvestQuality": 1,
            "HarvestQuality": 1,
            "EUId": 1,
            "AddName": "sample string 6",
            "AddDate": "2024-09-12T03:30:23.0840401+00:00",
            "LastMaintenanceName": "sample string 8",
            "LastMaintenanceDate": "2024-09-12T03:30:23.0840401+00:00",
            "ExperimentLocationId": "c927f42b-fb66-48cd-832a-b3a8434dbe00",
            "YMLoadName": "sample string 10",
            "YMQuality": 1,
            "Location": {
              "$ref": "1"
            },
            "LocationStripComment": [
              {
                "$id": "8",
                "LocationStripCommentId": "ac5d5f9f-e8e1-40a4-bd8a-777933b5bfdc",
                "LocationStripId": "f0689c4b-e0ec-4fe7-98e4-9c150fa23ce1",
                "CommentCategory": 1,
                "Comment": "sample string 3",
                "AddName": "sample string 4",
                "AddDate": "2024-09-12T03:30:23.0840401+00:00",
                "LastMaintenanceName": "sample string 6",
                "LastMaintenanceDate": "2024-09-12T03:30:23.0840401+00:00",
                "LocationStrip": {
                  "$ref": "7"
                },
                "ChangeTracker": {
                  "$ref": "3"
                }
              }
            ],
            "LocationStripTrait": [],
            "LocationStripASCTrait": [],
            "ChangeTracker": {
              "$id": "9",
              "State": 2,
              "ObjectsRemovedFromCollectionProperties": {},
              "OriginalValues": {},
              "ExtendedProperties": {},
              "ObjectsAddedToCollectionProperties": {
                "LocationStripComment": [
                  {
                    "$ref": "8"
                  }
                ]
              }
            }
          }
        ],
        "LocationTrait": [],
        "LocationKitRequest": [],
        "LocationAgreement": [],
        "ChangeTracker": {
          "$id": "10",
          "State": 2,
          "ObjectsRemovedFromCollectionProperties": {},
          "OriginalValues": {},
          "ExtendedProperties": {},
          "ObjectsAddedToCollectionProperties": {
            "ExperimentLocation": [
              {
                "$ref": "2"
              }
            ],
            "LocationStrip": [
              {
                "$ref": "7"
              }
            ],
            "LocationPartnerAssignment": [
              {
                "$ref": "4"
              }
            ]
          }
        }
      },
      {
        "$ref": "1"
      }
    ],
    "Locations": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "_locationStrips": [
      null,
      {
        "$ref": "7"
      }
    ],
    "LocationStrips": [
      null,
      {
        "$ref": "7"
      }
    ],
    "Selected": true,
    "SalesSeason": 1,
    "Country": "sample string 14",
    "Company": "sample string 15",
    "ExperimentGroupIds": [
      "c1b12692-4b32-4450-8df5-3a472f11fe3e",
      "fc6be4fa-b60a-45f9-8574-a71b5e3aecb3"
    ],
    "ExperimentGroups": [
      {
        "$id": "11",
        "ExperimentGroupId": "937c703f-566a-47af-a5b0-3865d957213d",
        "GroupName": "sample string 2",
        "Year": 3,
        "CropId": 1,
        "AddName": "sample string 5",
        "AddDate": "2024-09-12T03:30:23.0360752+00:00",
        "LastMaintenanceName": "sample string 7",
        "LastMaintenanceDate": "2024-09-12T03:30:23.0360752+00:00",
        "Crop": {
          "$id": "12",
          "CropId": 1,
          "Name": "sample string 2",
          "ProductLineCode": "sample string 3",
          "Genus": "sample string 4",
          "Code": "sample string 5",
          "TrackingCode": "sample string 6",
          "LastMaintenanceName": "sample string 7",
          "LastMaintenanceDate": "2024-09-12T03:30:23.0360752+00:00",
          "IsOnlySourcedLocally": true,
          "ExperimentGroup": [
            {
              "$ref": "11"
            }
          ],
          "Experiment": [],
          "ChangeTracker": {
            "$id": "13",
            "State": 2,
            "ObjectsRemovedFromCollectionProperties": {},
            "OriginalValues": {},
            "ExtendedProperties": {},
            "ObjectsAddedToCollectionProperties": {
              "ExperimentGroup": [
                {
                  "$ref": "11"
                }
              ]
            }
          }
        },
        "ExperimentGrouping": [
          {
            "$id": "14",
            "ExperimentId": "c43de01b-726b-4086-af15-b21c2085cdc5",
            "ExperimentGroupId": "937c703f-566a-47af-a5b0-3865d957213d",
            "LastMaintenanceName": "sample string 3",
            "LastMaintenanceDate": "2024-09-12T03:30:23.0360752+00:00",
            "Experiment": {
              "$id": "15",
              "ExperimentId": "c43de01b-726b-4086-af15-b21c2085cdc5",
              "Title": "sample string 2",
              "Name": "sample string 3",
              "CropId": 4,
              "ExperimentTypeId": 5,
              "GrowingYear": 6,
              "TotalPlannedLocations": 7,
              "AgreementRequired": true,
              "Description": "sample string 9",
              "NumberOfReplications": 1,
              "AddName": "sample string 10",
              "AddDate": "2024-09-12T03:30:23.0360752+00:00",
              "LastMaintenanceName": "sample string 12",
              "LastMaintenanceDate": "2024-09-12T03:30:23.0360752+00:00",
              "IsSeedLocallySourced": true,
              "IsSeedTreatmentFactor": true,
              "ParentExperimentId": "b5919c53-903e-4b18-8bf8-6b6e632331d9",
              "IsAvailableInTDE": true,
              "IsLocalExperiment": true,
              "ExperimentSubTypeId": 1,
              "SalesSeason": 1,
              "Region": "sample string 17",
              "Country": "sample string 18",
              "CompanyCode": "sample string 19",
              "ExperimentBusinessUnitArea": [
                {
                  "$id": "16",
                  "ExperimentId": "c43de01b-726b-4086-af15-b21c2085cdc5",
                  "BusinessUnitCode": "sample string 2",
                  "AddName": "sample string 3",
                  "AddDate": "2024-09-12T03:30:23.0360752+00:00",
                  "DistrictCode": "sample string 5",
                  "Experiment": {
                    "$ref": "15"
                  },
                  "ChangeTracker": {
                    "$ref": "3"
                  }
                }
              ],
              "ExperimentFactor": [
                {
                  "$id": "17",
                  "ExperimentFactorId": "76af2586-f016-4ff9-9fd7-c08a80a30486",
                  "ExperimentId": "c43de01b-726b-4086-af15-b21c2085cdc5",
                  "SortOrder": 3,
                  "TraitId": 4,
                  "FieldLayout": "sample string 5",
                  "AddName": "sample string 6",
                  "AddDate": "2024-09-12T03:30:23.103387+00:00",
                  "LastMaintenanceName": "sample string 8",
                  "LastMaintenanceDate": "2024-09-12T03:30:23.103387+00:00",
                  "Experiment": {
                    "$ref": "15"
                  },
                  "ExperimentFactorValue": [
                    {
                      "$id": "18",
                      "ExperimentFactorValueId": "18378bb7-f6d3-4090-899b-5f281b21a1f1",
                      "ExperimentFactorId": "76af2586-f016-4ff9-9fd7-c08a80a30486",
                      "SortOrder": 3,
                      "Value": 1.1,
                      "ShortValue": "sample string 4",
                      "AddName": "sample string 5",
                      "AddDate": "2024-09-12T03:30:23.1142156+00:00",
                      "LastMaintenanceName": "sample string 7",
                      "LastMaintenanceDate": "2024-09-12T03:30:23.1142156+00:00",
                      "ExperimentFactor": {
                        "$ref": "17"
                      },
                      "StripValue": [
                        {
                          "$id": "19",
                          "StripValueId": "6f2bc2a1-5b5f-4081-adb6-025b81cff977",
                          "StripId": "03f71997-b493-4762-9c6a-a8b1618d0878",
                          "ExperimentFactorId": "76af2586-f016-4ff9-9fd7-c08a80a30486",
                          "ExperimentFactorValueId": "18378bb7-f6d3-4090-899b-5f281b21a1f1",
                          "ExperimentFactorProductId": "09d5667b-a378-4eba-8cff-2708c6e6aef0",
                          "SortOrder": 4,
                          "AddName": "sample string 5",
                          "AddDate": "2024-09-12T03:30:23.1142156+00:00",
                          "LastMaintenanceName": "sample string 7",
                          "LastMaintenanceDate": "2024-09-12T03:30:23.1142156+00:00",
                          "ExperimentFactorValue": {
                            "$ref": "18"
                          },
                          "ExperimentFactor": {
                            "$ref": "17"
                          },
                          "ChangeTracker": {
                            "$ref": "3"
                          }
                        }
                      ],
                      "ChangeTracker": {
                        "$id": "20",
                        "State": 2,
                        "ObjectsRemovedFromCollectionProperties": {},
                        "OriginalValues": {},
                        "ExtendedProperties": {},
                        "ObjectsAddedToCollectionProperties": {
                          "StripValue": [
                            {
                              "$ref": "19"
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "ExperimentFactorProduct": [
                    {
                      "$id": "21",
                      "ExperimentFactorProductId": "3c71d861-3839-4bea-b3b5-186f4e3ca620",
                      "ExperimentFactorId": "76af2586-f016-4ff9-9fd7-c08a80a30486",
                      "BrandId": 3.0,
                      "GEId": 4.0,
                      "SortOrder": 5,
                      "AddName": "sample string 6",
                      "AddDate": "2024-09-12T03:30:23.1142156+00:00",
                      "LastMaintenanceName": "sample string 8",
                      "LastMaintenanceDate": "2024-09-12T03:30:23.1142156+00:00",
                      "SubProductCode": "sample string 10",
                      "NumberReservedUnits": 1,
                      "TotalNumberUnitsAllProduct": 1,
                      "StripSeedLocallySourced": true,
                      "ExperimentFactor": {
                        "$ref": "17"
                      },
                      "StripValue": [],
                      "ChangeTracker": {
                        "$id": "22",
                        "State": 2,
                        "ObjectsRemovedFromCollectionProperties": {},
                        "OriginalValues": {},
                        "ExtendedProperties": {},
                        "ObjectsAddedToCollectionProperties": {}
                      }
                    }
                  ],
                  "StripValue": [
                    {
                      "$ref": "19"
                    }
                  ],
                  "ChangeTracker": {
                    "$id": "23",
                    "State": 2,
                    "ObjectsRemovedFromCollectionProperties": {},
                    "OriginalValues": {},
                    "ExtendedProperties": {},
                    "ObjectsAddedToCollectionProperties": {
                      "ExperimentFactorValue": [
                        {
                          "$ref": "18"
                        }
                      ],
                      "StripValue": [
                        {
                          "$ref": "19"
                        }
                      ],
                      "ExperimentFactorProduct": [
                        {
                          "$ref": "21"
                        }
                      ]
                    }
                  }
                }
              ],
              "ExperimentGrouping": [
                {
                  "$ref": "14"
                }
              ],
              "ExperimentLayout": [
                {
                  "$id": "24",
                  "ExperimentLayoutId": "0c4063f2-4d40-406e-8d9d-9ae78869e921",
                  "ExperimentId": "c43de01b-726b-4086-af15-b21c2085cdc5",
                  "LayoutId": 3,
                  "Height": 4,
                  "Width": 5,
                  "AddName": "sample string 6",
                  "AddDate": "2024-09-12T03:30:23.1142156+00:00",
                  "LastMaintenanceName": "sample string 8",
                  "LastMaintenanceDate": "2024-09-12T03:30:23.1142156+00:00",
                  "Experiment": {
                    "$ref": "15"
                  },
                  "ExperimentStripLayout": [],
                  "ChangeTracker": {
                    "$id": "25",
                    "State": 2,
                    "ObjectsRemovedFromCollectionProperties": {},
                    "OriginalValues": {},
                    "ExtendedProperties": {},
                    "ObjectsAddedToCollectionProperties": {}
                  }
                }
              ],
              "ExperimentLocation": [],
              "Protocol": [],
              "Strip": [
                {
                  "$id": "26",
                  "StripId": "eed19f32-a3d4-442e-9203-538e06235b1f",
                  "ExperimentId": "c43de01b-726b-4086-af15-b21c2085cdc5",
                  "AddName": "sample string 3",
                  "AddDate": "2024-09-12T03:30:23.1142156+00:00",
                  "LastMaintenanceName": "sample string 5",
                  "LastMaintenanceDate": "2024-09-12T03:30:23.1142156+00:00",
                  "Experiment": {
                    "$ref": "15"
                  },
                  "ExperimentStripLayout": [
                    {
                      "$id": "27",
                      "ExperimentStripLayoutId": "e5b7d655-7099-4c48-8a19-4c3955f671a1",
                      "ExperimentLayoutId": "5a90476a-09d0-4894-9025-645d15819867",
                      "StripId": "eed19f32-a3d4-442e-9203-538e06235b1f",
                      "SortOrder": 4,
                      "Color": 5,
                      "AddName": "sample string 6",
                      "AddDate": "2024-09-12T03:30:23.1142156+00:00",
                      "LastMaintenanceName": "sample string 8",
                      "LastMaintenanceDate": "2024-09-12T03:30:23.1142156+00:00",
                      "InActive": true,
                      "Strip": {
                        "$ref": "26"
                      },
                      "ChangeTracker": {
                        "$ref": "3"
                      }
                    }
                  ],
                  "StripValue": [],
                  "ChangeTracker": {
                    "$id": "28",
                    "State": 2,
                    "ObjectsRemovedFromCollectionProperties": {},
                    "OriginalValues": {},
                    "ExtendedProperties": {},
                    "ObjectsAddedToCollectionProperties": {
                      "ExperimentStripLayout": [
                        {
                          "$ref": "27"
                        }
                      ]
                    }
                  }
                }
              ],
              "ExperimentMeasurement": [],
              "ExperimentPartnerAssignment": [],
              "ChangeTracker": {
                "$id": "29",
                "State": 2,
                "ObjectsRemovedFromCollectionProperties": {},
                "OriginalValues": {},
                "ExtendedProperties": {},
                "ObjectsAddedToCollectionProperties": {
                  "ExperimentGrouping": [
                    {
                      "$ref": "14"
                    }
                  ],
                  "ExperimentBusinessUnitArea": [
                    {
                      "$ref": "16"
                    }
                  ],
                  "ExperimentFactor": [
                    {
                      "$ref": "17"
                    }
                  ],
                  "Strip": [
                    {
                      "$ref": "26"
                    }
                  ],
                  "ExperimentLayout": [
                    {
                      "$ref": "24"
                    }
                  ]
                }
              }
            },
            "ExperimentGroup": {
              "$ref": "11"
            },
            "ChangeTracker": {
              "$ref": "3"
            }
          }
        ],
        "ChangeTracker": {
          "$id": "30",
          "State": 2,
          "ObjectsRemovedFromCollectionProperties": {},
          "OriginalValues": {},
          "ExtendedProperties": {},
          "ObjectsAddedToCollectionProperties": {
            "ExperimentGrouping": [
              {
                "$ref": "14"
              }
            ]
          }
        }
      },
      {
        "$ref": "11"
      }
    ],
    "GroupIds": "c1b12692-4b32-4450-8df5-3a472f11fe3e, fc6be4fa-b60a-45f9-8574-a71b5e3aecb3",
    "GroupNames": "sample string 2, sample string 2",
    "BusinessUnits": [
      {
        "$ref": "16"
      },
      {
        "$ref": "16"
      }
    ],
    "BusinessUnitCodes": "sample string 2,sample string 2",
    "NumberOfFactors": 2,
    "ExperimentPartnerAssignment": [
      null,
      {
        "$ref": "5"
      }
    ],
    "PartnerStewardNames": [
      "sample string 1",
      "sample string 2"
    ],
    "StewardNames": "sample string 1, sample string 2",
    "PartnerTrialCoordinatorNames": [
      "sample string 1",
      "sample string 2"
    ],
    "PartnerTrialCoordinatorId": [
      "5b8bfbdc-a686-480c-97fd-51f4de661094",
      "aaf5bc7f-cef6-4e30-997e-915c0b8a02ea"
    ],
    "PartnerAccountManagerNames": [
      "sample string 1",
      "sample string 2"
    ],
    "productNames": [
      {
        "$ref": "21"
      },
      {
        "$ref": "21"
      }
    ],
    "productNamesSeedRequest": [
      null,
      {
        "$id": "31",
        "SeedRequestId": "ca38b840-f4eb-4eb2-8762-db7ff6f91cf4",
        "ExperimentOrGroupId": "47f70b5e-d748-46fc-ad63-0d52b05a6273",
        "GroupRequest": true,
        "GEId": 5.0,
        "BrandId": 6.0,
        "SubProductCode": "sample string 7",
        "TotalUnitsToReserve": 8,
        "BusinessUnitCode": "sample string 1",
        "ApprovalStatusId": 10,
        "TransactionId": "206b7bd6-4d8a-4a9e-af73-1007c783697f",
        "RequestorName": "sample string 11",
        "RequestDate": "2024-09-12T03:30:23.180566+00:00",
        "ApproverName": "sample string 12",
        "ApprovalDate": "2024-09-12T03:30:23.180566+00:00",
        "ReasonForRejection": "sample string 13",
        "AddName": "sample string 14",
        "AddDate": "2024-09-12T03:30:23.180566+00:00",
        "LastMaintenanceName": "sample string 16",
        "LastMaintenanceDate": "2024-09-12T03:30:23.180566+00:00",
        "BusinessUnit": {
          "$id": "32",
          "BusinessUnitCode": "sample string 1",
          "Name": "sample string 2",
          "LastMaintenanceName": "sample string 3",
          "LastMaintenanceDate": "2024-09-12T03:30:23.0360752+00:00",
          "LegalEntityId": 1.0,
          "SortOrder": 1,
          "CompanyCode": "sample string 5",
          "CountryCode": "sample string 6",
          "Area": [
            {
              "$id": "33",
              "AreaCode": "sample string 1",
              "Name": "sample string 2",
              "BusinessUnitCode": "sample string 1",
              "LastMaintenanceName": "sample string 4",
              "LastMaintenanceDate": "2024-09-12T03:30:23.0552423+00:00",
              "BusinessUnit": {
                "$ref": "32"
              },
              "Territory": [
                {
                  "$id": "34",
                  "TerritoryCode": "sample string 1",
                  "Name": "sample string 2",
                  "AreaCode": "sample string 1",
                  "BusinessUnitCode": "sample string 1",
                  "LastMaintenanceName": "sample string 5",
                  "LastMaintenanceDate": "2024-09-12T03:30:23.0552423+00:00",
                  "Region": "sample string 7",
                  "ManagerName": "sample string 8",
                  "DistrictCode": "sample string 9",
                  "CountryCode": "sample string 10",
                  "CompanyCode": "sample string 11",
                  "Area": {
                    "$ref": "33"
                  },
                  "BusinessUnit": {
                    "$ref": "32"
                  },
                  "ChangeTracker": {
                    "$ref": "3"
                  }
                }
              ],
              "ChangeTracker": {
                "$id": "35",
                "State": 2,
                "ObjectsRemovedFromCollectionProperties": {},
                "OriginalValues": {},
                "ExtendedProperties": {},
                "ObjectsAddedToCollectionProperties": {
                  "Territory": [
                    {
                      "$ref": "34"
                    }
                  ]
                }
              }
            }
          ],
          "ExperimentBusinessUnitArea": [],
          "SeedRequest": [
            {
              "$ref": "31"
            }
          ],
          "Territory": [
            {
              "$ref": "34"
            }
          ],
          "ChangeTracker": {
            "$id": "36",
            "State": 2,
            "ObjectsRemovedFromCollectionProperties": {},
            "OriginalValues": {},
            "ExtendedProperties": {},
            "ObjectsAddedToCollectionProperties": {
              "Area": [
                {
                  "$ref": "33"
                }
              ],
              "Territory": [
                {
                  "$ref": "34"
                }
              ],
              "SeedRequest": [
                {
                  "$ref": "31"
                }
              ]
            }
          }
        },
        "SeedRequestArea": [
          {
            "$id": "37",
            "SeedRequestAreaId": "9056f0a8-17d8-48de-b2bb-fc859a669f81",
            "DistrictCode": "samplestring1",
            "SeedRequest": {
              "$ref": "31"
            },
            "ChangeTracker": {
              "$id": "38",
              "State": 2,
              "ObjectsRemovedFromCollectionProperties": {},
              "OriginalValues": {},
              "ExtendedProperties": {},
              "ObjectsAddedToCollectionProperties": {}
            }
          },
          {
            "$id": "39",
            "SeedRequestAreaId": "4450df1d-f1a4-4432-a730-6e89328e9384",
            "SeedRequestId": "ca38b840-f4eb-4eb2-8762-db7ff6f91cf4",
            "DistrictCode": "sample string 3",
            "SeedRequest": {
              "$ref": "31"
            },
            "ChangeTracker": {
              "$ref": "3"
            }
          }
        ],
        "ChangeTracker": {
          "$id": "40",
          "State": 2,
          "ObjectsRemovedFromCollectionProperties": {},
          "OriginalValues": {},
          "ExtendedProperties": {},
          "ObjectsAddedToCollectionProperties": {
            "SeedRequestArea": [
              {
                "$ref": "37"
              },
              {
                "$ref": "39"
              }
            ]
          }
        }
      }
    ],
    "subProductNames": [
      {
        "$ref": "21"
      },
      {
        "$ref": "21"
      }
    ]
  },
  {
    "ExperimentId": "6393a8e6-1275-4863-9ecf-2dfc37bc7e26",
    "Title": "sample string 2",
    "Name": "sample string 3",
    "CropName": "sample string 4",
    "CropId": 5,
    "GrowingYear": 6,
    "TypeDescription": "sample string 7",
    "TypeCode": "sample string 8",
    "NumberOfLoations": 1,
    "AgreementRequired": true,
    "NASBusinessUnitCount": 10,
    "DateAdded": "2024-09-12T03:30:23.020451+00:00",
    "IsAvailableInTDE": true,
    "IsAvailableInTDEDisplay": "Y",
    "AgreementRequiredYesNo": "Yes",
    "ExperimentLocations": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "Locations": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "_locationStrips": [
      null,
      {
        "$ref": "7"
      }
    ],
    "LocationStrips": [
      null,
      {
        "$ref": "7"
      }
    ],
    "Selected": true,
    "SalesSeason": 1,
    "Country": "sample string 14",
    "Company": "sample string 15",
    "ExperimentGroupIds": [
      "c1b12692-4b32-4450-8df5-3a472f11fe3e",
      "fc6be4fa-b60a-45f9-8574-a71b5e3aecb3"
    ],
    "ExperimentGroups": [
      {
        "$ref": "11"
      },
      {
        "$ref": "11"
      }
    ],
    "GroupIds": "c1b12692-4b32-4450-8df5-3a472f11fe3e, fc6be4fa-b60a-45f9-8574-a71b5e3aecb3",
    "GroupNames": "sample string 2, sample string 2",
    "BusinessUnits": [
      {
        "$ref": "16"
      },
      {
        "$ref": "16"
      }
    ],
    "BusinessUnitCodes": "sample string 2,sample string 2",
    "NumberOfFactors": 2,
    "ExperimentPartnerAssignment": [
      null,
      {
        "$ref": "5"
      }
    ],
    "PartnerStewardNames": [
      "sample string 1",
      "sample string 2"
    ],
    "StewardNames": "sample string 1, sample string 2",
    "PartnerTrialCoordinatorNames": [
      "sample string 1",
      "sample string 2"
    ],
    "PartnerTrialCoordinatorId": [
      "5b8bfbdc-a686-480c-97fd-51f4de661094",
      "aaf5bc7f-cef6-4e30-997e-915c0b8a02ea"
    ],
    "PartnerAccountManagerNames": [
      "sample string 1",
      "sample string 2"
    ],
    "productNames": [
      {
        "$ref": "21"
      },
      {
        "$ref": "21"
      }
    ],
    "productNamesSeedRequest": [
      null,
      {
        "$ref": "31"
      }
    ],
    "subProductNames": [
      {
        "$ref": "21"
      },
      {
        "$ref": "21"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfExperimentListResults xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
  <ExperimentListResults>
    <AgreementRequired>true</AgreementRequired>
    <BusinessUnits>
      <ExperimentBusinessUnitArea z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
        <AddDate>2024-09-12T03:30:23.0360752+00:00</AddDate>
        <AddName>sample string 3</AddName>
        <BusinessUnit i:nil="true" />
        <BusinessUnitCode>sample string 2</BusinessUnitCode>
        <ChangeTracker z:Id="i2">
          <ExtendedProperties />
          <ObjectsAddedToCollectionProperties />
          <ObjectsRemovedFromCollectionProperties />
          <OriginalValues />
          <State>Added</State>
        </ChangeTracker>
        <DistrictCode>sample string 5</DistrictCode>
        <Experiment z:Id="i3">
          <AddDate>2024-09-12T03:30:23.0360752+00:00</AddDate>
          <AddName>sample string 10</AddName>
          <AgreementRequired>true</AgreementRequired>
          <ChangeTracker z:Id="i4">
            <ExtendedProperties />
            <ObjectsAddedToCollectionProperties>
              <AddedObjectsForProperty>
                <CollectionPropertyName>ExperimentGrouping</CollectionPropertyName>
                <AddedObjects>
                  <ObjectValue z:Id="i5" i:type="ExperimentGrouping">
                    <ChangeTracker z:Ref="i2" />
                    <Experiment z:Ref="i3" />
                    <ExperimentGroup z:Id="i6">
                      <AddDate>2024-09-12T03:30:23.0360752+00:00</AddDate>
                      <AddName>sample string 5</AddName>
                      <ChangeTracker z:Id="i7">
                        <ExtendedProperties />
                        <ObjectsAddedToCollectionProperties>
                          <AddedObjectsForProperty>
                            <CollectionPropertyName>ExperimentGrouping</CollectionPropertyName>
                            <AddedObjects>
                              <ObjectValue z:Ref="i5" />
                            </AddedObjects>
                          </AddedObjectsForProperty>
                        </ObjectsAddedToCollectionProperties>
                        <ObjectsRemovedFromCollectionProperties />
                        <OriginalValues />
                        <State>Added</State>
                      </ChangeTracker>
                      <Crop z:Id="i8">
                        <ChangeTracker z:Id="i9">
                          <ExtendedProperties />
                          <ObjectsAddedToCollectionProperties>
                            <AddedObjectsForProperty>
                              <CollectionPropertyName>ExperimentGroup</CollectionPropertyName>
                              <AddedObjects>
                                <ObjectValue z:Ref="i6" />
                              </AddedObjects>
                            </AddedObjectsForProperty>
                          </ObjectsAddedToCollectionProperties>
                          <ObjectsRemovedFromCollectionProperties />
                          <OriginalValues />
                          <State>Added</State>
                        </ChangeTracker>
                        <Code>sample string 5</Code>
                        <CropId>1</CropId>
                        <Experiment />
                        <ExperimentGroup>
                          <ExperimentGroup z:Ref="i6" />
                        </ExperimentGroup>
                        <Genus>sample string 4</Genus>
                        <IsOnlySourcedLocally>true</IsOnlySourcedLocally>
                        <LastMaintenanceDate>2024-09-12T03:30:23.0360752+00:00</LastMaintenanceDate>
                        <LastMaintenanceName>sample string 7</LastMaintenanceName>
                        <Name>sample string 2</Name>
                        <ProductLineCode>sample string 3</ProductLineCode>
                        <TrackingCode>sample string 6</TrackingCode>
                      </Crop>
                      <CropId>1</CropId>
                      <ExperimentGroupId>937c703f-566a-47af-a5b0-3865d957213d</ExperimentGroupId>
                      <ExperimentGrouping>
                        <ExperimentGrouping z:Ref="i5" />
                      </ExperimentGrouping>
                      <GroupName>sample string 2</GroupName>
                      <LastMaintenanceDate>2024-09-12T03:30:23.0360752+00:00</LastMaintenanceDate>
                      <LastMaintenanceName>sample string 7</LastMaintenanceName>
                      <Year>3</Year>
                    </ExperimentGroup>
                    <ExperimentGroupId>937c703f-566a-47af-a5b0-3865d957213d</ExperimentGroupId>
                    <ExperimentId>c43de01b-726b-4086-af15-b21c2085cdc5</ExperimentId>
                    <LastMaintenanceDate>2024-09-12T03:30:23.0360752+00:00</LastMaintenanceDate>
                    <LastMaintenanceName>sample string 3</LastMaintenanceName>
                  </ObjectValue>
                </AddedObjects>
              </AddedObjectsForProperty>
              <AddedObjectsForProperty>
                <CollectionPropertyName>ExperimentBusinessUnitArea</CollectionPropertyName>
                <AddedObjects>
                  <ObjectValue z:Ref="i1" />
                </AddedObjects>
              </AddedObjectsForProperty>
              <AddedObjectsForProperty>
                <CollectionPropertyName>ExperimentFactor</CollectionPropertyName>
                <AddedObjects>
                  <ObjectValue z:Id="i10" i:type="ExperimentFactor">
                    <AddDate>2024-09-12T03:30:23.103387+00:00</AddDate>
                    <AddName>sample string 6</AddName>
                    <ChangeTracker z:Id="i11">
                      <ExtendedProperties />
                      <ObjectsAddedToCollectionProperties>
                        <AddedObjectsForProperty>
                          <CollectionPropertyName>ExperimentFactorValue</CollectionPropertyName>
                          <AddedObjects>
                            <ObjectValue z:Id="i12" i:type="ExperimentFactorValue">
                              <AddDate>2024-09-12T03:30:23.1142156+00:00</AddDate>
                              <AddName>sample string 5</AddName>
                              <ChangeTracker z:Id="i13">
                                <ExtendedProperties />
                                <ObjectsAddedToCollectionProperties>
                                  <AddedObjectsForProperty>
                                    <CollectionPropertyName>StripValue</CollectionPropertyName>
                                    <AddedObjects>
                                      <ObjectValue z:Id="i14" i:type="StripValue">
                                        <AddDate>2024-09-12T03:30:23.1142156+00:00</AddDate>
                                        <AddName>sample string 5</AddName>
                                        <ChangeTracker z:Ref="i2" />
                                        <ExperimentFactor z:Ref="i10" />
                                        <ExperimentFactorId>76af2586-f016-4ff9-9fd7-c08a80a30486</ExperimentFactorId>
                                        <ExperimentFactorProduct i:nil="true" />
                                        <ExperimentFactorProductId>09d5667b-a378-4eba-8cff-2708c6e6aef0</ExperimentFactorProductId>
                                        <ExperimentFactorValue z:Ref="i12" />
                                        <ExperimentFactorValueId>18378bb7-f6d3-4090-899b-5f281b21a1f1</ExperimentFactorValueId>
                                        <LastMaintenanceDate>2024-09-12T03:30:23.1142156+00:00</LastMaintenanceDate>
                                        <LastMaintenanceName>sample string 7</LastMaintenanceName>
                                        <SortOrder>4</SortOrder>
                                        <Strip i:nil="true" />
                                        <StripId>03f71997-b493-4762-9c6a-a8b1618d0878</StripId>
                                        <StripValueId>6f2bc2a1-5b5f-4081-adb6-025b81cff977</StripValueId>
                                      </ObjectValue>
                                    </AddedObjects>
                                  </AddedObjectsForProperty>
                                </ObjectsAddedToCollectionProperties>
                                <ObjectsRemovedFromCollectionProperties />
                                <OriginalValues />
                                <State>Added</State>
                              </ChangeTracker>
                              <ExperimentFactor z:Ref="i10" />
                              <ExperimentFactorId>76af2586-f016-4ff9-9fd7-c08a80a30486</ExperimentFactorId>
                              <ExperimentFactorValueId>18378bb7-f6d3-4090-899b-5f281b21a1f1</ExperimentFactorValueId>
                              <LastMaintenanceDate>2024-09-12T03:30:23.1142156+00:00</LastMaintenanceDate>
                              <LastMaintenanceName>sample string 7</LastMaintenanceName>
                              <ShortValue>sample string 4</ShortValue>
                              <SortOrder>3</SortOrder>
                              <StripValue>
                                <StripValue z:Ref="i14" />
                              </StripValue>
                              <Value>1.1</Value>
                            </ObjectValue>
                          </AddedObjects>
                        </AddedObjectsForProperty>
                        <AddedObjectsForProperty>
                          <CollectionPropertyName>StripValue</CollectionPropertyName>
                          <AddedObjects>
                            <ObjectValue z:Ref="i14" />
                          </AddedObjects>
                        </AddedObjectsForProperty>
                        <AddedObjectsForProperty>
                          <CollectionPropertyName>ExperimentFactorProduct</CollectionPropertyName>
                          <AddedObjects>
                            <ObjectValue z:Id="i15" i:type="ExperimentFactorProduct">
                              <AddDate>2024-09-12T03:30:23.1142156+00:00</AddDate>
                              <AddName>sample string 6</AddName>
                              <Brand i:nil="true" />
                              <BrandId>3</BrandId>
                              <ChangeTracker z:Id="i16">
                                <ExtendedProperties />
                                <ObjectsAddedToCollectionProperties />
                                <ObjectsRemovedFromCollectionProperties />
                                <OriginalValues />
                                <State>Added</State>
                              </ChangeTracker>
                              <ExperimentFactor z:Ref="i10" />
                              <ExperimentFactorId>76af2586-f016-4ff9-9fd7-c08a80a30486</ExperimentFactorId>
                              <ExperimentFactorProductId>3c71d861-3839-4bea-b3b5-186f4e3ca620</ExperimentFactorProductId>
                              <GEId>4</GEId>
                              <LastMaintenanceDate>2024-09-12T03:30:23.1142156+00:00</LastMaintenanceDate>
                              <LastMaintenanceName>sample string 8</LastMaintenanceName>
                              <NumberReservedUnits>1</NumberReservedUnits>
                              <SortOrder>5</SortOrder>
                              <StripSeedLocallySourced>true</StripSeedLocallySourced>
                              <StripValue />
                              <SubProductCode>sample string 10</SubProductCode>
                              <TotalNumberUnitsAllProduct>1</TotalNumberUnitsAllProduct>
                            </ObjectValue>
                          </AddedObjects>
                        </AddedObjectsForProperty>
                      </ObjectsAddedToCollectionProperties>
                      <ObjectsRemovedFromCollectionProperties />
                      <OriginalValues />
                      <State>Added</State>
                    </ChangeTracker>
                    <Experiment z:Ref="i3" />
                    <ExperimentFactorId>76af2586-f016-4ff9-9fd7-c08a80a30486</ExperimentFactorId>
                    <ExperimentFactorProduct>
                      <ExperimentFactorProduct z:Ref="i15" />
                    </ExperimentFactorProduct>
                    <ExperimentFactorValue>
                      <ExperimentFactorValue z:Ref="i12" />
                    </ExperimentFactorValue>
                    <ExperimentId>c43de01b-726b-4086-af15-b21c2085cdc5</ExperimentId>
                    <FieldLayout>sample string 5</FieldLayout>
                    <LastMaintenanceDate>2024-09-12T03:30:23.103387+00:00</LastMaintenanceDate>
                    <LastMaintenanceName>sample string 8</LastMaintenanceName>
                    <SortOrder>3</SortOrder>
                    <StripValue>
                      <StripValue z:Ref="i14" />
                    </StripValue>
                    <TraitId>4</TraitId>
                  </ObjectValue>
                </AddedObjects>
              </AddedObjectsForProperty>
              <AddedObjectsForProperty>
                <CollectionPropertyName>Strip</CollectionPropertyName>
                <AddedObjects>
                  <ObjectValue z:Id="i17" i:type="Strip">
                    <AddDate>2024-09-12T03:30:23.1142156+00:00</AddDate>
                    <AddName>sample string 3</AddName>
                    <ChangeTracker z:Id="i18">
                      <ExtendedProperties />
                      <ObjectsAddedToCollectionProperties>
                        <AddedObjectsForProperty>
                          <CollectionPropertyName>ExperimentStripLayout</CollectionPropertyName>
                          <AddedObjects>
                            <ObjectValue z:Id="i19" i:type="ExperimentStripLayout">
                              <AddDate>2024-09-12T03:30:23.1142156+00:00</AddDate>
                              <AddName>sample string 6</AddName>
                              <ChangeTracker z:Ref="i2" />
                              <Color>5</Color>
                              <ExperimentLayout i:nil="true" />
                              <ExperimentLayoutId>5a90476a-09d0-4894-9025-645d15819867</ExperimentLayoutId>
                              <ExperimentStripLayoutId>e5b7d655-7099-4c48-8a19-4c3955f671a1</ExperimentStripLayoutId>
                              <InActive>true</InActive>
                              <LastMaintenanceDate>2024-09-12T03:30:23.1142156+00:00</LastMaintenanceDate>
                              <LastMaintenanceName>sample string 8</LastMaintenanceName>
                              <SortOrder>4</SortOrder>
                              <Strip z:Ref="i17" />
                              <StripId>eed19f32-a3d4-442e-9203-538e06235b1f</StripId>
                            </ObjectValue>
                          </AddedObjects>
                        </AddedObjectsForProperty>
                      </ObjectsAddedToCollectionProperties>
                      <ObjectsRemovedFromCollectionProperties />
                      <OriginalValues />
                      <State>Added</State>
                    </ChangeTracker>
                    <Experiment z:Ref="i3" />
                    <ExperimentId>c43de01b-726b-4086-af15-b21c2085cdc5</ExperimentId>
                    <ExperimentStripLayout>
                      <ExperimentStripLayout z:Ref="i19" />
                    </ExperimentStripLayout>
                    <LastMaintenanceDate>2024-09-12T03:30:23.1142156+00:00</LastMaintenanceDate>
                    <LastMaintenanceName>sample string 5</LastMaintenanceName>
                    <StripId>eed19f32-a3d4-442e-9203-538e06235b1f</StripId>
                    <StripValue />
                  </ObjectValue>
                </AddedObjects>
              </AddedObjectsForProperty>
              <AddedObjectsForProperty>
                <CollectionPropertyName>ExperimentLayout</CollectionPropertyName>
                <AddedObjects>
                  <ObjectValue z:Id="i20" i:type="ExperimentLayout">
                    <AddDate>2024-09-12T03:30:23.1142156+00:00</AddDate>
                    <AddName>sample string 6</AddName>
                    <ChangeTracker z:Id="i21">
                      <ExtendedProperties />
                      <ObjectsAddedToCollectionProperties />
                      <ObjectsRemovedFromCollectionProperties />
                      <OriginalValues />
                      <State>Added</State>
                    </ChangeTracker>
                    <Experiment z:Ref="i3" />
                    <ExperimentId>c43de01b-726b-4086-af15-b21c2085cdc5</ExperimentId>
                    <ExperimentLayoutId>0c4063f2-4d40-406e-8d9d-9ae78869e921</ExperimentLayoutId>
                    <ExperimentStripLayout />
                    <Height>4</Height>
                    <LastMaintenanceDate>2024-09-12T03:30:23.1142156+00:00</LastMaintenanceDate>
                    <LastMaintenanceName>sample string 8</LastMaintenanceName>
                    <Layout i:nil="true" />
                    <LayoutId>3</LayoutId>
                    <Width>5</Width>
                  </ObjectValue>
                </AddedObjects>
              </AddedObjectsForProperty>
            </ObjectsAddedToCollectionProperties>
            <ObjectsRemovedFromCollectionProperties />
            <OriginalValues />
            <State>Added</State>
          </ChangeTracker>
          <CompanyCode>sample string 19</CompanyCode>
          <Country>sample string 18</Country>
          <Crop i:nil="true" />
          <CropId>4</CropId>
          <Description>sample string 9</Description>
          <ExperimentBusinessUnitArea>
            <ExperimentBusinessUnitArea z:Ref="i1" />
          </ExperimentBusinessUnitArea>
          <ExperimentFactor>
            <ExperimentFactor z:Ref="i10" />
          </ExperimentFactor>
          <ExperimentGrouping>
            <ExperimentGrouping z:Ref="i5" />
          </ExperimentGrouping>
          <ExperimentId>c43de01b-726b-4086-af15-b21c2085cdc5</ExperimentId>
          <ExperimentLayout>
            <ExperimentLayout z:Ref="i20" />
          </ExperimentLayout>
          <ExperimentLocation />
          <ExperimentMeasurement />
          <ExperimentPartnerAssignment />
          <ExperimentSubTypeId>1</ExperimentSubTypeId>
          <ExperimentType i:nil="true" />
          <ExperimentTypeId>5</ExperimentTypeId>
          <GrowingYear>6</GrowingYear>
          <IsAvailableInTDE>true</IsAvailableInTDE>
          <IsLocalExperiment>true</IsLocalExperiment>
          <IsSeedLocallySourced>true</IsSeedLocallySourced>
          <IsSeedTreatmentFactor>true</IsSeedTreatmentFactor>
          <LastMaintenanceDate>2024-09-12T03:30:23.0360752+00:00</LastMaintenanceDate>
          <LastMaintenanceName>sample string 12</LastMaintenanceName>
          <Name>sample string 3</Name>
          <NumberOfReplications>1</NumberOfReplications>
          <ParentExperimentId>b5919c53-903e-4b18-8bf8-6b6e632331d9</ParentExperimentId>
          <Protocol />
          <Region>sample string 17</Region>
          <SalesSeason>1</SalesSeason>
          <Strip>
            <Strip z:Ref="i17" />
          </Strip>
          <Title>sample string 2</Title>
          <TotalPlannedLocations>7</TotalPlannedLocations>
        </Experiment>
        <ExperimentId>c43de01b-726b-4086-af15-b21c2085cdc5</ExperimentId>
      </ExperimentBusinessUnitArea>
      <ExperimentBusinessUnitArea z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </BusinessUnits>
    <Company>sample string 15</Company>
    <Country>sample string 14</Country>
    <CropId>5</CropId>
    <CropName>sample string 4</CropName>
    <DateAdded>2024-09-12T03:30:23.020451+00:00</DateAdded>
    <ExperimentGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>c1b12692-4b32-4450-8df5-3a472f11fe3e</d3p1:guid>
      <d3p1:guid>fc6be4fa-b60a-45f9-8574-a71b5e3aecb3</d3p1:guid>
    </ExperimentGroupIds>
    <ExperimentGroups>
      <ExperimentGroup z:Ref="i6" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
      <ExperimentGroup z:Ref="i6" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </ExperimentGroups>
    <ExperimentId>6393a8e6-1275-4863-9ecf-2dfc37bc7e26</ExperimentId>
    <ExperimentLocations>
      <Location z:Id="i22" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
        <AOIId>1</AOIId>
        <AddDate>2024-09-12T03:30:23.020451+00:00</AddDate>
        <AddName>sample string 10</AddName>
        <BusinessPartner i:nil="true" />
        <BusinessPartnerRoleId>f9482010-69c7-402a-8f2e-ab18e74094cc</BusinessPartnerRoleId>
        <ChangeTracker z:Id="i23">
          <ExtendedProperties />
          <ObjectsAddedToCollectionProperties>
            <AddedObjectsForProperty>
              <CollectionPropertyName>ExperimentLocation</CollectionPropertyName>
              <AddedObjects>
                <ObjectValue z:Id="i24" i:type="ExperimentLocation">
                  <AddDate>2024-09-12T03:30:23.0360752+00:00</AddDate>
                  <AddName>sample string 4</AddName>
                  <ChangeTracker z:Ref="i2" />
                  <Experiment i:nil="true" />
                  <ExperimentId>dbb94f63-efab-4352-b29f-46dbc4b5a360</ExperimentId>
                  <ExperimentLocationId>efba9e2c-e512-472d-b8c8-385872cd6495</ExperimentLocationId>
                  <Location z:Ref="i22" />
                  <LocationId>874c8c0b-b627-4d10-802d-ce6000b5e628</LocationId>
                </ObjectValue>
              </AddedObjects>
            </AddedObjectsForProperty>
            <AddedObjectsForProperty>
              <CollectionPropertyName>LocationStrip</CollectionPropertyName>
              <AddedObjects>
                <ObjectValue z:Id="i25" i:type="LocationStrip">
                  <AddDate>2024-09-12T03:30:23.0840401+00:00</AddDate>
                  <AddName>sample string 6</AddName>
                  <BrandId>4</BrandId>
                  <ChangeTracker z:Id="i26">
                    <ExtendedProperties />
                    <ObjectsAddedToCollectionProperties>
                      <AddedObjectsForProperty>
                        <CollectionPropertyName>LocationStripComment</CollectionPropertyName>
                        <AddedObjects>
                          <ObjectValue z:Id="i27" i:type="LocationStripComment">
                            <AddDate>2024-09-12T03:30:23.0840401+00:00</AddDate>
                            <AddName>sample string 4</AddName>
                            <ChangeTracker z:Ref="i2" />
                            <Comment>sample string 3</Comment>
                            <CommentCategory>1</CommentCategory>
                            <LastMaintenanceDate>2024-09-12T03:30:23.0840401+00:00</LastMaintenanceDate>
                            <LastMaintenanceName>sample string 6</LastMaintenanceName>
                            <LocationStrip z:Ref="i25" />
                            <LocationStripCommentId>ac5d5f9f-e8e1-40a4-bd8a-777933b5bfdc</LocationStripCommentId>
                            <LocationStripId>f0689c4b-e0ec-4fe7-98e4-9c150fa23ce1</LocationStripId>
                          </ObjectValue>
                        </AddedObjects>
                      </AddedObjectsForProperty>
                    </ObjectsAddedToCollectionProperties>
                    <ObjectsRemovedFromCollectionProperties />
                    <OriginalValues />
                    <State>Added</State>
                  </ChangeTracker>
                  <EUId>1</EUId>
                  <ExperimentLocationId>c927f42b-fb66-48cd-832a-b3a8434dbe00</ExperimentLocationId>
                  <GEId>3</GEId>
                  <HarvestQuality>1</HarvestQuality>
                  <LastMaintenanceDate>2024-09-12T03:30:23.0840401+00:00</LastMaintenanceDate>
                  <LastMaintenanceName>sample string 8</LastMaintenanceName>
                  <Location z:Ref="i22" />
                  <LocationId>874c8c0b-b627-4d10-802d-ce6000b5e628</LocationId>
                  <LocationStripASCTrait />
                  <LocationStripComment>
                    <LocationStripComment z:Ref="i27" />
                  </LocationStripComment>
                  <LocationStripId>f0689c4b-e0ec-4fe7-98e4-9c150fa23ce1</LocationStripId>
                  <LocationStripTrait />
                  <NonHarvestQuality>1</NonHarvestQuality>
                  <SubProductCode>sample string 5</SubProductCode>
                  <XCoord>1</XCoord>
                  <YMLoadName>sample string 10</YMLoadName>
                  <YMQuality>1</YMQuality>
                </ObjectValue>
              </AddedObjects>
            </AddedObjectsForProperty>
            <AddedObjectsForProperty>
              <CollectionPropertyName>LocationPartnerAssignment</CollectionPropertyName>
              <AddedObjects>
                <ObjectValue z:Id="i28" i:type="LocationPartnerAssignment">
                  <AddDate>2024-09-12T03:30:23.1611018+00:00</AddDate>
                  <AddName>sample string 4</AddName>
                  <ChangeTracker z:Ref="i2" />
                  <CreatedLocation>true</CreatedLocation>
                  <ExperimentPartnerAssignment z:Id="i29">
                    <AssignedByPartnerRoleId>a2557ece-74cc-4ca6-ad57-d2fd734d6511</AssignedByPartnerRoleId>
                    <AssignedNumberOfLocations>1</AssignedNumberOfLocations>
                    <Assignment i:nil="true" />
                    <AssignmentId>4</AssignmentId>
                    <ChangeTracker z:Id="i30">
                      <ExtendedProperties />
                      <ObjectsAddedToCollectionProperties>
                        <AddedObjectsForProperty>
                          <CollectionPropertyName>LocationPartnerAssignment</CollectionPropertyName>
                          <AddedObjects>
                            <ObjectValue z:Ref="i28" />
                          </AddedObjects>
                        </AddedObjectsForProperty>
                      </ObjectsAddedToCollectionProperties>
                      <ObjectsRemovedFromCollectionProperties />
                      <OriginalValues />
                      <State>Added</State>
                    </ChangeTracker>
                    <Experiment i:nil="true" />
                    <ExperimentId>7872e33e-0f3d-4504-b0fc-7c468575bde0</ExperimentId>
                    <ExperimentPartnerAssignment1 />
                    <ExperimentPartnerAssignment2 i:nil="true" />
                    <ExperimentPartnerAssignmentId>0fd62c10-eb50-47a6-bccf-d3caf2531d0d</ExperimentPartnerAssignmentId>
                    <IsExperimentCreator>true</IsExperimentCreator>
                    <LastMaintenanceDate>2024-09-12T03:30:23.1322047+00:00</LastMaintenanceDate>
                    <LastMaintenanceName>sample string 6</LastMaintenanceName>
                    <LocationPartnerAssignment>
                      <LocationPartnerAssignment z:Ref="i28" />
                    </LocationPartnerAssignment>
                    <PartnerRoleId>e619b974-65a3-4205-b060-6b320f3903b8</PartnerRoleId>
                    <ShipTo>sample string 8</ShipTo>
                    <ShipToId>54d8c268-3432-4147-8fac-26f7b1ff8be1</ShipToId>
                  </ExperimentPartnerAssignment>
                  <ExperimentPartnerAssignmentId>0fd62c10-eb50-47a6-bccf-d3caf2531d0d</ExperimentPartnerAssignmentId>
                  <LastMaintenanceDate>2024-09-12T03:30:23.1611018+00:00</LastMaintenanceDate>
                  <LastMaintenanceName>sample string 6</LastMaintenanceName>
                  <Location z:Ref="i22" />
                  <LocationId>874c8c0b-b627-4d10-802d-ce6000b5e628</LocationId>
                  <LocationPartnerAssignmentId>e11b0eb0-0b6f-4dc7-ae6e-58791ee83b83</LocationPartnerAssignmentId>
                  <PartnerName>sample string 8</PartnerName>
                  <TrackingName>sample string 9</TrackingName>
                </ObjectValue>
              </AddedObjects>
            </AddedObjectsForProperty>
          </ObjectsAddedToCollectionProperties>
          <ObjectsRemovedFromCollectionProperties />
          <OriginalValues />
          <State>Added</State>
        </ChangeTracker>
        <CountryCode>sample string 4</CountryCode>
        <CountyFipsCode>sample string 6</CountyFipsCode>
        <Courtesy>true</Courtesy>
        <ExperimentId>c3f4f854-cee7-4af1-8dc0-8dcf8f1766d1</ExperimentId>
        <ExperimentLocation>
          <ExperimentLocation z:Ref="i24" />
        </ExperimentLocation>
        <HarvestDate>2024-09-12T03:30:23.020451+00:00</HarvestDate>
        <IrrigateCode>1</IrrigateCode>
        <LastMaintenanceDate>2024-09-12T03:30:23.020451+00:00</LastMaintenanceDate>
        <LastMaintenanceName>sample string 12</LastMaintenanceName>
        <LatLongFromPostalCode>true</LatLongFromPostalCode>
        <Latitude>1.1</Latitude>
        <LegalRelease>true</LegalRelease>
        <LocationAgreement />
        <LocationComment />
        <LocationId>874c8c0b-b627-4d10-802d-ce6000b5e628</LocationId>
        <LocationKitRequest />
        <LocationMeasurement />
        <LocationName>sample string 3</LocationName>
        <LocationPartnerAssignment>
          <LocationPartnerAssignment z:Ref="i28" />
        </LocationPartnerAssignment>
        <LocationStatus i:nil="true" />
        <LocationStrip>
          <LocationStrip z:Ref="i25" />
        </LocationStrip>
        <LocationTerritory i:nil="true" />
        <LocationTrait />
        <Longitude>1.1</Longitude>
        <Nitrogen>1.1</Nitrogen>
        <OperationId>8a02b77d-7653-495c-b159-40ac1fd032ce</OperationId>
        <PlantingDate>2024-09-12T03:30:23.020451+00:00</PlantingDate>
        <PostalCode>sample string 7</PostalCode>
        <PreviousCropCode>sample string 8</PreviousCropCode>
        <SalesProviderPartnerRoleId>2b3cb736-0702-45ab-acaa-70dd6f4814c3</SalesProviderPartnerRoleId>
        <SilageKit>true</SilageKit>
        <StateCode>sample string 5</StateCode>
        <TDEContactName i:nil="true" />
        <TillageCode>sample string 9</TillageCode>
        <TrackingName>sample string 14</TrackingName>
        <TrialHarvested>true</TrialHarvested>
        <TrialPlanted>true</TrialPlanted>
        <UseName>true</UseName>
        <WeighingDevice>1.1</WeighingDevice>
        <YMStatusID>1</YMStatusID>
      </Location>
      <Location z:Ref="i22" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </ExperimentLocations>
    <ExperimentPartnerAssignment>
      <ExperimentPartnerAssignment i:nil="true" />
      <ExperimentPartnerAssignment z:Ref="i29" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </ExperimentPartnerAssignment>
    <GrowingYear>6</GrowingYear>
    <IsAvailableInTDE>true</IsAvailableInTDE>
    <LocationStrips>
      <LocationStrip i:nil="true" />
      <LocationStrip z:Ref="i25" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </LocationStrips>
    <Locations>
      <Location z:Ref="i22" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
      <Location z:Ref="i22" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </Locations>
    <NASBusinessUnitCount>10</NASBusinessUnitCount>
    <Name>sample string 3</Name>
    <NumberOfLoations>1</NumberOfLoations>
    <PartnerAccountManagerNames xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </PartnerAccountManagerNames>
    <PartnerStewardNames xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </PartnerStewardNames>
    <PartnerTrialCoordinatorId xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>5b8bfbdc-a686-480c-97fd-51f4de661094</d3p1:guid>
      <d3p1:guid>aaf5bc7f-cef6-4e30-997e-915c0b8a02ea</d3p1:guid>
    </PartnerTrialCoordinatorId>
    <PartnerTrialCoordinatorNames xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </PartnerTrialCoordinatorNames>
    <SalesSeason>1</SalesSeason>
    <Selected>true</Selected>
    <Title>sample string 2</Title>
    <TypeCode>sample string 8</TypeCode>
    <TypeDescription>sample string 7</TypeDescription>
    <_locationStrips>
      <LocationStrip i:nil="true" />
      <LocationStrip z:Ref="i25" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </_locationStrips>
    <productNames>
      <ExperimentFactorProduct z:Ref="i15" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
      <ExperimentFactorProduct z:Ref="i15" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </productNames>
    <productNamesSeedRequest>
      <SeedRequest i:nil="true" />
      <SeedRequest z:Id="i31" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
        <AddDate>2024-09-12T03:30:23.180566+00:00</AddDate>
        <AddName>sample string 14</AddName>
        <ApprovalDate>2024-09-12T03:30:23.180566+00:00</ApprovalDate>
        <ApprovalStatus i:nil="true" />
        <ApprovalStatusId>10</ApprovalStatusId>
        <ApproverName>sample string 12</ApproverName>
        <BrandId>6</BrandId>
        <BusinessUnit z:Id="i32">
          <Area>
            <Area z:Id="i33">
              <AreaCode>sample string 1</AreaCode>
              <BusinessUnit z:Ref="i32" />
              <BusinessUnitCode>sample string 1</BusinessUnitCode>
              <ChangeTracker z:Id="i34">
                <ExtendedProperties />
                <ObjectsAddedToCollectionProperties>
                  <AddedObjectsForProperty>
                    <CollectionPropertyName>Territory</CollectionPropertyName>
                    <AddedObjects>
                      <ObjectValue z:Id="i35" i:type="Territory">
                        <Area z:Ref="i33" />
                        <AreaCode>sample string 1</AreaCode>
                        <BusinessUnit z:Ref="i32" />
                        <BusinessUnitCode>sample string 1</BusinessUnitCode>
                        <ChangeTracker z:Ref="i2" />
                        <CompanyCode>sample string 11</CompanyCode>
                        <CountryCode>sample string 10</CountryCode>
                        <DistrictCode>sample string 9</DistrictCode>
                        <LastMaintenanceDate>2024-09-12T03:30:23.0552423+00:00</LastMaintenanceDate>
                        <LastMaintenanceName>sample string 5</LastMaintenanceName>
                        <ManagerName>sample string 8</ManagerName>
                        <Name>sample string 2</Name>
                        <Region>sample string 7</Region>
                        <TerritoryCode>sample string 1</TerritoryCode>
                      </ObjectValue>
                    </AddedObjects>
                  </AddedObjectsForProperty>
                </ObjectsAddedToCollectionProperties>
                <ObjectsRemovedFromCollectionProperties />
                <OriginalValues />
                <State>Added</State>
              </ChangeTracker>
              <LastMaintenanceDate>2024-09-12T03:30:23.0552423+00:00</LastMaintenanceDate>
              <LastMaintenanceName>sample string 4</LastMaintenanceName>
              <Name>sample string 2</Name>
              <Territory>
                <Territory z:Ref="i35" />
              </Territory>
            </Area>
          </Area>
          <BusinessUnitCode>sample string 1</BusinessUnitCode>
          <ChangeTracker z:Id="i36">
            <ExtendedProperties />
            <ObjectsAddedToCollectionProperties>
              <AddedObjectsForProperty>
                <CollectionPropertyName>Area</CollectionPropertyName>
                <AddedObjects>
                  <ObjectValue z:Ref="i33" />
                </AddedObjects>
              </AddedObjectsForProperty>
              <AddedObjectsForProperty>
                <CollectionPropertyName>Territory</CollectionPropertyName>
                <AddedObjects>
                  <ObjectValue z:Ref="i35" />
                </AddedObjects>
              </AddedObjectsForProperty>
              <AddedObjectsForProperty>
                <CollectionPropertyName>SeedRequest</CollectionPropertyName>
                <AddedObjects>
                  <ObjectValue z:Ref="i31" />
                </AddedObjects>
              </AddedObjectsForProperty>
            </ObjectsAddedToCollectionProperties>
            <ObjectsRemovedFromCollectionProperties />
            <OriginalValues />
            <State>Added</State>
          </ChangeTracker>
          <CompanyCode>sample string 5</CompanyCode>
          <CountryCode>sample string 6</CountryCode>
          <ExperimentBusinessUnitArea />
          <LastMaintenanceDate>2024-09-12T03:30:23.0360752+00:00</LastMaintenanceDate>
          <LastMaintenanceName>sample string 3</LastMaintenanceName>
          <LegalEntityId>1</LegalEntityId>
          <Name>sample string 2</Name>
          <SeedRequest>
            <SeedRequest z:Ref="i31" />
          </SeedRequest>
          <SortOrder>1</SortOrder>
          <Territory>
            <Territory z:Ref="i35" />
          </Territory>
        </BusinessUnit>
        <BusinessUnitCode>sample string 1</BusinessUnitCode>
        <ChangeTracker z:Id="i37">
          <ExtendedProperties />
          <ObjectsAddedToCollectionProperties>
            <AddedObjectsForProperty>
              <CollectionPropertyName>SeedRequestArea</CollectionPropertyName>
              <AddedObjects>
                <ObjectValue z:Id="i38" i:type="SeedRequestArea">
                  <ChangeTracker z:Id="i39">
                    <ExtendedProperties />
                    <ObjectsAddedToCollectionProperties />
                    <ObjectsRemovedFromCollectionProperties />
                    <OriginalValues />
                    <State>Added</State>
                  </ChangeTracker>
                  <DistrictCode>samplestring1</DistrictCode>
                  <SeedRequest z:Ref="i31" />
                  <SeedRequestAreaId>9056f0a8-17d8-48de-b2bb-fc859a669f81</SeedRequestAreaId>
                  <SeedRequestId>00000000-0000-0000-0000-000000000000</SeedRequestId>
                </ObjectValue>
                <ObjectValue z:Id="i40" i:type="SeedRequestArea">
                  <ChangeTracker z:Ref="i2" />
                  <DistrictCode>sample string 3</DistrictCode>
                  <SeedRequest z:Ref="i31" />
                  <SeedRequestAreaId>4450df1d-f1a4-4432-a730-6e89328e9384</SeedRequestAreaId>
                  <SeedRequestId>ca38b840-f4eb-4eb2-8762-db7ff6f91cf4</SeedRequestId>
                </ObjectValue>
              </AddedObjects>
            </AddedObjectsForProperty>
          </ObjectsAddedToCollectionProperties>
          <ObjectsRemovedFromCollectionProperties />
          <OriginalValues />
          <State>Added</State>
        </ChangeTracker>
        <ExperimentOrGroupId>47f70b5e-d748-46fc-ad63-0d52b05a6273</ExperimentOrGroupId>
        <GEId>5</GEId>
        <GroupRequest>true</GroupRequest>
        <LastMaintenanceDate>2024-09-12T03:30:23.180566+00:00</LastMaintenanceDate>
        <LastMaintenanceName>sample string 16</LastMaintenanceName>
        <ReasonForRejection>sample string 13</ReasonForRejection>
        <RequestDate>2024-09-12T03:30:23.180566+00:00</RequestDate>
        <RequestorName>sample string 11</RequestorName>
        <SeedRequestArea>
          <SeedRequestArea z:Ref="i38" />
          <SeedRequestArea z:Ref="i40" />
        </SeedRequestArea>
        <SeedRequestId>ca38b840-f4eb-4eb2-8762-db7ff6f91cf4</SeedRequestId>
        <SubProductCode>sample string 7</SubProductCode>
        <TotalUnitsToReserve>8</TotalUnitsToReserve>
        <TransactionId>206b7bd6-4d8a-4a9e-af73-1007c783697f</TransactionId>
      </SeedRequest>
    </productNamesSeedRequest>
    <subProductNames>
      <ExperimentFactorProduct z:Ref="i15" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
      <ExperimentFactorProduct z:Ref="i15" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </subProductNames>
  </ExperimentListResults>
  <ExperimentListResults>
    <AgreementRequired>true</AgreementRequired>
    <BusinessUnits>
      <ExperimentBusinessUnitArea z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
      <ExperimentBusinessUnitArea z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </BusinessUnits>
    <Company>sample string 15</Company>
    <Country>sample string 14</Country>
    <CropId>5</CropId>
    <CropName>sample string 4</CropName>
    <DateAdded>2024-09-12T03:30:23.020451+00:00</DateAdded>
    <ExperimentGroupIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>c1b12692-4b32-4450-8df5-3a472f11fe3e</d3p1:guid>
      <d3p1:guid>fc6be4fa-b60a-45f9-8574-a71b5e3aecb3</d3p1:guid>
    </ExperimentGroupIds>
    <ExperimentGroups>
      <ExperimentGroup z:Ref="i6" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
      <ExperimentGroup z:Ref="i6" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </ExperimentGroups>
    <ExperimentId>6393a8e6-1275-4863-9ecf-2dfc37bc7e26</ExperimentId>
    <ExperimentLocations>
      <Location z:Ref="i22" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
      <Location z:Ref="i22" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </ExperimentLocations>
    <ExperimentPartnerAssignment>
      <ExperimentPartnerAssignment i:nil="true" />
      <ExperimentPartnerAssignment z:Ref="i29" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </ExperimentPartnerAssignment>
    <GrowingYear>6</GrowingYear>
    <IsAvailableInTDE>true</IsAvailableInTDE>
    <LocationStrips>
      <LocationStrip i:nil="true" />
      <LocationStrip z:Ref="i25" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </LocationStrips>
    <Locations>
      <Location z:Ref="i22" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
      <Location z:Ref="i22" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </Locations>
    <NASBusinessUnitCount>10</NASBusinessUnitCount>
    <Name>sample string 3</Name>
    <NumberOfLoations>1</NumberOfLoations>
    <PartnerAccountManagerNames xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </PartnerAccountManagerNames>
    <PartnerStewardNames xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </PartnerStewardNames>
    <PartnerTrialCoordinatorId xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>5b8bfbdc-a686-480c-97fd-51f4de661094</d3p1:guid>
      <d3p1:guid>aaf5bc7f-cef6-4e30-997e-915c0b8a02ea</d3p1:guid>
    </PartnerTrialCoordinatorId>
    <PartnerTrialCoordinatorNames xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </PartnerTrialCoordinatorNames>
    <SalesSeason>1</SalesSeason>
    <Selected>true</Selected>
    <Title>sample string 2</Title>
    <TypeCode>sample string 8</TypeCode>
    <TypeDescription>sample string 7</TypeDescription>
    <_locationStrips>
      <LocationStrip i:nil="true" />
      <LocationStrip z:Ref="i25" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </_locationStrips>
    <productNames>
      <ExperimentFactorProduct z:Ref="i15" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
      <ExperimentFactorProduct z:Ref="i15" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </productNames>
    <productNamesSeedRequest>
      <SeedRequest i:nil="true" />
      <SeedRequest z:Ref="i31" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </productNamesSeedRequest>
    <subProductNames>
      <ExperimentFactorProduct z:Ref="i15" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
      <ExperimentFactorProduct z:Ref="i15" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </subProductNames>
  </ExperimentListResults>
</ArrayOfExperimentListResults>