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": "74c5c285-9f35-40c8-9f27-72a36111b2a6",
"ExperimentFactorId": "dde43383-ba91-4934-9f70-dd944108fa23",
"BrandId": 3.0,
"GEId": 4.0,
"SortOrder": 5,
"AddName": "sample string 6",
"AddDate": "2026-08-25T03:36:03.4731877+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-08-25T03:36:03.4731877+00:00",
"SubProductCode": "sample string 10",
"NumberReservedUnits": 1,
"TotalNumberUnitsAllProduct": 1,
"StripSeedLocallySourced": true,
"StripValue": [
{
"$id": "2",
"StripValueId": "3b066490-1dae-4b28-bc83-c3f01bd2954d",
"StripId": "840fd461-cb12-4f0d-a041-b4cd873f9a6f",
"ExperimentFactorId": "c596d39e-3cf6-486d-8eff-1842f56ff5b1",
"ExperimentFactorValueId": "940ec69d-d7d0-4139-8a8b-23b5054bf248",
"ExperimentFactorProductId": "74c5c285-9f35-40c8-9f27-72a36111b2a6",
"SortOrder": 4,
"AddName": "sample string 5",
"AddDate": "2026-08-25T03:36:03.4843209+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-08-25T03:36:03.4843209+00:00",
"ExperimentFactorValue": {
"$id": "3",
"ExperimentFactorValueId": "940ec69d-d7d0-4139-8a8b-23b5054bf248",
"ExperimentFactorId": "c596d39e-3cf6-486d-8eff-1842f56ff5b1",
"SortOrder": 3,
"Value": 1.1,
"ShortValue": "sample string 4",
"AddName": "sample string 5",
"AddDate": "2026-08-25T03:36:03.4843209+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-08-25T03:36:03.4843209+00:00",
"ExperimentFactor": {
"$id": "4",
"ExperimentFactorId": "c596d39e-3cf6-486d-8eff-1842f56ff5b1",
"ExperimentId": "c07f54ff-5c13-4bf2-a301-9a8bd55ec680",
"SortOrder": 3,
"TraitId": 4,
"FieldLayout": "sample string 5",
"AddName": "sample string 6",
"AddDate": "2026-08-25T03:36:03.4731877+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-08-25T03:36:03.4731877+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-08-25T03:36:03.4731877+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-08-25T03:36:03.4843209+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-08-25T03:36:03.4731877+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-08-25T03:36:03.4843209+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>c596d39e-3cf6-486d-8eff-1842f56ff5b1</ExperimentFactorId>
<ExperimentFactorValueId>940ec69d-d7d0-4139-8a8b-23b5054bf248</ExperimentFactorValueId>
<LastMaintenanceDate>2026-08-25T03:36:03.4843209+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>c596d39e-3cf6-486d-8eff-1842f56ff5b1</ExperimentFactorId>
<ExperimentFactorProduct />
<ExperimentFactorValue>
<ExperimentFactorValue z:Ref="i7" />
</ExperimentFactorValue>
<ExperimentId>c07f54ff-5c13-4bf2-a301-9a8bd55ec680</ExperimentId>
<FieldLayout>sample string 5</FieldLayout>
<LastMaintenanceDate>2026-08-25T03:36:03.4731877+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i3" />
</StripValue>
<TraitId>4</TraitId>
</ExperimentFactor>
<ExperimentFactorId>c596d39e-3cf6-486d-8eff-1842f56ff5b1</ExperimentFactorId>
<ExperimentFactorProduct z:Ref="i1" />
<ExperimentFactorProductId>74c5c285-9f35-40c8-9f27-72a36111b2a6</ExperimentFactorProductId>
<ExperimentFactorValue z:Ref="i7" />
<ExperimentFactorValueId>940ec69d-d7d0-4139-8a8b-23b5054bf248</ExperimentFactorValueId>
<LastMaintenanceDate>2026-08-25T03:36:03.4843209+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>840fd461-cb12-4f0d-a041-b4cd873f9a6f</StripId>
<StripValueId>3b066490-1dae-4b28-bc83-c3f01bd2954d</StripValueId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor i:nil="true" />
<ExperimentFactorId>dde43383-ba91-4934-9f70-dd944108fa23</ExperimentFactorId>
<ExperimentFactorProductId>74c5c285-9f35-40c8-9f27-72a36111b2a6</ExperimentFactorProductId>
<GEId>4</GEId>
<LastMaintenanceDate>2026-08-25T03:36:03.4731877+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": "335ebef5-e2cc-4764-8a36-6db106d1b0a8",
"ExperimentFactorId": "cae6d419-0b7b-4e69-a946-4b61760379d2",
"BrandId": 3.0,
"GEId": 4.0,
"SortOrder": 5,
"AddName": "sample string 6",
"AddDate": "2026-08-25T03:36:03.5028505+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-08-25T03:36:03.5028505+00:00",
"SubProductCode": "sample string 10",
"NumberReservedUnits": 1,
"TotalNumberUnitsAllProduct": 1,
"StripSeedLocallySourced": true,
"StripValue": [
{
"$id": "2",
"StripValueId": "cfd11820-067d-4f10-8685-d7d17c99b6f2",
"StripId": "01b2de6c-c304-4d86-b172-195e45bdef51",
"ExperimentFactorId": "b13a5fe6-117b-458f-a16a-9c8e1ea8952e",
"ExperimentFactorValueId": "8fd2ec2c-ab9f-42e8-bfc6-ae79e4d58a10",
"ExperimentFactorProductId": "335ebef5-e2cc-4764-8a36-6db106d1b0a8",
"SortOrder": 4,
"AddName": "sample string 5",
"AddDate": "2026-08-25T03:36:03.5155717+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-08-25T03:36:03.5155717+00:00",
"ExperimentFactorValue": {
"$id": "3",
"ExperimentFactorValueId": "8fd2ec2c-ab9f-42e8-bfc6-ae79e4d58a10",
"ExperimentFactorId": "b13a5fe6-117b-458f-a16a-9c8e1ea8952e",
"SortOrder": 3,
"Value": 1.1,
"ShortValue": "sample string 4",
"AddName": "sample string 5",
"AddDate": "2026-08-25T03:36:03.5155717+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-08-25T03:36:03.5155717+00:00",
"ExperimentFactor": {
"$id": "4",
"ExperimentFactorId": "b13a5fe6-117b-458f-a16a-9c8e1ea8952e",
"ExperimentId": "aeb2e784-f7ea-4c68-9227-3e3a7a01e64b",
"SortOrder": 3,
"TraitId": 4,
"FieldLayout": "sample string 5",
"AddName": "sample string 6",
"AddDate": "2026-08-25T03:36:03.5155717+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-08-25T03:36:03.5155717+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-08-25T03:36:03.5028505+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-08-25T03:36:03.5155717+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-08-25T03:36:03.5155717+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-08-25T03:36:03.5155717+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>b13a5fe6-117b-458f-a16a-9c8e1ea8952e</ExperimentFactorId>
<ExperimentFactorValueId>8fd2ec2c-ab9f-42e8-bfc6-ae79e4d58a10</ExperimentFactorValueId>
<LastMaintenanceDate>2026-08-25T03:36:03.5155717+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>b13a5fe6-117b-458f-a16a-9c8e1ea8952e</ExperimentFactorId>
<ExperimentFactorProduct />
<ExperimentFactorValue>
<ExperimentFactorValue z:Ref="i7" />
</ExperimentFactorValue>
<ExperimentId>aeb2e784-f7ea-4c68-9227-3e3a7a01e64b</ExperimentId>
<FieldLayout>sample string 5</FieldLayout>
<LastMaintenanceDate>2026-08-25T03:36:03.5155717+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i3" />
</StripValue>
<TraitId>4</TraitId>
</ExperimentFactor>
<ExperimentFactorId>b13a5fe6-117b-458f-a16a-9c8e1ea8952e</ExperimentFactorId>
<ExperimentFactorProduct z:Ref="i1" />
<ExperimentFactorProductId>335ebef5-e2cc-4764-8a36-6db106d1b0a8</ExperimentFactorProductId>
<ExperimentFactorValue z:Ref="i7" />
<ExperimentFactorValueId>8fd2ec2c-ab9f-42e8-bfc6-ae79e4d58a10</ExperimentFactorValueId>
<LastMaintenanceDate>2026-08-25T03:36:03.5155717+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>01b2de6c-c304-4d86-b172-195e45bdef51</StripId>
<StripValueId>cfd11820-067d-4f10-8685-d7d17c99b6f2</StripValueId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor i:nil="true" />
<ExperimentFactorId>cae6d419-0b7b-4e69-a946-4b61760379d2</ExperimentFactorId>
<ExperimentFactorProductId>335ebef5-e2cc-4764-8a36-6db106d1b0a8</ExperimentFactorProductId>
<GEId>4</GEId>
<LastMaintenanceDate>2026-08-25T03:36:03.5028505+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>