POST ExperimentFactor/Base/SaveAll
Request Information
URI Parameters
None.
Body Parameters
Collection of ExperimentFactorName | 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": "40600da1-4a4c-424d-8070-1e8708104f21", "ExperimentId": "a7d368b8-713a-4579-b847-be4bc3017ac4", "SortOrder": 3, "TraitId": 4, "FieldLayout": "sample string 5", "AddName": "sample string 6", "AddDate": "2025-09-03T12:14:19.3103603+00:00", "LastMaintenanceName": "sample string 8", "LastMaintenanceDate": "2025-09-03T12:14:19.3103603+00:00", "ExperimentFactorValue": [ { "$id": "2", "ExperimentFactorValueId": "a86548b8-a4af-4e54-8967-5b71dce77788", "ExperimentFactorId": "40600da1-4a4c-424d-8070-1e8708104f21", "SortOrder": 3, "Value": 1.1, "ShortValue": "sample string 4", "AddName": "sample string 5", "AddDate": "2025-09-03T12:14:19.330423+00:00", "LastMaintenanceName": "sample string 7", "LastMaintenanceDate": "2025-09-03T12:14:19.330423+00:00", "ExperimentFactor": { "$ref": "1" }, "StripValue": [ { "$id": "3", "StripValueId": "e23a8fd2-9f02-446a-9ef1-419b6256132d", "StripId": "ed415fe5-e0dd-4a12-a36d-5164f9f6edaa", "ExperimentFactorId": "40600da1-4a4c-424d-8070-1e8708104f21", "ExperimentFactorValueId": "a86548b8-a4af-4e54-8967-5b71dce77788", "ExperimentFactorProductId": "ee9dd395-be2a-495a-b6ab-d83876c52bea", "SortOrder": 4, "AddName": "sample string 5", "AddDate": "2025-09-03T12:14:19.330423+00:00", "LastMaintenanceName": "sample string 7", "LastMaintenanceDate": "2025-09-03T12:14:19.330423+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": "c3e65420-1ed8-4022-85a7-a33bd40dbce0", "ExperimentFactorId": "40600da1-4a4c-424d-8070-1e8708104f21", "BrandId": 3.0, "GEId": 4.0, "SortOrder": 5, "AddName": "sample string 6", "AddDate": "2025-09-03T12:14:19.330423+00:00", "LastMaintenanceName": "sample string 8", "LastMaintenanceDate": "2025-09-03T12:14:19.330423+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>2025-09-03T12:14:19.3103603+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>2025-09-03T12:14:19.330423+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>2025-09-03T12:14:19.330423+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>40600da1-4a4c-424d-8070-1e8708104f21</ExperimentFactorId> <ExperimentFactorProduct i:nil="true" /> <ExperimentFactorProductId>ee9dd395-be2a-495a-b6ab-d83876c52bea</ExperimentFactorProductId> <ExperimentFactorValue z:Ref="i3" /> <ExperimentFactorValueId>a86548b8-a4af-4e54-8967-5b71dce77788</ExperimentFactorValueId> <LastMaintenanceDate>2025-09-03T12:14:19.330423+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 7</LastMaintenanceName> <SortOrder>4</SortOrder> <Strip i:nil="true" /> <StripId>ed415fe5-e0dd-4a12-a36d-5164f9f6edaa</StripId> <StripValueId>e23a8fd2-9f02-446a-9ef1-419b6256132d</StripValueId> </ObjectValue> </AddedObjects> </AddedObjectsForProperty> </ObjectsAddedToCollectionProperties> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <ExperimentFactor z:Ref="i1" /> <ExperimentFactorId>40600da1-4a4c-424d-8070-1e8708104f21</ExperimentFactorId> <ExperimentFactorValueId>a86548b8-a4af-4e54-8967-5b71dce77788</ExperimentFactorValueId> <LastMaintenanceDate>2025-09-03T12:14:19.330423+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>2025-09-03T12:14:19.330423+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>40600da1-4a4c-424d-8070-1e8708104f21</ExperimentFactorId> <ExperimentFactorProductId>c3e65420-1ed8-4022-85a7-a33bd40dbce0</ExperimentFactorProductId> <GEId>4</GEId> <LastMaintenanceDate>2025-09-03T12:14:19.330423+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>40600da1-4a4c-424d-8070-1e8708104f21</ExperimentFactorId> <ExperimentFactorProduct> <ExperimentFactorProduct z:Ref="i7" /> </ExperimentFactorProduct> <ExperimentFactorValue> <ExperimentFactorValue z:Ref="i3" /> </ExperimentFactorValue> <ExperimentId>a7d368b8-713a-4579-b847-be4bc3017ac4</ExperimentId> <FieldLayout>sample string 5</FieldLayout> <LastMaintenanceDate>2025-09-03T12:14:19.3103603+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 ExperimentFactorName | 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": "16bfc762-9f5c-4bc2-9708-fb91eaba8c76", "ExperimentId": "f6a8bc04-1055-4862-9263-86c60a8496a5", "SortOrder": 3, "TraitId": 4, "FieldLayout": "sample string 5", "AddName": "sample string 6", "AddDate": "2025-09-03T12:14:19.3907927+00:00", "LastMaintenanceName": "sample string 8", "LastMaintenanceDate": "2025-09-03T12:14:19.3907927+00:00", "ExperimentFactorValue": [ { "$id": "2", "ExperimentFactorValueId": "af4eeea5-629b-463e-abd1-4aea51b770f2", "ExperimentFactorId": "16bfc762-9f5c-4bc2-9708-fb91eaba8c76", "SortOrder": 3, "Value": 1.1, "ShortValue": "sample string 4", "AddName": "sample string 5", "AddDate": "2025-09-03T12:14:19.4039772+00:00", "LastMaintenanceName": "sample string 7", "LastMaintenanceDate": "2025-09-03T12:14:19.4039772+00:00", "ExperimentFactor": { "$ref": "1" }, "StripValue": [ { "$id": "3", "StripValueId": "fa6165a3-6115-43a5-b721-faa69fca7a4c", "StripId": "936f2e08-04bd-4bee-8d66-0be9b30e06c0", "ExperimentFactorId": "16bfc762-9f5c-4bc2-9708-fb91eaba8c76", "ExperimentFactorValueId": "af4eeea5-629b-463e-abd1-4aea51b770f2", "ExperimentFactorProductId": "b1f4603f-f11c-4f37-bcbe-5fec999d5aa1", "SortOrder": 4, "AddName": "sample string 5", "AddDate": "2025-09-03T12:14:19.4039772+00:00", "LastMaintenanceName": "sample string 7", "LastMaintenanceDate": "2025-09-03T12:14:19.4039772+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": "07b363c2-15a2-40d2-a738-e08e8e9aa814", "ExperimentFactorId": "16bfc762-9f5c-4bc2-9708-fb91eaba8c76", "BrandId": 3.0, "GEId": 4.0, "SortOrder": 5, "AddName": "sample string 6", "AddDate": "2025-09-03T12:14:19.4039772+00:00", "LastMaintenanceName": "sample string 8", "LastMaintenanceDate": "2025-09-03T12:14:19.4039772+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>2025-09-03T12:14:19.3907927+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>2025-09-03T12:14:19.4039772+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>2025-09-03T12:14:19.4039772+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>16bfc762-9f5c-4bc2-9708-fb91eaba8c76</ExperimentFactorId> <ExperimentFactorProduct i:nil="true" /> <ExperimentFactorProductId>b1f4603f-f11c-4f37-bcbe-5fec999d5aa1</ExperimentFactorProductId> <ExperimentFactorValue z:Ref="i3" /> <ExperimentFactorValueId>af4eeea5-629b-463e-abd1-4aea51b770f2</ExperimentFactorValueId> <LastMaintenanceDate>2025-09-03T12:14:19.4039772+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 7</LastMaintenanceName> <SortOrder>4</SortOrder> <Strip i:nil="true" /> <StripId>936f2e08-04bd-4bee-8d66-0be9b30e06c0</StripId> <StripValueId>fa6165a3-6115-43a5-b721-faa69fca7a4c</StripValueId> </ObjectValue> </AddedObjects> </AddedObjectsForProperty> </ObjectsAddedToCollectionProperties> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <ExperimentFactor z:Ref="i1" /> <ExperimentFactorId>16bfc762-9f5c-4bc2-9708-fb91eaba8c76</ExperimentFactorId> <ExperimentFactorValueId>af4eeea5-629b-463e-abd1-4aea51b770f2</ExperimentFactorValueId> <LastMaintenanceDate>2025-09-03T12:14:19.4039772+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>2025-09-03T12:14:19.4039772+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>16bfc762-9f5c-4bc2-9708-fb91eaba8c76</ExperimentFactorId> <ExperimentFactorProductId>07b363c2-15a2-40d2-a738-e08e8e9aa814</ExperimentFactorProductId> <GEId>4</GEId> <LastMaintenanceDate>2025-09-03T12:14:19.4039772+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>16bfc762-9f5c-4bc2-9708-fb91eaba8c76</ExperimentFactorId> <ExperimentFactorProduct> <ExperimentFactorProduct z:Ref="i7" /> </ExperimentFactorProduct> <ExperimentFactorValue> <ExperimentFactorValue z:Ref="i3" /> </ExperimentFactorValue> <ExperimentId>f6a8bc04-1055-4862-9263-86c60a8496a5</ExperimentId> <FieldLayout>sample string 5</FieldLayout> <LastMaintenanceDate>2025-09-03T12:14:19.3907927+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 8</LastMaintenanceName> <SortOrder>3</SortOrder> <StripValue> <StripValue z:Ref="i5" /> </StripValue> <TraitId>4</TraitId> </ExperimentFactor> </ArrayOfExperimentFactor>