POST LocationSummaryDetail/Base/SaveAll

Request Information

URI Parameters

None.

Body Parameters

Collection of LocationSummaryDetail
NameDescriptionTypeAdditional information
Strip

integer

None.

Brand

string

None.

Product

string

None.

ProductGeId

decimal number

None.

SubProduct

string

None.

OtherFactors

string

None.

OtherFactorsHeading

string

None.

PlantingRate

decimal number

None.

HarvestedWeight

decimal number

None.

HarvestedLength

decimal number

None.

HarvestedWidth

decimal number

None.

WeighedYield

decimal number

None.

WeighedMST

decimal number

None.

WeighedAGI

decimal number

None.

YMYield

decimal number

None.

YMMST

decimal number

None.

YMAGI

decimal number

None.

TestWeight

decimal number

None.

HarvStand

decimal number

None.

OilPct

decimal number

None.

GreenSeed

decimal number

None.

Factors

Collection of LocationSummaryDetailFactor

None.

ExperimentLocationId

globally unique identifier

None.

ExperimentName

string

None.

QualityMessageWeighed

string

None.

QualityMessageYM

string

None.

PlantingRateId

integer

None.

HarvestWeightId

integer

None.

HarvestLengthId

integer

None.

HarvestWidthId

integer

None.

WeighedYieldId

integer

None.

YMYieldId

integer

None.

TestWeightId

integer

None.

