POST ExperimentFactorProduct/Base/SaveAll

Request Information

URI Parameters

None.

Body Parameters

Collection of ExperimentFactorProduct
NameDescriptionTypeAdditional information
ExperimentFactorProductId

globally unique identifier

None.

ExperimentFactorId

globally unique identifier

None.

BrandId

decimal number

None.

GEId

decimal number

None.

SortOrder

integer

None.

AddName

string

None.

AddDate

date

None.

LastMaintenanceName

string

None.

LastMaintenanceDate

date

None.

SubProductCode

string

None.

NumberReservedUnits

integer

None.

TotalNumberUnitsAllProduct

integer

None.

StripSeedLocallySourced

boolean

None.

Brand

Brand

None.

ExperimentFactor

ExperimentFactor

None.

StripValue

Collection of StripValue

None.

ChangeTracker

ObjectChangeTracker

None.

Request Formats

application/json, text/json

Sample:
[
  null,
  {
    "$id": "1",
    "ExperimentFactorProductId": "76fc9dbd-322b-4139-ab4c-cbec5832895c",
    "ExperimentFactorId": "41360bb9-592c-4f00-8592-96795113ba4d",
    "BrandId": 3.0,
    "GEId": 4.0,
    "SortOrder": 5,
    "AddName": "sample string 6",
    "AddDate": "2024-12-26T05:58:47.0138791+00:00",
    "LastMaintenanceName": "sample string 8",
    "LastMaintenanceDate": "2024-12-26T05:58:47.0138791+00:00",
    "SubProductCode": "sample string 10",
    "NumberReservedUnits": 1,
    "TotalNumberUnitsAllProduct": 1,
    "StripSeedLocallySourced": true,
    "StripValue": [
      {
        "$id": "2",
        "StripValueId": "b1fd0a40-b775-489f-b6fb-faad7cd0be35",
        "StripId": "f8c047f6-fd88-49a7-8ee7-bd3dc4b7e9fe",
        "ExperimentFactorId": "bb5e2061-352a-4f78-9126-72ee5057c8e2",
        "ExperimentFactorValueId": "ccb5f217-08bd-41eb-b3c3-a2db7bc58dfc",
        "ExperimentFactorProductId": "76fc9dbd-322b-4139-ab4c-cbec5832895c",
        "SortOrder": 4,
        "AddName": "sample string 5",
        "AddDate": "2024-12-26T05:58:47.0341128+00:00",
        "LastMaintenanceName": "sample string 7",
        "LastMaintenanceDate": "2024-12-26T05:58:47.0341128+00:00",
        "ExperimentFactorValue": {
          "$id": "3",
          "ExperimentFactorValueId": "ccb5f217-08bd-41eb-b3c3-a2db7bc58dfc",
          "ExperimentFactorId": "bb5e2061-352a-4f78-9126-72ee5057c8e2",
          "SortOrder": 3,
          "Value": 1.1,
          "ShortValue": "sample string 4",
          "AddName": "sample string 5",
          "AddDate": "2024-12-26T05:58:47.0341128+00:00",
          "LastMaintenanceName": "sample string 7",
          "LastMaintenanceDate": "2024-12-26T05:58:47.0341128+00:00",
          "ExperimentFactor": {
            "$id": "4",
            "ExperimentFactorId": "bb5e2061-352a-4f78-9126-72ee5057c8e2",
            "ExperimentId": "da3cb2aa-0490-4d21-87dc-f222c7a87b79",
            "SortOrder": 3,
            "TraitId": 4,
            "FieldLayout": "sample string 5",
            "AddName": "sample string 6",
            "AddDate": "2024-12-26T05:58:47.0138791+00:00",
            "LastMaintenanceName": "sample string 8",
            "LastMaintenanceDate": "2024-12-26T05:58:47.0138791+00:00",
            "ExperimentFactorValue": [
              {
                "$ref": "3"
              }
            ],
            "ExperimentFactorProduct": [],
            "StripValue": [
              {
                "$ref": "2"
              }
            ],
            "ChangeTracker": {
              "$id": "5",
              "State": 2,
              "ObjectsRemovedFromCollectionProperties": {},
              "OriginalValues": {},
              "ExtendedProperties": {},
              "ObjectsAddedToCollectionProperties": {
                "ExperimentFactorValue": [
                  {
                    "$ref": "3"
                  }
                ],
                "StripValue": [
                  {
                    "$ref": "2"
                  }
                ]
              }
            }
          },
          "StripValue": [
            {
              "$ref": "2"
            }
          ],
          "ChangeTracker": {
            "$id": "6",
            "State": 2,
            "ObjectsRemovedFromCollectionProperties": {},
            "OriginalValues": {},
            "ExtendedProperties": {},
            "ObjectsAddedToCollectionProperties": {
              "StripValue": [
                {
                  "$ref": "2"
                }
              ]
            }
          }
        },
        "ExperimentFactor": {
          "$ref": "4"
        },
        "ExperimentFactorProduct": {
          "$ref": "1"
        },
        "ChangeTracker": {
          "$id": "7",
          "State": 2,
          "ObjectsRemovedFromCollectionProperties": {},
          "OriginalValues": {},
          "ExtendedProperties": {},
          "ObjectsAddedToCollectionProperties": {}
        }
      }
    ],
    "ChangeTracker": {
      "$id": "8",
      "State": 2,
      "ObjectsRemovedFromCollectionProperties": {},
      "OriginalValues": {},
      "ExtendedProperties": {},
      "ObjectsAddedToCollectionProperties": {
        "StripValue": [
          {
            "$ref": "2"
          }
        ]
      }
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfExperimentFactorProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
  <ExperimentFactorProduct i:nil="true" />
  <ExperimentFactorProduct z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <AddDate>2024-12-26T05:58:47.0138791+00:00</AddDate>
    <AddName>sample string 6</AddName>
    <Brand i:nil="true" />
    <BrandId>3</BrandId>
    <ChangeTracker z:Id="i2">
      <ExtendedProperties />
      <ObjectsAddedToCollectionProperties>
        <AddedObjectsForProperty>
          <CollectionPropertyName>StripValue</CollectionPropertyName>
          <AddedObjects>
            <ObjectValue z:Id="i3" i:type="StripValue">
              <AddDate>2024-12-26T05:58:47.0341128+00:00</AddDate>
              <AddName>sample string 5</AddName>
              <ChangeTracker z:Id="i4">
                <ExtendedProperties />
                <ObjectsAddedToCollectionProperties />
                <ObjectsRemovedFromCollectionProperties />
                <OriginalValues />
                <State>Added</State>
              </ChangeTracker>
              <ExperimentFactor z:Id="i5">
                <AddDate>2024-12-26T05:58:47.0138791+00:00</AddDate>
                <AddName>sample string 6</AddName>
                <ChangeTracker z:Id="i6">
                  <ExtendedProperties />
                  <ObjectsAddedToCollectionProperties>
                    <AddedObjectsForProperty>
                      <CollectionPropertyName>ExperimentFactorValue</CollectionPropertyName>
                      <AddedObjects>
                        <ObjectValue z:Id="i7" i:type="ExperimentFactorValue">
                          <AddDate>2024-12-26T05:58:47.0341128+00:00</AddDate>
                          <AddName>sample string 5</AddName>
                          <ChangeTracker z:Id="i8">
                            <ExtendedProperties />
                            <ObjectsAddedToCollectionProperties>
                              <AddedObjectsForProperty>
                                <CollectionPropertyName>StripValue</CollectionPropertyName>
                                <AddedObjects>
                                  <ObjectValue z:Ref="i3" />
                                </AddedObjects>
                              </AddedObjectsForProperty>
                            </ObjectsAddedToCollectionProperties>
                            <ObjectsRemovedFromCollectionProperties />
                            <OriginalValues />
                            <State>Added</State>
                          </ChangeTracker>
                          <ExperimentFactor z:Ref="i5" />
                          <ExperimentFactorId>bb5e2061-352a-4f78-9126-72ee5057c8e2</ExperimentFactorId>
                          <ExperimentFactorValueId>ccb5f217-08bd-41eb-b3c3-a2db7bc58dfc</ExperimentFactorValueId>
                          <LastMaintenanceDate>2024-12-26T05:58:47.0341128+00:00</LastMaintenanceDate>
                          <LastMaintenanceName>sample string 7</LastMaintenanceName>
                          <ShortValue>sample string 4</ShortValue>
                          <SortOrder>3</SortOrder>
                          <StripValue>
                            <StripValue z:Ref="i3" />
                          </StripValue>
                          <Value>1.1</Value>
                        </ObjectValue>
                      </AddedObjects>
                    </AddedObjectsForProperty>
                    <AddedObjectsForProperty>
                      <CollectionPropertyName>StripValue</CollectionPropertyName>
                      <AddedObjects>
                        <ObjectValue z:Ref="i3" />
                      </AddedObjects>
                    </AddedObjectsForProperty>
                  </ObjectsAddedToCollectionProperties>
                  <ObjectsRemovedFromCollectionProperties />
                  <OriginalValues />
                  <State>Added</State>
                </ChangeTracker>
                <Experiment i:nil="true" />
                <ExperimentFactorId>bb5e2061-352a-4f78-9126-72ee5057c8e2</ExperimentFactorId>
                <ExperimentFactorProduct />
                <ExperimentFactorValue>
                  <ExperimentFactorValue z:Ref="i7" />
                </ExperimentFactorValue>
                <ExperimentId>da3cb2aa-0490-4d21-87dc-f222c7a87b79</ExperimentId>
                <FieldLayout>sample string 5</FieldLayout>
                <LastMaintenanceDate>2024-12-26T05:58:47.0138791+00:00</LastMaintenanceDate>
                <LastMaintenanceName>sample string 8</LastMaintenanceName>
                <SortOrder>3</SortOrder>
                <StripValue>
                  <StripValue z:Ref="i3" />
                </StripValue>
                <TraitId>4</TraitId>
              </ExperimentFactor>
              <ExperimentFactorId>bb5e2061-352a-4f78-9126-72ee5057c8e2</ExperimentFactorId>
              <ExperimentFactorProduct z:Ref="i1" />
              <ExperimentFactorProductId>76fc9dbd-322b-4139-ab4c-cbec5832895c</ExperimentFactorProductId>
              <ExperimentFactorValue z:Ref="i7" />
              <ExperimentFactorValueId>ccb5f217-08bd-41eb-b3c3-a2db7bc58dfc</ExperimentFactorValueId>
              <LastMaintenanceDate>2024-12-26T05:58:47.0341128+00:00</LastMaintenanceDate>
              <LastMaintenanceName>sample string 7</LastMaintenanceName>
              <SortOrder>4</SortOrder>
              <Strip i:nil="true" />
              <StripId>f8c047f6-fd88-49a7-8ee7-bd3dc4b7e9fe</StripId>
              <StripValueId>b1fd0a40-b775-489f-b6fb-faad7cd0be35</StripValueId>
            </ObjectValue>
          </AddedObjects>
        </AddedObjectsForProperty>
      </ObjectsAddedToCollectionProperties>
      <ObjectsRemovedFromCollectionProperties />
      <OriginalValues />
      <State>Added</State>
    </ChangeTracker>
    <ExperimentFactor i:nil="true" />
    <ExperimentFactorId>41360bb9-592c-4f00-8592-96795113ba4d</ExperimentFactorId>
    <ExperimentFactorProductId>76fc9dbd-322b-4139-ab4c-cbec5832895c</ExperimentFactorProductId>
    <GEId>4</GEId>
    <LastMaintenanceDate>2024-12-26T05:58:47.0138791+00:00</LastMaintenanceDate>
    <LastMaintenanceName>sample string 8</LastMaintenanceName>
    <NumberReservedUnits>1</NumberReservedUnits>
    <SortOrder>5</SortOrder>
    <StripSeedLocallySourced>true</StripSeedLocallySourced>
    <StripValue>
      <StripValue z:Ref="i3" />
    </StripValue>
    <SubProductCode>sample string 10</SubProductCode>
    <TotalNumberUnitsAllProduct>1</TotalNumberUnitsAllProduct>
  </ExperimentFactorProduct>
</ArrayOfExperimentFactorProduct>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ExperimentFactorProduct
NameDescriptionTypeAdditional information
ExperimentFactorProductId

globally unique identifier

None.

ExperimentFactorId

globally unique identifier

None.

BrandId

decimal number

None.

GEId

decimal number

None.

SortOrder

integer

None.

AddName

string

None.

AddDate

date

None.

LastMaintenanceName

string

None.

LastMaintenanceDate

date

None.

SubProductCode

string

None.

NumberReservedUnits

integer

None.

TotalNumberUnitsAllProduct

integer

None.

StripSeedLocallySourced

boolean

None.

Brand

Brand

None.

ExperimentFactor

ExperimentFactor

None.

StripValue

Collection of StripValue

None.

ChangeTracker

ObjectChangeTracker

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "$id": "1",
    "ExperimentFactorProductId": "7640ed35-9ae9-4d5f-9152-7218918a8eb9",
    "ExperimentFactorId": "36df84d4-b86c-4b10-a2e2-57189f4a1903",
    "BrandId": 3.0,
    "GEId": 4.0,
    "SortOrder": 5,
    "AddName": "sample string 6",
    "AddDate": "2024-12-26T05:58:47.0450623+00:00",
    "LastMaintenanceName": "sample string 8",
    "LastMaintenanceDate": "2024-12-26T05:58:47.0450623+00:00",
    "SubProductCode": "sample string 10",
    "NumberReservedUnits": 1,
    "TotalNumberUnitsAllProduct": 1,
    "StripSeedLocallySourced": true,
    "StripValue": [
      {
        "$id": "2",
        "StripValueId": "c607654f-fa77-4b4b-8a50-a24ffeeae1bb",
        "StripId": "747e0ffe-f562-45f3-92ce-13434636218d",
        "ExperimentFactorId": "591969a8-17bb-4cf2-8101-bd37dba931dc",
        "ExperimentFactorValueId": "e98b18fe-9f39-45d7-ad20-b2f7f0b0eab8",
        "ExperimentFactorProductId": "7640ed35-9ae9-4d5f-9152-7218918a8eb9",
        "SortOrder": 4,
        "AddName": "sample string 5",
        "AddDate": "2024-12-26T05:58:47.0642678+00:00",
        "LastMaintenanceName": "sample string 7",
        "LastMaintenanceDate": "2024-12-26T05:58:47.0642678+00:00",
        "ExperimentFactorValue": {
          "$id": "3",
          "ExperimentFactorValueId": "e98b18fe-9f39-45d7-ad20-b2f7f0b0eab8",
          "ExperimentFactorId": "591969a8-17bb-4cf2-8101-bd37dba931dc",
          "SortOrder": 3,
          "Value": 1.1,
          "ShortValue": "sample string 4",
          "AddName": "sample string 5",
          "AddDate": "2024-12-26T05:58:47.0642678+00:00",
          "LastMaintenanceName": "sample string 7",
          "LastMaintenanceDate": "2024-12-26T05:58:47.0642678+00:00",
          "ExperimentFactor": {
            "$id": "4",
            "ExperimentFactorId": "591969a8-17bb-4cf2-8101-bd37dba931dc",
            "ExperimentId": "6e133c20-2bbb-42f4-bc82-fcc09863af49",
            "SortOrder": 3,
            "TraitId": 4,
            "FieldLayout": "sample string 5",
            "AddName": "sample string 6",
            "AddDate": "2024-12-26T05:58:47.0450623+00:00",
            "LastMaintenanceName": "sample string 8",
            "LastMaintenanceDate": "2024-12-26T05:58:47.0450623+00:00",
            "ExperimentFactorValue": [
              {
                "$ref": "3"
              }
            ],
            "ExperimentFactorProduct": [],
            "StripValue": [
              {
                "$ref": "2"
              }
            ],
            "ChangeTracker": {
              "$id": "5",
              "State": 2,
              "ObjectsRemovedFromCollectionProperties": {},
              "OriginalValues": {},
              "ExtendedProperties": {},
              "ObjectsAddedToCollectionProperties": {
                "ExperimentFactorValue": [
                  {
                    "$ref": "3"
                  }
                ],
                "StripValue": [
                  {
                    "$ref": "2"
                  }
                ]
              }
            }
          },
          "StripValue": [
            {
              "$ref": "2"
            }
          ],
          "ChangeTracker": {
            "$id": "6",
            "State": 2,
            "ObjectsRemovedFromCollectionProperties": {},
            "OriginalValues": {},
            "ExtendedProperties": {},
            "ObjectsAddedToCollectionProperties": {
              "StripValue": [
                {
                  "$ref": "2"
                }
              ]
            }
          }
        },
        "ExperimentFactor": {
          "$ref": "4"
        },
        "ExperimentFactorProduct": {
          "$ref": "1"
        },
        "ChangeTracker": {
          "$id": "7",
          "State": 2,
          "ObjectsRemovedFromCollectionProperties": {},
          "OriginalValues": {},
          "ExtendedProperties": {},
          "ObjectsAddedToCollectionProperties": {}
        }
      }
    ],
    "ChangeTracker": {
      "$id": "8",
      "State": 2,
      "ObjectsRemovedFromCollectionProperties": {},
      "OriginalValues": {},
      "ExtendedProperties": {},
      "ObjectsAddedToCollectionProperties": {
        "StripValue": [
          {
            "$ref": "2"
          }
        ]
      }
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfExperimentFactorProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
  <ExperimentFactorProduct i:nil="true" />
  <ExperimentFactorProduct z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <AddDate>2024-12-26T05:58:47.0450623+00:00</AddDate>
    <AddName>sample string 6</AddName>
    <Brand i:nil="true" />
    <BrandId>3</BrandId>
    <ChangeTracker z:Id="i2">
      <ExtendedProperties />
      <ObjectsAddedToCollectionProperties>
        <AddedObjectsForProperty>
          <CollectionPropertyName>StripValue</CollectionPropertyName>
          <AddedObjects>
            <ObjectValue z:Id="i3" i:type="StripValue">
              <AddDate>2024-12-26T05:58:47.0642678+00:00</AddDate>
              <AddName>sample string 5</AddName>
              <ChangeTracker z:Id="i4">
                <ExtendedProperties />
                <ObjectsAddedToCollectionProperties />
                <ObjectsRemovedFromCollectionProperties />
                <OriginalValues />
                <State>Added</State>
              </ChangeTracker>
              <ExperimentFactor z:Id="i5">
                <AddDate>2024-12-26T05:58:47.0450623+00:00</AddDate>
                <AddName>sample string 6</AddName>
                <ChangeTracker z:Id="i6">
                  <ExtendedProperties />
                  <ObjectsAddedToCollectionProperties>
                    <AddedObjectsForProperty>
                      <CollectionPropertyName>ExperimentFactorValue</CollectionPropertyName>
                      <AddedObjects>
                        <ObjectValue z:Id="i7" i:type="ExperimentFactorValue">
                          <AddDate>2024-12-26T05:58:47.0642678+00:00</AddDate>
                          <AddName>sample string 5</AddName>
                          <ChangeTracker z:Id="i8">
                            <ExtendedProperties />
                            <ObjectsAddedToCollectionProperties>
                              <AddedObjectsForProperty>
                                <CollectionPropertyName>StripValue</CollectionPropertyName>
                                <AddedObjects>
                                  <ObjectValue z:Ref="i3" />
                                </AddedObjects>
                              </AddedObjectsForProperty>
                            </ObjectsAddedToCollectionProperties>
                            <ObjectsRemovedFromCollectionProperties />
                            <OriginalValues />
                            <State>Added</State>
                          </ChangeTracker>
                          <ExperimentFactor z:Ref="i5" />
                          <ExperimentFactorId>591969a8-17bb-4cf2-8101-bd37dba931dc</ExperimentFactorId>
                          <ExperimentFactorValueId>e98b18fe-9f39-45d7-ad20-b2f7f0b0eab8</ExperimentFactorValueId>
                          <LastMaintenanceDate>2024-12-26T05:58:47.0642678+00:00</LastMaintenanceDate>
                          <LastMaintenanceName>sample string 7</LastMaintenanceName>
                          <ShortValue>sample string 4</ShortValue>
                          <SortOrder>3</SortOrder>
                          <StripValue>
                            <StripValue z:Ref="i3" />
                          </StripValue>
                          <Value>1.1</Value>
                        </ObjectValue>
                      </AddedObjects>
                    </AddedObjectsForProperty>
                    <AddedObjectsForProperty>
                      <CollectionPropertyName>StripValue</CollectionPropertyName>
                      <AddedObjects>
                        <ObjectValue z:Ref="i3" />
                      </AddedObjects>
                    </AddedObjectsForProperty>
                  </ObjectsAddedToCollectionProperties>
                  <ObjectsRemovedFromCollectionProperties />
                  <OriginalValues />
                  <State>Added</State>
                </ChangeTracker>
                <Experiment i:nil="true" />
                <ExperimentFactorId>591969a8-17bb-4cf2-8101-bd37dba931dc</ExperimentFactorId>
                <ExperimentFactorProduct />
                <ExperimentFactorValue>
                  <ExperimentFactorValue z:Ref="i7" />
                </ExperimentFactorValue>
                <ExperimentId>6e133c20-2bbb-42f4-bc82-fcc09863af49</ExperimentId>
                <FieldLayout>sample string 5</FieldLayout>
                <LastMaintenanceDate>2024-12-26T05:58:47.0450623+00:00</LastMaintenanceDate>
                <LastMaintenanceName>sample string 8</LastMaintenanceName>
                <SortOrder>3</SortOrder>
                <StripValue>
                  <StripValue z:Ref="i3" />
                </StripValue>
                <TraitId>4</TraitId>
              </ExperimentFactor>
              <ExperimentFactorId>591969a8-17bb-4cf2-8101-bd37dba931dc</ExperimentFactorId>
              <ExperimentFactorProduct z:Ref="i1" />
              <ExperimentFactorProductId>7640ed35-9ae9-4d5f-9152-7218918a8eb9</ExperimentFactorProductId>
              <ExperimentFactorValue z:Ref="i7" />
              <ExperimentFactorValueId>e98b18fe-9f39-45d7-ad20-b2f7f0b0eab8</ExperimentFactorValueId>
              <LastMaintenanceDate>2024-12-26T05:58:47.0642678+00:00</LastMaintenanceDate>
              <LastMaintenanceName>sample string 7</LastMaintenanceName>
              <SortOrder>4</SortOrder>
              <Strip i:nil="true" />
              <StripId>747e0ffe-f562-45f3-92ce-13434636218d</StripId>
              <StripValueId>c607654f-fa77-4b4b-8a50-a24ffeeae1bb</StripValueId>
            </ObjectValue>
          </AddedObjects>
        </AddedObjectsForProperty>
      </ObjectsAddedToCollectionProperties>
      <ObjectsRemovedFromCollectionProperties />
      <OriginalValues />
      <State>Added</State>
    </ChangeTracker>
    <ExperimentFactor i:nil="true" />
    <ExperimentFactorId>36df84d4-b86c-4b10-a2e2-57189f4a1903</ExperimentFactorId>
    <ExperimentFactorProductId>7640ed35-9ae9-4d5f-9152-7218918a8eb9</ExperimentFactorProductId>
    <GEId>4</GEId>
    <LastMaintenanceDate>2024-12-26T05:58:47.0450623+00:00</LastMaintenanceDate>
    <LastMaintenanceName>sample string 8</LastMaintenanceName>
    <NumberReservedUnits>1</NumberReservedUnits>
    <SortOrder>5</SortOrder>
    <StripSeedLocallySourced>true</StripSeedLocallySourced>
    <StripValue>
      <StripValue z:Ref="i3" />
    </StripValue>
    <SubProductCode>sample string 10</SubProductCode>
    <TotalNumberUnitsAllProduct>1</TotalNumberUnitsAllProduct>
  </ExperimentFactorProduct>
</ArrayOfExperimentFactorProduct>