POST ExperimentFactor/Base/SaveAll
Request Information
URI Parameters
None.
Body Parameters
Collection of ExperimentFactor| Name | Description | Type | Additional information |
|---|---|---|---|
| ExperimentFactorId | globally unique identifier |
None. |
|
| ExperimentId | globally unique identifier |
None. |
|
| SortOrder | integer |
None. |
|
| TraitId | integer |
None. |
|
| FieldLayout | string |
None. |
|
| AddName | string |
None. |
|
| AddDate | date |
None. |
|
| LastMaintenanceName | string |
None. |
|
| LastMaintenanceDate | date |
None. |
|
| Experiment | Experiment |
None. |
|
| ExperimentFactorValue | Collection of ExperimentFactorValue |
None. |
|
| ExperimentFactorProduct | Collection of ExperimentFactorProduct |
None. |
|
| StripValue | Collection of StripValue |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Request Formats
application/json, text/json
Sample:
[
null,
{
"$id": "1",
"ExperimentFactorId": "433dc639-b700-4770-92f8-77b21b53a6b4",
"ExperimentId": "f78305df-5331-4d9f-aad9-9ed1a5672893",
"SortOrder": 3,
"TraitId": 4,
"FieldLayout": "sample string 5",
"AddName": "sample string 6",
"AddDate": "2026-05-12T13:24:21.371323+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-05-12T13:24:21.371323+00:00",
"ExperimentFactorValue": [
{
"$id": "2",
"ExperimentFactorValueId": "acd0a771-0917-485f-871a-4c4d531aa7f8",
"ExperimentFactorId": "433dc639-b700-4770-92f8-77b21b53a6b4",
"SortOrder": 3,
"Value": 1.1,
"ShortValue": "sample string 4",
"AddName": "sample string 5",
"AddDate": "2026-05-12T13:24:21.4009683+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-05-12T13:24:21.4009683+00:00",
"ExperimentFactor": {
"$ref": "1"
},
"StripValue": [
{
"$id": "3",
"StripValueId": "51a52017-6ef0-49bc-8944-ed63d95d3fdd",
"StripId": "1316742d-3e81-4490-b23c-eb31a29544d7",
"ExperimentFactorId": "433dc639-b700-4770-92f8-77b21b53a6b4",
"ExperimentFactorValueId": "acd0a771-0917-485f-871a-4c4d531aa7f8",
"ExperimentFactorProductId": "abdfa307-3cce-4362-b7dd-08d39634ed1d",
"SortOrder": 4,
"AddName": "sample string 5",
"AddDate": "2026-05-12T13:24:21.4009683+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-05-12T13:24:21.4009683+00:00",
"ExperimentFactorValue": {
"$ref": "2"
},
"ExperimentFactor": {
"$ref": "1"
},
"ChangeTracker": {
"$id": "4",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
],
"ChangeTracker": {
"$id": "5",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {
"StripValue": [
{
"$ref": "3"
}
]
}
}
}
],
"ExperimentFactorProduct": [
{
"$id": "6",
"ExperimentFactorProductId": "97b30045-4194-433e-8a3d-db8d3899c772",
"ExperimentFactorId": "433dc639-b700-4770-92f8-77b21b53a6b4",
"BrandId": 3.0,
"GEId": 4.0,
"SortOrder": 5,
"AddName": "sample string 6",
"AddDate": "2026-05-12T13:24:21.4009683+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-05-12T13:24:21.4009683+00:00",
"SubProductCode": "sample string 10",
"NumberReservedUnits": 1,
"TotalNumberUnitsAllProduct": 1,
"StripSeedLocallySourced": true,
"ExperimentFactor": {
"$ref": "1"
},
"StripValue": [],
"ChangeTracker": {
"$id": "7",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
],
"StripValue": [
{
"$ref": "3"
}
],
"ChangeTracker": {
"$id": "8",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {
"ExperimentFactorValue": [
{
"$ref": "2"
}
],
"StripValue": [
{
"$ref": "3"
}
],
"ExperimentFactorProduct": [
{
"$ref": "6"
}
]
}
}
}
]
application/xml, text/xml
Sample:
<ArrayOfExperimentFactor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<ExperimentFactor i:nil="true" />
<ExperimentFactor z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<AddDate>2026-05-12T13:24:21.371323+00:00</AddDate>
<AddName>sample string 6</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties>
<AddedObjectsForProperty>
<CollectionPropertyName>ExperimentFactorValue</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i3" i:type="ExperimentFactorValue">
<AddDate>2026-05-12T13:24:21.4009683+00:00</AddDate>
<AddName>sample string 5</AddName>
<ChangeTracker z:Id="i4">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties>
<AddedObjectsForProperty>
<CollectionPropertyName>StripValue</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i5" i:type="StripValue">
<AddDate>2026-05-12T13:24:21.4009683+00:00</AddDate>
<AddName>sample string 5</AddName>
<ChangeTracker z:Id="i6">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor z:Ref="i1" />
<ExperimentFactorId>433dc639-b700-4770-92f8-77b21b53a6b4</ExperimentFactorId>
<ExperimentFactorProduct i:nil="true" />
<ExperimentFactorProductId>abdfa307-3cce-4362-b7dd-08d39634ed1d</ExperimentFactorProductId>
<ExperimentFactorValue z:Ref="i3" />
<ExperimentFactorValueId>acd0a771-0917-485f-871a-4c4d531aa7f8</ExperimentFactorValueId>
<LastMaintenanceDate>2026-05-12T13:24:21.4009683+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>1316742d-3e81-4490-b23c-eb31a29544d7</StripId>
<StripValueId>51a52017-6ef0-49bc-8944-ed63d95d3fdd</StripValueId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor z:Ref="i1" />
<ExperimentFactorId>433dc639-b700-4770-92f8-77b21b53a6b4</ExperimentFactorId>
<ExperimentFactorValueId>acd0a771-0917-485f-871a-4c4d531aa7f8</ExperimentFactorValueId>
<LastMaintenanceDate>2026-05-12T13:24:21.4009683+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<ShortValue>sample string 4</ShortValue>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i5" />
</StripValue>
<Value>1.1</Value>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
<AddedObjectsForProperty>
<CollectionPropertyName>StripValue</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Ref="i5" />
</AddedObjects>
</AddedObjectsForProperty>
<AddedObjectsForProperty>
<CollectionPropertyName>ExperimentFactorProduct</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i7" i:type="ExperimentFactorProduct">
<AddDate>2026-05-12T13:24:21.4009683+00:00</AddDate>
<AddName>sample string 6</AddName>
<Brand i:nil="true" />
<BrandId>3</BrandId>
<ChangeTracker z:Id="i8">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor z:Ref="i1" />
<ExperimentFactorId>433dc639-b700-4770-92f8-77b21b53a6b4</ExperimentFactorId>
<ExperimentFactorProductId>97b30045-4194-433e-8a3d-db8d3899c772</ExperimentFactorProductId>
<GEId>4</GEId>
<LastMaintenanceDate>2026-05-12T13:24:21.4009683+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 i:nil="true" />
<ExperimentFactorId>433dc639-b700-4770-92f8-77b21b53a6b4</ExperimentFactorId>
<ExperimentFactorProduct>
<ExperimentFactorProduct z:Ref="i7" />
</ExperimentFactorProduct>
<ExperimentFactorValue>
<ExperimentFactorValue z:Ref="i3" />
</ExperimentFactorValue>
<ExperimentId>f78305df-5331-4d9f-aad9-9ed1a5672893</ExperimentId>
<FieldLayout>sample string 5</FieldLayout>
<LastMaintenanceDate>2026-05-12T13:24:21.371323+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i5" />
</StripValue>
<TraitId>4</TraitId>
</ExperimentFactor>
</ArrayOfExperimentFactor>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ExperimentFactor| Name | Description | Type | Additional information |
|---|---|---|---|
| ExperimentFactorId | globally unique identifier |
None. |
|
| ExperimentId | globally unique identifier |
None. |
|
| SortOrder | integer |
None. |
|
| TraitId | integer |
None. |
|
| FieldLayout | string |
None. |
|
| AddName | string |
None. |
|
| AddDate | date |
None. |
|
| LastMaintenanceName | string |
None. |
|
| LastMaintenanceDate | date |
None. |
|
| Experiment | Experiment |
None. |
|
| ExperimentFactorValue | Collection of ExperimentFactorValue |
None. |
|
| ExperimentFactorProduct | Collection of ExperimentFactorProduct |
None. |
|
| StripValue | Collection of StripValue |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[
null,
{
"$id": "1",
"ExperimentFactorId": "022092cf-fa70-4fe5-818d-b345bbaeb0d2",
"ExperimentId": "e3ba3923-0380-4dc9-835f-dc5f3cd2919e",
"SortOrder": 3,
"TraitId": 4,
"FieldLayout": "sample string 5",
"AddName": "sample string 6",
"AddDate": "2026-05-12T13:24:21.4300905+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-05-12T13:24:21.4300905+00:00",
"ExperimentFactorValue": [
{
"$id": "2",
"ExperimentFactorValueId": "9c0e4cba-d3aa-49f4-91f2-354c16d6c5b9",
"ExperimentFactorId": "022092cf-fa70-4fe5-818d-b345bbaeb0d2",
"SortOrder": 3,
"Value": 1.1,
"ShortValue": "sample string 4",
"AddName": "sample string 5",
"AddDate": "2026-05-12T13:24:21.4465802+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-05-12T13:24:21.4465802+00:00",
"ExperimentFactor": {
"$ref": "1"
},
"StripValue": [
{
"$id": "3",
"StripValueId": "e54d2be0-bf9a-4088-a9c3-a1afa0bbe0b4",
"StripId": "e8d21f12-b0f2-46df-8d2b-7b3896033988",
"ExperimentFactorId": "022092cf-fa70-4fe5-818d-b345bbaeb0d2",
"ExperimentFactorValueId": "9c0e4cba-d3aa-49f4-91f2-354c16d6c5b9",
"ExperimentFactorProductId": "94176e53-f325-4dd5-9658-90777eb4a79f",
"SortOrder": 4,
"AddName": "sample string 5",
"AddDate": "2026-05-12T13:24:21.4465802+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-05-12T13:24:21.4465802+00:00",
"ExperimentFactorValue": {
"$ref": "2"
},
"ExperimentFactor": {
"$ref": "1"
},
"ChangeTracker": {
"$id": "4",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
],
"ChangeTracker": {
"$id": "5",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {
"StripValue": [
{
"$ref": "3"
}
]
}
}
}
],
"ExperimentFactorProduct": [
{
"$id": "6",
"ExperimentFactorProductId": "c9a8186e-3b47-4c27-8b60-d28dea7bb2bf",
"ExperimentFactorId": "022092cf-fa70-4fe5-818d-b345bbaeb0d2",
"BrandId": 3.0,
"GEId": 4.0,
"SortOrder": 5,
"AddName": "sample string 6",
"AddDate": "2026-05-12T13:24:21.4465802+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-05-12T13:24:21.4465802+00:00",
"SubProductCode": "sample string 10",
"NumberReservedUnits": 1,
"TotalNumberUnitsAllProduct": 1,
"StripSeedLocallySourced": true,
"ExperimentFactor": {
"$ref": "1"
},
"StripValue": [],
"ChangeTracker": {
"$id": "7",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
],
"StripValue": [
{
"$ref": "3"
}
],
"ChangeTracker": {
"$id": "8",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {
"ExperimentFactorValue": [
{
"$ref": "2"
}
],
"StripValue": [
{
"$ref": "3"
}
],
"ExperimentFactorProduct": [
{
"$ref": "6"
}
]
}
}
}
]
application/xml, text/xml
Sample:
<ArrayOfExperimentFactor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<ExperimentFactor i:nil="true" />
<ExperimentFactor z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<AddDate>2026-05-12T13:24:21.4300905+00:00</AddDate>
<AddName>sample string 6</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties>
<AddedObjectsForProperty>
<CollectionPropertyName>ExperimentFactorValue</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i3" i:type="ExperimentFactorValue">
<AddDate>2026-05-12T13:24:21.4465802+00:00</AddDate>
<AddName>sample string 5</AddName>
<ChangeTracker z:Id="i4">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties>
<AddedObjectsForProperty>
<CollectionPropertyName>StripValue</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i5" i:type="StripValue">
<AddDate>2026-05-12T13:24:21.4465802+00:00</AddDate>
<AddName>sample string 5</AddName>
<ChangeTracker z:Id="i6">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor z:Ref="i1" />
<ExperimentFactorId>022092cf-fa70-4fe5-818d-b345bbaeb0d2</ExperimentFactorId>
<ExperimentFactorProduct i:nil="true" />
<ExperimentFactorProductId>94176e53-f325-4dd5-9658-90777eb4a79f</ExperimentFactorProductId>
<ExperimentFactorValue z:Ref="i3" />
<ExperimentFactorValueId>9c0e4cba-d3aa-49f4-91f2-354c16d6c5b9</ExperimentFactorValueId>
<LastMaintenanceDate>2026-05-12T13:24:21.4465802+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>e8d21f12-b0f2-46df-8d2b-7b3896033988</StripId>
<StripValueId>e54d2be0-bf9a-4088-a9c3-a1afa0bbe0b4</StripValueId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor z:Ref="i1" />
<ExperimentFactorId>022092cf-fa70-4fe5-818d-b345bbaeb0d2</ExperimentFactorId>
<ExperimentFactorValueId>9c0e4cba-d3aa-49f4-91f2-354c16d6c5b9</ExperimentFactorValueId>
<LastMaintenanceDate>2026-05-12T13:24:21.4465802+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<ShortValue>sample string 4</ShortValue>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i5" />
</StripValue>
<Value>1.1</Value>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
<AddedObjectsForProperty>
<CollectionPropertyName>StripValue</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Ref="i5" />
</AddedObjects>
</AddedObjectsForProperty>
<AddedObjectsForProperty>
<CollectionPropertyName>ExperimentFactorProduct</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i7" i:type="ExperimentFactorProduct">
<AddDate>2026-05-12T13:24:21.4465802+00:00</AddDate>
<AddName>sample string 6</AddName>
<Brand i:nil="true" />
<BrandId>3</BrandId>
<ChangeTracker z:Id="i8">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor z:Ref="i1" />
<ExperimentFactorId>022092cf-fa70-4fe5-818d-b345bbaeb0d2</ExperimentFactorId>
<ExperimentFactorProductId>c9a8186e-3b47-4c27-8b60-d28dea7bb2bf</ExperimentFactorProductId>
<GEId>4</GEId>
<LastMaintenanceDate>2026-05-12T13:24:21.4465802+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 i:nil="true" />
<ExperimentFactorId>022092cf-fa70-4fe5-818d-b345bbaeb0d2</ExperimentFactorId>
<ExperimentFactorProduct>
<ExperimentFactorProduct z:Ref="i7" />
</ExperimentFactorProduct>
<ExperimentFactorValue>
<ExperimentFactorValue z:Ref="i3" />
</ExperimentFactorValue>
<ExperimentId>e3ba3923-0380-4dc9-835f-dc5f3cd2919e</ExperimentId>
<FieldLayout>sample string 5</FieldLayout>
<LastMaintenanceDate>2026-05-12T13:24:21.4300905+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i5" />
</StripValue>
<TraitId>4</TraitId>
</ExperimentFactor>
</ArrayOfExperimentFactor>