HarvestStandId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Strip": 1,
    "Brand": "sample string 1",
    "Product": "sample string 2",
    "ProductGeId": 3.0,
    "SubProduct": "sample string 4",
    "OtherFactors": "sample string 5",
    "OtherFactorsHeading": "sample string 6",
    "PlantingRate": 1.1,
    "HarvestedWeight": 1.1,
    "HarvestedLength": 1.1,
    "HarvestedWidth": 1.1,
    "WeighedYield": 1.1,
    "WeighedMST": 1.1,
    "WeighedAGI": 1.1,
    "YMYield": 1.1,
    "YMMST": 1.1,
    "YMAGI": 1.1,
    "TestWeight": 1.1,
    "HarvStand": 1.1,
    "OilPct": 1.1,
    "GreenSeed": 1.1,
    "Factors": [
      {
        "Row": 1,
        "Name": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Row": 1,
        "Name": "sample string 1",
        "Value": "sample string 2"
      }
    ],
    "ExperimentLocationId": "f1e921c5-3130-46c9-bb42-019d526d7b1c",
    "ExperimentName": "sample string 7",
    "QualityMessageWeighed": "sample string 8",
    "QualityMessageYM": "sample string 9",
    "PlantingRateId": 10,
    "HarvestWeightId": 11,
    "HarvestLengthId": 12,
    "HarvestWidthId": 13,
    "WeighedYieldId": 14,
    "YMYieldId": 1,
    "TestWeightId": 1,
    "HarvestStandId": 1
  },
  {
    "Strip": 1,
    "Brand": "sample string 1",
    "Product": "sample string 2",
    "ProductGeId": 3.0,
    "SubProduct": "sample string 4",
    "OtherFactors": "sample string 5",
    "OtherFactorsHeading": "sample string 6",
    "PlantingRate": 1.1,
    "HarvestedWeight": 1.1,
    "HarvestedLength": 1.1,
    "HarvestedWidth": 1.1,
    "WeighedYield": 1.1,
    "WeighedMST": 1.1,
    "WeighedAGI": 1.1,
    "YMYield": 1.1,
    "YMMST": 1.1,
    "YMAGI": 1.1,
    "TestWeight": 1.1,
    "HarvStand": 1.1,
    "OilPct": 1.1,
    "GreenSeed": 1.1,
    "Factors": [
      {
        "Row": 1,
        "Name": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Row": 1,
        "Name": "sample string 1",
        "Value": "sample string 2"
      }
    ],
    "ExperimentLocationId": "f1e921c5-3130-46c9-bb42-019d526d7b1c",
    "ExperimentName": "sample string 7",
    "QualityMessageWeighed": "sample string 8",
    "QualityMessageYM": "sample string 9",
    "PlantingRateId": 10,
    "HarvestWeightId": 11,
    "HarvestLengthId": 12,
    "HarvestWidthId": 13,
    "WeighedYieldId": 14,
    "YMYieldId": 1,
    "TestWeightId": 1,
    "HarvestStandId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfLocationSummaryDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
  <LocationSummaryDetail>
    <Brand>sample string 1</Brand>
    <ExperimentLocationId>f1e921c5-3130-46c9-bb42-019d526d7b1c</ExperimentLocationId>
    <ExperimentName>sample string 7</ExperimentName>
    <Factors>
      <LocationSummaryDetailFactor>
        <Name>sample string 1</Name>
        <Row>1</Row>
        <Value>sample string 2</Value>
      </LocationSummaryDetailFactor>
      <LocationSummaryDetailFactor>
        <Name>sample string 1</Name>
        <Row>1</Row>
        <Value>sample string 2</Value>
      </LocationSummaryDetailFactor>
    </Factors>
    <GreenSeed>1.1</GreenSeed>
    <HarvStand>1.1</HarvStand>
    <HarvestLengthId>12</HarvestLengthId>
    <HarvestStandId>1</HarvestStandId>
    <HarvestWeightId>11</HarvestWeightId>
    <HarvestWidthId>13</HarvestWidthId>
    <HarvestedLength>1.1</HarvestedLength>
    <HarvestedWeight>1.1</HarvestedWeight>
    <HarvestedWidth>1.1</HarvestedWidth>
    <OilPct>1.1</OilPct>
    <OtherFactors>sample string 5</OtherFactors>
    <OtherFactorsHeading>sample string 6</OtherFactorsHeading>
    <PlantingRate>1.1</PlantingRate>
    <PlantingRateId>10</PlantingRateId>
    <Product>sample string 2</Product>
    <ProductGeId>3</ProductGeId>
    <QualityMessageWeighed>sample string 8</QualityMessageWeighed>
    <QualityMessageYM>sample string 9</QualityMessageYM>
    <Strip>1</Strip>
    <SubProduct>sample string 4</SubProduct>
    <TestWeight>1.1</TestWeight>
    <TestWeightId>1</TestWeightId>
    <WeighedAGI>1.1</WeighedAGI>
    <WeighedMST>1.1</WeighedMST>
    <WeighedYield>1.1</WeighedYield>
    <WeighedYieldId>14</WeighedYieldId>
    <YMAGI>1.1</YMAGI>
    <YMMST>1.1</YMMST>
    <YMYield>1.1</YMYield>
    <YMYieldId>1</YMYieldId>
  </LocationSummaryDetail>
  <LocationSummaryDetail>
    <Brand>sample string 1</Brand>
    <ExperimentLocationId>f1e921c5-3130-46c9-bb42-019d526d7b1c</ExperimentLocationId>
    <ExperimentName>sample string 7</ExperimentName>
    <Factors>
      <LocationSummaryDetailFactor>
        <Name>sample string 1</Name>
        <Row>1</Row>
        <Value>sample string 2</Value>
      </LocationSummaryDetailFactor>
      <LocationSummaryDetailFactor>
        <Name>sample string 1</Name>
        <Row>1</Row>
        <Value>sample string 2</Value>
      </LocationSummaryDetailFactor>
    </Factors>
    <GreenSeed>1.1</GreenSeed>
    <HarvStand>1.1</HarvStand>
    <HarvestLengthId>12</HarvestLengthId>
    <HarvestStandId>1</HarvestStandId>
    <HarvestWeightId>11</HarvestWeightId>
    <HarvestWidthId>13</HarvestWidthId>
    <HarvestedLength>1.1</HarvestedLength>
    <HarvestedWeight>1.1</HarvestedWeight>
    <HarvestedWidth>1.1</HarvestedWidth>
    <OilPct>1.1</OilPct>
    <OtherFactors>sample string 5</OtherFactors>
    <OtherFactorsHeading>sample string 6</OtherFactorsHeading>
    <PlantingRate>1.1</PlantingRate>
    <PlantingRateId>10</PlantingRateId>
    <Product>sample string 2</Product>
    <ProductGeId>3</ProductGeId>
    <QualityMessageWeighed>sample string 8</QualityMessageWeighed>
    <QualityMessageYM>sample string 9</QualityMessageYM>
    <Strip>1</Strip>
    <SubProduct>sample string 4</SubProduct>
    <TestWeight>1.1</TestWeight>
    <TestWeightId>1</TestWeightId>
    <WeighedAGI>1.1</WeighedAGI>
    <WeighedMST>1.1</WeighedMST>
    <WeighedYield>1.1</WeighedYield>
    <WeighedYieldId>14</WeighedYieldId>
    <YMAGI>1.1</YMAGI>
    <YMMST>1.1</YMMST>
    <YMYield>1.1</YMYield>
    <YMYieldId>1</YMYieldId>
  </LocationSummaryDetail>
</ArrayOfLocationSummaryDetail>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of LocationSummaryDetail
NameDescriptionTypeAdditional information
Strip

integer

None.

Brand

string

None.

Product

string

None.

ProductGeId

decimal number

None.

SubProduct

string

None.

OtherFactors

string

None.

OtherFactorsHeading

string

None.

PlantingRate

decimal number

None.

HarvestedWeight

decimal number

None.

HarvestedLength

decimal number

None.

HarvestedWidth

decimal number

None.

WeighedYield

decimal number

None.

WeighedMST

decimal number

None.

WeighedAGI

decimal number

None.

YMYield

decimal number

None.

YMMST

decimal number

None.

YMAGI

decimal number

None.

TestWeight

decimal number

None.

HarvStand

decimal number

None.

OilPct

decimal number

None.

GreenSeed

decimal number

None.

Factors

Collection of LocationSummaryDetailFactor

None.

ExperimentLocationId

globally unique identifier

None.

ExperimentName

string

None.

QualityMessageWeighed

string

None.

QualityMessageYM

string

None.

PlantingRateId

integer

None.

HarvestWeightId

integer

None.

HarvestLengthId

integer

None.

HarvestWidthId

integer

None.

WeighedYieldId

integer

None.

YMYieldId

integer

None.

TestWeightId

integer

None.

HarvestStandId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Strip": 1,
    "Brand": "sample string 1",
    "Product": "sample string 2",
    "ProductGeId": 3.0,
    "SubProduct": "sample string 4",
    "OtherFactors": "sample string 5",
    "OtherFactorsHeading": "sample string 6",
    "PlantingRate": 1.1,
    "HarvestedWeight": 1.1,
    "HarvestedLength": 1.1,
    "HarvestedWidth": 1.1,
    "WeighedYield": 1.1,
    "WeighedMST": 1.1,
    "WeighedAGI": 1.1,
    "YMYield": 1.1,
    "YMMST": 1.1,
    "YMAGI": 1.1,
    "TestWeight": 1.1,
    "HarvStand": 1.1,
    "OilPct": 1.1,
    "GreenSeed": 1.1,
    "Factors": [
      {
        "Row": 1,
        "Name": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Row": 1,
        "Name": "sample string 1",
        "Value": "sample string 2"
      }
    ],
    "ExperimentLocationId": "86aac8e5-0cd1-4a0a-803a-393c8e7f480b",
    "ExperimentName": "sample string 7",
    "QualityMessageWeighed": "sample string 8",
    "QualityMessageYM": "sample string 9",
    "PlantingRateId": 10,
    "HarvestWeightId": 11,
    "HarvestLengthId": 12,
    "HarvestWidthId": 13,
    "WeighedYieldId": 14,
    "YMYieldId": 1,
    "TestWeightId": 1,
    "HarvestStandId": 1
  },
  {
    "Strip": 1,
    "Brand": "sample string 1",
    "Product": "sample string 2",
    "ProductGeId": 3.0,
    "SubProduct": "sample string 4",
    "OtherFactors": "sample string 5",
    "OtherFactorsHeading": "sample string 6",
    "PlantingRate": 1.1,
    "HarvestedWeight": 1.1,
    "HarvestedLength": 1.1,
    "HarvestedWidth": 1.1,
    "WeighedYield": 1.1,
    "WeighedMST": 1.1,
    "WeighedAGI": 1.1,
    "YMYield": 1.1,
    "YMMST": 1.1,
    "YMAGI": 1.1,
    "TestWeight": 1.1,
    "HarvStand": 1.1,
    "OilPct": 1.1,
    "GreenSeed": 1.1,
    "Factors": [
      {
        "Row": 1,
        "Name": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Row": 1,
        "Name": "sample string 1",
        "Value": "sample string 2"
      }
    ],
    "ExperimentLocationId": "86aac8e5-0cd1-4a0a-803a-393c8e7f480b",
    "ExperimentName": "sample string 7",
    "QualityMessageWeighed": "sample string 8",
    "QualityMessageYM": "sample string 9",
    "PlantingRateId": 10,
    "HarvestWeightId": 11,
    "HarvestLengthId": 12,
    "HarvestWidthId": 13,
    "WeighedYieldId": 14,
    "YMYieldId": 1,
    "TestWeightId": 1,
    "HarvestStandId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfLocationSummaryDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
  <LocationSummaryDetail>
    <Brand>sample string 1</Brand>
    <ExperimentLocationId>86aac8e5-0cd1-4a0a-803a-393c8e7f480b</ExperimentLocationId>
    <ExperimentName>sample string 7</ExperimentName>
    <Factors>
      <LocationSummaryDetailFactor>
        <Name>sample string 1</Name>
        <Row>1</Row>
        <Value>sample string 2</Value>
      </LocationSummaryDetailFactor>
      <LocationSummaryDetailFactor>
        <Name>sample string 1</Name>
        <Row>1</Row>
        <Value>sample string 2</Value>
      </LocationSummaryDetailFactor>
    </Factors>
    <GreenSeed>1.1</GreenSeed>
    <HarvStand>1.1</HarvStand>
    <HarvestLengthId>12</HarvestLengthId>
    <HarvestStandId>1</HarvestStandId>
    <HarvestWeightId>11</HarvestWeightId>
    <HarvestWidthId>13</HarvestWidthId>
    <HarvestedLength>1.1</HarvestedLength>
    <HarvestedWeight>1.1</HarvestedWeight>
    <HarvestedWidth>1.1</HarvestedWidth>
    <OilPct>1.1</OilPct>
    <OtherFactors>sample string 5</OtherFactors>
    <OtherFactorsHeading>sample string 6</OtherFactorsHeading>
    <PlantingRate>1.1</PlantingRate>
    <PlantingRateId>10</PlantingRateId>
    <Product>sample string 2</Product>
    <ProductGeId>3</ProductGeId>
    <QualityMessageWeighed>sample string 8</QualityMessageWeighed>
    <QualityMessageYM>sample string 9</QualityMessageYM>
    <Strip>1</Strip>
    <SubProduct>sample string 4</SubProduct>
    <TestWeight>1.1</TestWeight>
    <TestWeightId>1</TestWeightId>
    <WeighedAGI>1.1</WeighedAGI>
    <WeighedMST>1.1</WeighedMST>
    <WeighedYield>1.1</WeighedYield>
    <WeighedYieldId>14</WeighedYieldId>
    <YMAGI>1.1</YMAGI>
    <YMMST>1.1</YMMST>
    <YMYield>1.1</YMYield>
    <YMYieldId>1</YMYieldId>
  </LocationSummaryDetail>
  <LocationSummaryDetail>
    <Brand>sample string 1</Brand>
    <ExperimentLocationId>86aac8e5-0cd1-4a0a-803a-393c8e7f480b</ExperimentLocationId>
    <ExperimentName>sample string 7</ExperimentName>
    <Factors>
      <LocationSummaryDetailFactor>
        <Name>sample string 1</Name>
        <Row>1</Row>
        <Value>sample string 2</Value>
      </LocationSummaryDetailFactor>
      <LocationSummaryDetailFactor>
        <Name>sample string 1</Name>
        <Row>1</Row>
        <Value>sample string 2</Value>
      </LocationSummaryDetailFactor>
    </Factors>
    <GreenSeed>1.1</GreenSeed>
    <HarvStand>1.1</HarvStand>
    <HarvestLengthId>12</HarvestLengthId>
    <HarvestStandId>1</HarvestStandId>
    <HarvestWeightId>11</HarvestWeightId>
    <HarvestWidthId>13</HarvestWidthId>
    <HarvestedLength>1.1</HarvestedLength>
    <HarvestedWeight>1.1</HarvestedWeight>
    <HarvestedWidth>1.1</HarvestedWidth>
    <OilPct>1.1</OilPct>
    <OtherFactors>sample string 5</OtherFactors>
    <OtherFactorsHeading>sample string 6</OtherFactorsHeading>
    <PlantingRate>1.1</PlantingRate>
    <PlantingRateId>10</PlantingRateId>
    <Product>sample string 2</Product>
    <ProductGeId>3</ProductGeId>
    <QualityMessageWeighed>sample string 8</QualityMessageWeighed>
    <QualityMessageYM>sample string 9</QualityMessageYM>
    <Strip>1</Strip>
    <SubProduct>sample string 4</SubProduct>
    <TestWeight>1.1</TestWeight>
    <TestWeightId>1</TestWeightId>
    <WeighedAGI>1.1</WeighedAGI>
    <WeighedMST>1.1</WeighedMST>
    <WeighedYield>1.1</WeighedYield>
    <WeighedYieldId>14</WeighedYieldId>
    <YMAGI>1.1</YMAGI>
    <YMMST>1.1</YMMST>
    <YMYield>1.1</YMYield>
    <YMYieldId>1</YMYieldId>
  </LocationSummaryDetail>
</ArrayOfLocationSummaryDetail>