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": "005c3cd2-3266-4bae-9ea5-962effc0432d",
    "ExperimentFactorId": "4e8097ac-ad83-4944-b1fc-9deb250c300f",
    "BrandId": 3.0,
    "GEId": 4.0,
    "SortOrder": 5,
    "AddName": "sample string 6",
    "AddDate": "2026-05-11T20:20:08.8330526+00:00",
    "LastMaintenanceName": "sample string 8",
    "LastMaintenanceDate": "2026-05-11T20:20:08.8330526+00:00",
    "SubProductCode": "sample string 10",
    "NumberReservedUnits": 1,
    "TotalNumberUnitsAllProduct": 1,
    "StripSeedLocallySourced": true,
    "StripValue": [
      {
        "$id": "2",
        "StripValueId": "288fdc7b-135f-422c-b6ff-3658b331810c",
        "StripId": "1b6dcf7b-62ba-42fd-af31-0627bb915cc9",
        "ExperimentFactorId": "576a3dd1-f38a-41e1-9e46-d932e2f34583",
        "ExperimentFactorValueId": "ca2103a2-1ed5-46ac-85ab-956cba101288",
        "ExperimentFactorProductId": "005c3cd2-3266-4bae-9ea5-962effc0432d",
        "SortOrder": 4,
        "AddName": "sample string 5",
        "AddDate": "2026-05-11T20:20:08.862103+00:00",
        "LastMaintenanceName": "sample string 7",
        "LastMaintenanceDate": "2026-05-11T20:20:08.862103+00:00",
        "ExperimentFactorValue": {
          "$id": "3",
          "ExperimentFactorValueId": "ca2103a2-1ed5-46ac-85ab-956cba101288",
          "ExperimentFactorId": "576a3dd1-f38a-41e1-9e46-d932e2f34583",
          "SortOrder": 3,
          "Value": 1.1,
          "ShortValue": "sample string 4",
          "AddName": "sample string 5",
          "AddDate": "2026-05-11T20:20:08.862103+00:00",
          "LastMaintenanceName": "sample string 7",
          "LastMaintenanceDate": "2026-05-11T20:20:08.862103+00:00",
          "ExperimentFactor": {
            "$id": "4",
            "ExperimentFactorId": "576a3dd1-f38a-41e1-9e46-d932e2f34583",
            "ExperimentId": "a9dca6d3-f794-41c3-aee5-78f97d3c2e64",
            "SortOrder": 3,
            "TraitId": 4,
            "FieldLayout": "sample string 5",
            "AddName": "sample string 6",
            "AddDate": "2026-05-11T20:20:08.8330526+00:00",
            "LastMaintenanceName": "sample string 8",
            "LastMaintenanceDate": "2026-05-11T20:20:08.8330526+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>2026-05-11T20:20:08.8330526+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>2026-05-11T20:20:08.862103+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>2026-05-11T20:20:08.8330526+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>2026-05-11T20:20:08.862103+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>576a3dd1-f38a-41e1-9e46-d932e2f34583</ExperimentFactorId>
                          <ExperimentFactorValueId>ca2103a2-1ed5-46ac-85ab-956cba101288</ExperimentFactorValueId>
                          <LastMaintenanceDate>2026-05-11T20:20:08.862103+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>576a3dd1-f38a-41e1-9e46-d932e2f34583</ExperimentFactorId>
                <ExperimentFactorProduct />
                <ExperimentFactorValue>
                  <ExperimentFactorValue z:Ref="i7" />
                </ExperimentFactorValue>
                <ExperimentId>a9dca6d3-f794-41c3-aee5-78f97d3c2e64</ExperimentId>
                <FieldLayout>sample string 5</FieldLayout>
                <LastMaintenanceDate>2026-05-11T20:20:08.8330526+00:00</LastMaintenanceDate>
                <LastMaintenanceName>sample string 8</LastMaintenanceName>
                <SortOrder>3</SortOrder>
                <StripValue>
                  <StripValue z:Ref="i3" />
                </StripValue>
                <TraitId>4</TraitId>
              </ExperimentFactor>
              <ExperimentFactorId>576a3dd1-f38a-41e1-9e46-d932e2f34583</ExperimentFactorId>
              <ExperimentFactorProduct z:Ref="i1" />
              <ExperimentFactorProductId>005c3cd2-3266-4bae-9ea5-962effc0432d</ExperimentFactorProductId>
              <ExperimentFactorValue z:Ref="i7" />
              <ExperimentFactorValueId>ca2103a2-1ed5-46ac-85ab-956cba101288</ExperimentFactorValueId>
              <LastMaintenanceDate>2026-05-11T20:20:08.862103+00:00</LastMaintenanceDate>
              <LastMaintenanceName>sample string 7</LastMaintenanceName>
              <SortOrder>4</SortOrder>
              <Strip i:nil="true" />
              <StripId>1b6dcf7b-62ba-42fd-af31-0627bb915cc9</StripId>
              <StripValueId>288fdc7b-135f-422c-b6ff-3658b331810c</StripValueId>
            </ObjectValue>
          </AddedObjects>
        </AddedObjectsForProperty>
      </ObjectsAddedToCollectionProperties>
      <ObjectsRemovedFromCollectionProperties />
      <OriginalValues />
      <State>Added</State>
    </ChangeTracker>
    <ExperimentFactor i:nil="true" />
    <ExperimentFactorId>4e8097ac-ad83-4944-b1fc-9deb250c300f</ExperimentFactorId>
    <ExperimentFactorProductId>005c3cd2-3266-4bae-9ea5-962effc0432d</ExperimentFactorProductId>
    <GEId>4</GEId>
    <LastMaintenanceDate>2026-05-11T20:20:08.8330526+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": "0ce020e0-2b0f-4c54-889e-a5e77013c7e6",
    "ExperimentFactorId": "99a79b39-436c-4f1a-8f9a-0da422311b08",
    "BrandId": 3.0,
    "GEId": 4.0,
    "SortOrder": 5,
    "AddName": "sample string 6",
    "AddDate": "2026-05-11T20:20:08.8914453+00:00",
    "LastMaintenanceName": "sample string 8",
    "LastMaintenanceDate": "2026-05-11T20:20:08.8914453+00:00",
    "SubProductCode": "sample string 10",
    "NumberReservedUnits": 1,
    "TotalNumberUnitsAllProduct": 1,
    "StripSeedLocallySourced": true,
    "StripValue": [
      {
        "$id": "2",
        "StripValueId": "811123cd-ec17-43ef-b168-a2b272c4da52",
        "StripId": "722423b7-49bc-41e9-ad20-e56859865a73",
        "ExperimentFactorId": "a98ebd17-9241-4b2a-95a8-608d80a36b5f",
        "ExperimentFactorValueId": "c40b3545-8500-49e8-9c4e-49acc495eabd",
        "ExperimentFactorProductId": "0ce020e0-2b0f-4c54-889e-a5e77013c7e6",
        "SortOrder": 4,
        "AddName": "sample string 5",
        "AddDate": "2026-05-11T20:20:08.909448+00:00",
        "LastMaintenanceName": "sample string 7",
        "LastMaintenanceDate": "2026-05-11T20:20:08.909448+00:00",
        "ExperimentFactorValue": {
          "$id": "3",
          "ExperimentFactorValueId": "c40b3545-8500-49e8-9c4e-49acc495eabd",
          "ExperimentFactorId": "a98ebd17-9241-4b2a-95a8-608d80a36b5f",
          "SortOrder": 3,
          "Value": 1.1,
          "ShortValue": "sample string 4",
          "AddName": "sample string 5",
          "AddDate": "2026-05-11T20:20:08.909448+00:00",
          "LastMaintenanceName": "sample string 7",
          "LastMaintenanceDate": "2026-05-11T20:20:08.909448+00:00",
          "ExperimentFactor": {
            "$id": "4",
            "ExperimentFactorId": "a98ebd17-9241-4b2a-95a8-608d80a36b5f",
            "ExperimentId": "5124301f-254b-44f6-86be-24168ed44a8b",
            "SortOrder": 3,
            "TraitId": 4,
            "FieldLayout": "sample string 5",
            "AddName": "sample string 6",
            "AddDate": "2026-05-11T20:20:08.8914453+00:00",
            "LastMaintenanceName": "sample string 8",
            "LastMaintenanceDate": "2026-05-11T20:20:08.8914453+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>2026-05-11T20:20:08.8914453+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>2026-05-11T20:20:08.909448+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>2026-05-11T20:20:08.8914453+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>2026-05-11T20:20:08.909448+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>a98ebd17-9241-4b2a-95a8-608d80a36b5f</ExperimentFactorId>
                          <ExperimentFactorValueId>c40b3545-8500-49e8-9c4e-49acc495eabd</ExperimentFactorValueId>
                          <LastMaintenanceDate>2026-05-11T20:20:08.909448+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>a98ebd17-9241-4b2a-95a8-608d80a36b5f</ExperimentFactorId>
                <ExperimentFactorProduct />
                <ExperimentFactorValue>
                  <ExperimentFactorValue z:Ref="i7" />
                </ExperimentFactorValue>
                <ExperimentId>5124301f-254b-44f6-86be-24168ed44a8b</ExperimentId>
                <FieldLayout>sample string 5</FieldLayout>
                <LastMaintenanceDate>2026-05-11T20:20:08.8914453+00:00</LastMaintenanceDate>
                <LastMaintenanceName>sample string 8</LastMaintenanceName>
                <SortOrder>3</SortOrder>
                <StripValue>
                  <StripValue z:Ref="i3" />
                </StripValue>
                <TraitId>4</TraitId>
              </ExperimentFactor>
              <ExperimentFactorId>a98ebd17-9241-4b2a-95a8-608d80a36b5f</ExperimentFactorId>
              <ExperimentFactorProduct z:Ref="i1" />
              <ExperimentFactorProductId>0ce020e0-2b0f-4c54-889e-a5e77013c7e6</ExperimentFactorProductId>
              <ExperimentFactorValue z:Ref="i7" />
              <ExperimentFactorValueId>c40b3545-8500-49e8-9c4e-49acc495eabd</ExperimentFactorValueId>
              <LastMaintenanceDate>2026-05-11T20:20:08.909448+00:00</LastMaintenanceDate>
              <LastMaintenanceName>sample string 7</LastMaintenanceName>
              <SortOrder>4</SortOrder>
              <Strip i:nil="true" />
              <StripId>722423b7-49bc-41e9-ad20-e56859865a73</StripId>
              <StripValueId>811123cd-ec17-43ef-b168-a2b272c4da52</StripValueId>
            </ObjectValue>
          </AddedObjects>
        </AddedObjectsForProperty>
      </ObjectsAddedToCollectionProperties>
      <ObjectsRemovedFromCollectionProperties />
      <OriginalValues />
      <State>Added</State>
    </ChangeTracker>
    <ExperimentFactor i:nil="true" />
    <ExperimentFactorId>99a79b39-436c-4f1a-8f9a-0da422311b08</ExperimentFactorId>
    <ExperimentFactorProductId>0ce020e0-2b0f-4c54-889e-a5e77013c7e6</ExperimentFactorProductId>
    <GEId>4</GEId>
    <LastMaintenanceDate>2026-05-11T20:20:08.8914453+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>