POST ExperimentFactorProduct/Base/SaveAll
Request Information
URI Parameters
None.
Body Parameters
Collection of ExperimentFactorProduct| Name | Description | Type | Additional 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": "681bdab4-9617-4eb2-88ea-d31365732e10",
"ExperimentFactorId": "e215463f-43d8-4962-91b6-df102ebfa724",
"BrandId": 3.0,
"GEId": 4.0,
"SortOrder": 5,
"AddName": "sample string 6",
"AddDate": "2025-12-15T07:55:49.5170552+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2025-12-15T07:55:49.5170552+00:00",
"SubProductCode": "sample string 10",
"NumberReservedUnits": 1,
"TotalNumberUnitsAllProduct": 1,
"StripSeedLocallySourced": true,
"StripValue": [
{
"$id": "2",
"StripValueId": "5dfc605f-f27d-4663-a6b1-c42fa41abeca",
"StripId": "b2772568-98a4-4532-81c4-990587a7b1db",
"ExperimentFactorId": "54310cbc-1a4d-4a0e-9bf0-5d165bd8c226",
"ExperimentFactorValueId": "a548cbd1-31cc-44ef-8576-a36dcb0ef8c3",
"ExperimentFactorProductId": "681bdab4-9617-4eb2-88ea-d31365732e10",
"SortOrder": 4,
"AddName": "sample string 5",
"AddDate": "2025-12-15T07:55:49.5378664+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2025-12-15T07:55:49.5378664+00:00",
"ExperimentFactorValue": {
"$id": "3",
"ExperimentFactorValueId": "a548cbd1-31cc-44ef-8576-a36dcb0ef8c3",
"ExperimentFactorId": "54310cbc-1a4d-4a0e-9bf0-5d165bd8c226",
"SortOrder": 3,
"Value": 1.1,
"ShortValue": "sample string 4",
"AddName": "sample string 5",
"AddDate": "2025-12-15T07:55:49.5378664+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2025-12-15T07:55:49.5378664+00:00",
"ExperimentFactor": {
"$id": "4",
"ExperimentFactorId": "54310cbc-1a4d-4a0e-9bf0-5d165bd8c226",
"ExperimentId": "d27db707-8d72-4562-ad7f-997121f559e2",
"SortOrder": 3,
"TraitId": 4,
"FieldLayout": "sample string 5",
"AddName": "sample string 6",
"AddDate": "2025-12-15T07:55:49.5170552+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2025-12-15T07:55:49.5170552+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>2025-12-15T07:55:49.5170552+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>2025-12-15T07:55:49.5378664+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>2025-12-15T07:55:49.5170552+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>2025-12-15T07:55:49.5378664+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>54310cbc-1a4d-4a0e-9bf0-5d165bd8c226</ExperimentFactorId>
<ExperimentFactorValueId>a548cbd1-31cc-44ef-8576-a36dcb0ef8c3</ExperimentFactorValueId>
<LastMaintenanceDate>2025-12-15T07:55:49.5378664+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>54310cbc-1a4d-4a0e-9bf0-5d165bd8c226</ExperimentFactorId>
<ExperimentFactorProduct />
<ExperimentFactorValue>
<ExperimentFactorValue z:Ref="i7" />
</ExperimentFactorValue>
<ExperimentId>d27db707-8d72-4562-ad7f-997121f559e2</ExperimentId>
<FieldLayout>sample string 5</FieldLayout>
<LastMaintenanceDate>2025-12-15T07:55:49.5170552+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i3" />
</StripValue>
<TraitId>4</TraitId>
</ExperimentFactor>
<ExperimentFactorId>54310cbc-1a4d-4a0e-9bf0-5d165bd8c226</ExperimentFactorId>
<ExperimentFactorProduct z:Ref="i1" />
<ExperimentFactorProductId>681bdab4-9617-4eb2-88ea-d31365732e10</ExperimentFactorProductId>
<ExperimentFactorValue z:Ref="i7" />
<ExperimentFactorValueId>a548cbd1-31cc-44ef-8576-a36dcb0ef8c3</ExperimentFactorValueId>
<LastMaintenanceDate>2025-12-15T07:55:49.5378664+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>b2772568-98a4-4532-81c4-990587a7b1db</StripId>
<StripValueId>5dfc605f-f27d-4663-a6b1-c42fa41abeca</StripValueId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor i:nil="true" />
<ExperimentFactorId>e215463f-43d8-4962-91b6-df102ebfa724</ExperimentFactorId>
<ExperimentFactorProductId>681bdab4-9617-4eb2-88ea-d31365732e10</ExperimentFactorProductId>
<GEId>4</GEId>
<LastMaintenanceDate>2025-12-15T07:55:49.5170552+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| Name | Description | Type | Additional 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": "dae95f11-c6a0-4ad6-addf-a5628254927a",
"ExperimentFactorId": "e13a9af6-41d8-4f98-a21f-ccb9e4f74bd3",
"BrandId": 3.0,
"GEId": 4.0,
"SortOrder": 5,
"AddName": "sample string 6",
"AddDate": "2025-12-15T07:55:49.5483039+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2025-12-15T07:55:49.5483039+00:00",
"SubProductCode": "sample string 10",
"NumberReservedUnits": 1,
"TotalNumberUnitsAllProduct": 1,
"StripSeedLocallySourced": true,
"StripValue": [
{
"$id": "2",
"StripValueId": "b8e95f48-06c0-4516-a8f6-3b0bc4734c3f",
"StripId": "e2077bb3-e888-4d1d-96e0-4c216a9bc3b7",
"ExperimentFactorId": "b932700e-cc99-47f4-b7cd-7e94fcaf53d6",
"ExperimentFactorValueId": "ded8f09b-7da8-42f7-b2c8-d0638db93eef",
"ExperimentFactorProductId": "dae95f11-c6a0-4ad6-addf-a5628254927a",
"SortOrder": 4,
"AddName": "sample string 5",
"AddDate": "2025-12-15T07:55:49.5679157+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2025-12-15T07:55:49.5679157+00:00",
"ExperimentFactorValue": {
"$id": "3",
"ExperimentFactorValueId": "ded8f09b-7da8-42f7-b2c8-d0638db93eef",
"ExperimentFactorId": "b932700e-cc99-47f4-b7cd-7e94fcaf53d6",
"SortOrder": 3,
"Value": 1.1,
"ShortValue": "sample string 4",
"AddName": "sample string 5",
"AddDate": "2025-12-15T07:55:49.5679157+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2025-12-15T07:55:49.5679157+00:00",
"ExperimentFactor": {
"$id": "4",
"ExperimentFactorId": "b932700e-cc99-47f4-b7cd-7e94fcaf53d6",
"ExperimentId": "b9b625d4-6778-4680-bcb5-3d406f48c0b0",
"SortOrder": 3,
"TraitId": 4,
"FieldLayout": "sample string 5",
"AddName": "sample string 6",
"AddDate": "2025-12-15T07:55:49.5483039+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2025-12-15T07:55:49.5483039+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>2025-12-15T07:55:49.5483039+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>2025-12-15T07:55:49.5679157+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>2025-12-15T07:55:49.5483039+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>2025-12-15T07:55:49.5679157+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>b932700e-cc99-47f4-b7cd-7e94fcaf53d6</ExperimentFactorId>
<ExperimentFactorValueId>ded8f09b-7da8-42f7-b2c8-d0638db93eef</ExperimentFactorValueId>
<LastMaintenanceDate>2025-12-15T07:55:49.5679157+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>b932700e-cc99-47f4-b7cd-7e94fcaf53d6</ExperimentFactorId>
<ExperimentFactorProduct />
<ExperimentFactorValue>
<ExperimentFactorValue z:Ref="i7" />
</ExperimentFactorValue>
<ExperimentId>b9b625d4-6778-4680-bcb5-3d406f48c0b0</ExperimentId>
<FieldLayout>sample string 5</FieldLayout>
<LastMaintenanceDate>2025-12-15T07:55:49.5483039+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i3" />
</StripValue>
<TraitId>4</TraitId>
</ExperimentFactor>
<ExperimentFactorId>b932700e-cc99-47f4-b7cd-7e94fcaf53d6</ExperimentFactorId>
<ExperimentFactorProduct z:Ref="i1" />
<ExperimentFactorProductId>dae95f11-c6a0-4ad6-addf-a5628254927a</ExperimentFactorProductId>
<ExperimentFactorValue z:Ref="i7" />
<ExperimentFactorValueId>ded8f09b-7da8-42f7-b2c8-d0638db93eef</ExperimentFactorValueId>
<LastMaintenanceDate>2025-12-15T07:55:49.5679157+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>e2077bb3-e888-4d1d-96e0-4c216a9bc3b7</StripId>
<StripValueId>b8e95f48-06c0-4516-a8f6-3b0bc4734c3f</StripValueId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor i:nil="true" />
<ExperimentFactorId>e13a9af6-41d8-4f98-a21f-ccb9e4f74bd3</ExperimentFactorId>
<ExperimentFactorProductId>dae95f11-c6a0-4ad6-addf-a5628254927a</ExperimentFactorProductId>
<GEId>4</GEId>
<LastMaintenanceDate>2025-12-15T07:55:49.5483039+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>