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": "ddc86d71-8740-405e-a38d-9af61fb31475", "ExperimentId": "e12fa7b0-824e-43a9-a0b5-6952b2c56338", "SortOrder": 3, "TraitId": 4, "FieldLayout": "sample string 5", "AddName": "sample string 6", "AddDate": "2025-04-04T14:35:37.671836+00:00", "LastMaintenanceName": "sample string 8", "LastMaintenanceDate": "2025-04-04T14:35:37.671836+00:00", "ExperimentFactorValue": [ { "$id": "2", "ExperimentFactorValueId": "33fead36-e80c-4678-8f0c-34d34605f2e6", "ExperimentFactorId": "ddc86d71-8740-405e-a38d-9af61fb31475", "SortOrder": 3, "Value": 1.1, "ShortValue": "sample string 4", "AddName": "sample string 5", "AddDate": "2025-04-04T14:35:37.6874643+00:00", "LastMaintenanceName": "sample string 7", "LastMaintenanceDate": "2025-04-04T14:35:37.6874643+00:00", "ExperimentFactor": { "$ref": "1" }, "StripValue": [ { "$id": "3", "StripValueId": "716ef051-993e-45ee-96bf-ab19c04716c3", "StripId": "c41405b6-3880-464e-96b6-27078c3d01e7", "ExperimentFactorId": "ddc86d71-8740-405e-a38d-9af61fb31475", "ExperimentFactorValueId": "33fead36-e80c-4678-8f0c-34d34605f2e6", "ExperimentFactorProductId": "8ed0da0a-8a0b-418c-817f-14d4790ac8e5", "SortOrder": 4, "AddName": "sample string 5", "AddDate": "2025-04-04T14:35:37.6874643+00:00", "LastMaintenanceName": "sample string 7", "LastMaintenanceDate": "2025-04-04T14:35:37.6874643+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": "bba0126b-13d1-4a74-9e9b-aa796ac54681", "ExperimentFactorId": "ddc86d71-8740-405e-a38d-9af61fb31475", "BrandId": 3.0, "GEId": 4.0, "SortOrder": 5, "AddName": "sample string 6", "AddDate": "2025-04-04T14:35:37.6874643+00:00", "LastMaintenanceName": "sample string 8", "LastMaintenanceDate": "2025-04-04T14:35:37.6874643+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-04-04T14:35:37.671836+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-04-04T14:35:37.6874643+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-04-04T14:35:37.6874643+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>ddc86d71-8740-405e-a38d-9af61fb31475</ExperimentFactorId> <ExperimentFactorProduct i:nil="true" /> <ExperimentFactorProductId>8ed0da0a-8a0b-418c-817f-14d4790ac8e5</ExperimentFactorProductId> <ExperimentFactorValue z:Ref="i3" /> <ExperimentFactorValueId>33fead36-e80c-4678-8f0c-34d34605f2e6</ExperimentFactorValueId> <LastMaintenanceDate>2025-04-04T14:35:37.6874643+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 7</LastMaintenanceName> <SortOrder>4</SortOrder> <Strip i:nil="true" /> <StripId>c41405b6-3880-464e-96b6-27078c3d01e7</StripId> <StripValueId>716ef051-993e-45ee-96bf-ab19c04716c3</StripValueId> </ObjectValue> </AddedObjects> </AddedObjectsForProperty> </ObjectsAddedToCollectionProperties> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <ExperimentFactor z:Ref="i1" /> <ExperimentFactorId>ddc86d71-8740-405e-a38d-9af61fb31475</ExperimentFactorId> <ExperimentFactorValueId>33fead36-e80c-4678-8f0c-34d34605f2e6</ExperimentFactorValueId> <LastMaintenanceDate>2025-04-04T14:35:37.6874643+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-04-04T14:35:37.6874643+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>ddc86d71-8740-405e-a38d-9af61fb31475</ExperimentFactorId> <ExperimentFactorProductId>bba0126b-13d1-4a74-9e9b-aa796ac54681</ExperimentFactorProductId> <GEId>4</GEId> <LastMaintenanceDate>2025-04-04T14:35:37.6874643+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>ddc86d71-8740-405e-a38d-9af61fb31475</ExperimentFactorId> <ExperimentFactorProduct> <ExperimentFactorProduct z:Ref="i7" /> </ExperimentFactorProduct> <ExperimentFactorValue> <ExperimentFactorValue z:Ref="i3" /> </ExperimentFactorValue> <ExperimentId>e12fa7b0-824e-43a9-a0b5-6952b2c56338</ExperimentId> <FieldLayout>sample string 5</FieldLayout> <LastMaintenanceDate>2025-04-04T14:35:37.671836+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": "d50d31a6-3af2-4ecc-a499-64ffbad994fa", "ExperimentId": "79f3c992-13b4-41eb-8c9f-a5b304958e6c", "SortOrder": 3, "TraitId": 4, "FieldLayout": "sample string 5", "AddName": "sample string 6", "AddDate": "2025-04-04T14:35:37.7046884+00:00", "LastMaintenanceName": "sample string 8", "LastMaintenanceDate": "2025-04-04T14:35:37.7046884+00:00", "ExperimentFactorValue": [ { "$id": "2", "ExperimentFactorValueId": "f28061a0-f614-4b8b-a486-67d15ebf465f", "ExperimentFactorId": "d50d31a6-3af2-4ecc-a499-64ffbad994fa", "SortOrder": 3, "Value": 1.1, "ShortValue": "sample string 4", "AddName": "sample string 5", "AddDate": "2025-04-04T14:35:37.7046884+00:00", "LastMaintenanceName": "sample string 7", "LastMaintenanceDate": "2025-04-04T14:35:37.7046884+00:00", "ExperimentFactor": { "$ref": "1" }, "StripValue": [ { "$id": "3", "StripValueId": "819f50e1-19e9-430b-9d34-1b633af440c1", "StripId": "d64f3c1d-1d64-436d-a831-9be1f09a92fe", "ExperimentFactorId": "d50d31a6-3af2-4ecc-a499-64ffbad994fa", "ExperimentFactorValueId": "f28061a0-f614-4b8b-a486-67d15ebf465f", "ExperimentFactorProductId": "0abd7031-1595-49a6-b049-668fd06ce483", "SortOrder": 4, "AddName": "sample string 5", "AddDate": "2025-04-04T14:35:37.7046884+00:00", "LastMaintenanceName": "sample string 7", "LastMaintenanceDate": "2025-04-04T14:35:37.7046884+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": "1703eb73-1643-4b0c-8cd6-5b9c23eec516", "ExperimentFactorId": "d50d31a6-3af2-4ecc-a499-64ffbad994fa", "BrandId": 3.0, "GEId": 4.0, "SortOrder": 5, "AddName": "sample string 6", "AddDate": "2025-04-04T14:35:37.7046884+00:00", "LastMaintenanceName": "sample string 8", "LastMaintenanceDate": "2025-04-04T14:35:37.7046884+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-04-04T14:35:37.7046884+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-04-04T14:35:37.7046884+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-04-04T14:35:37.7046884+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>d50d31a6-3af2-4ecc-a499-64ffbad994fa</ExperimentFactorId> <ExperimentFactorProduct i:nil="true" /> <ExperimentFactorProductId>0abd7031-1595-49a6-b049-668fd06ce483</ExperimentFactorProductId> <ExperimentFactorValue z:Ref="i3" /> <ExperimentFactorValueId>f28061a0-f614-4b8b-a486-67d15ebf465f</ExperimentFactorValueId> <LastMaintenanceDate>2025-04-04T14:35:37.7046884+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 7</LastMaintenanceName> <SortOrder>4</SortOrder> <Strip i:nil="true" /> <StripId>d64f3c1d-1d64-436d-a831-9be1f09a92fe</StripId> <StripValueId>819f50e1-19e9-430b-9d34-1b633af440c1</StripValueId> </ObjectValue> </AddedObjects> </AddedObjectsForProperty> </ObjectsAddedToCollectionProperties> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <ExperimentFactor z:Ref="i1" /> <ExperimentFactorId>d50d31a6-3af2-4ecc-a499-64ffbad994fa</ExperimentFactorId> <ExperimentFactorValueId>f28061a0-f614-4b8b-a486-67d15ebf465f</ExperimentFactorValueId> <LastMaintenanceDate>2025-04-04T14:35:37.7046884+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-04-04T14:35:37.7046884+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>d50d31a6-3af2-4ecc-a499-64ffbad994fa</ExperimentFactorId> <ExperimentFactorProductId>1703eb73-1643-4b0c-8cd6-5b9c23eec516</ExperimentFactorProductId> <GEId>4</GEId> <LastMaintenanceDate>2025-04-04T14:35:37.7046884+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>d50d31a6-3af2-4ecc-a499-64ffbad994fa</ExperimentFactorId> <ExperimentFactorProduct> <ExperimentFactorProduct z:Ref="i7" /> </ExperimentFactorProduct> <ExperimentFactorValue> <ExperimentFactorValue z:Ref="i3" /> </ExperimentFactorValue> <ExperimentId>79f3c992-13b4-41eb-8c9f-a5b304958e6c</ExperimentId> <FieldLayout>sample string 5</FieldLayout> <LastMaintenanceDate>2025-04-04T14:35:37.7046884+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 8</LastMaintenanceName> <SortOrder>3</SortOrder> <StripValue> <StripValue z:Ref="i5" /> </StripValue> <TraitId>4</TraitId> </ExperimentFactor> </ArrayOfExperimentFactor>