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": "45a284e1-d46f-487e-9076-bd8dc100a3db",
"ExperimentFactorId": "18718798-d88a-4a9d-a154-46f9cc7c32aa",
"BrandId": 3.0,
"GEId": 4.0,
"SortOrder": 5,
"AddName": "sample string 6",
"AddDate": "2026-03-09T07:15:30.4526324+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-03-09T07:15:30.4526324+00:00",
"SubProductCode": "sample string 10",
"NumberReservedUnits": 1,
"TotalNumberUnitsAllProduct": 1,
"StripSeedLocallySourced": true,
"StripValue": [
{
"$id": "2",
"StripValueId": "09e8910d-cfef-428d-9462-2865e457a904",
"StripId": "7eb49e18-0e45-426b-a239-96578b5bb39a",
"ExperimentFactorId": "54462d54-e002-4fe4-9579-dcead93634f4",
"ExperimentFactorValueId": "f7bb036a-b0b0-4c14-8fd9-bb602421f12d",
"ExperimentFactorProductId": "45a284e1-d46f-487e-9076-bd8dc100a3db",
"SortOrder": 4,
"AddName": "sample string 5",
"AddDate": "2026-03-09T07:15:30.4848639+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-03-09T07:15:30.4848639+00:00",
"ExperimentFactorValue": {
"$id": "3",
"ExperimentFactorValueId": "f7bb036a-b0b0-4c14-8fd9-bb602421f12d",
"ExperimentFactorId": "54462d54-e002-4fe4-9579-dcead93634f4",
"SortOrder": 3,
"Value": 1.1,
"ShortValue": "sample string 4",
"AddName": "sample string 5",
"AddDate": "2026-03-09T07:15:30.4848639+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-03-09T07:15:30.4848639+00:00",
"ExperimentFactor": {
"$id": "4",
"ExperimentFactorId": "54462d54-e002-4fe4-9579-dcead93634f4",
"ExperimentId": "89df82db-7dcb-4566-8bb3-f9b742c49971",
"SortOrder": 3,
"TraitId": 4,
"FieldLayout": "sample string 5",
"AddName": "sample string 6",
"AddDate": "2026-03-09T07:15:30.4681531+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-03-09T07:15:30.4681531+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-03-09T07:15:30.4526324+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-03-09T07:15:30.4848639+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-03-09T07:15:30.4681531+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-03-09T07:15:30.4848639+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>54462d54-e002-4fe4-9579-dcead93634f4</ExperimentFactorId>
<ExperimentFactorValueId>f7bb036a-b0b0-4c14-8fd9-bb602421f12d</ExperimentFactorValueId>
<LastMaintenanceDate>2026-03-09T07:15:30.4848639+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>54462d54-e002-4fe4-9579-dcead93634f4</ExperimentFactorId>
<ExperimentFactorProduct />
<ExperimentFactorValue>
<ExperimentFactorValue z:Ref="i7" />
</ExperimentFactorValue>
<ExperimentId>89df82db-7dcb-4566-8bb3-f9b742c49971</ExperimentId>
<FieldLayout>sample string 5</FieldLayout>
<LastMaintenanceDate>2026-03-09T07:15:30.4681531+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i3" />
</StripValue>
<TraitId>4</TraitId>
</ExperimentFactor>
<ExperimentFactorId>54462d54-e002-4fe4-9579-dcead93634f4</ExperimentFactorId>
<ExperimentFactorProduct z:Ref="i1" />
<ExperimentFactorProductId>45a284e1-d46f-487e-9076-bd8dc100a3db</ExperimentFactorProductId>
<ExperimentFactorValue z:Ref="i7" />
<ExperimentFactorValueId>f7bb036a-b0b0-4c14-8fd9-bb602421f12d</ExperimentFactorValueId>
<LastMaintenanceDate>2026-03-09T07:15:30.4848639+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>7eb49e18-0e45-426b-a239-96578b5bb39a</StripId>
<StripValueId>09e8910d-cfef-428d-9462-2865e457a904</StripValueId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor i:nil="true" />
<ExperimentFactorId>18718798-d88a-4a9d-a154-46f9cc7c32aa</ExperimentFactorId>
<ExperimentFactorProductId>45a284e1-d46f-487e-9076-bd8dc100a3db</ExperimentFactorProductId>
<GEId>4</GEId>
<LastMaintenanceDate>2026-03-09T07:15:30.4526324+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": "179edba2-434e-4905-a349-aaafc84a2c62",
"ExperimentFactorId": "1625ec04-af25-44bf-9344-da1cb17b08b3",
"BrandId": 3.0,
"GEId": 4.0,
"SortOrder": 5,
"AddName": "sample string 6",
"AddDate": "2026-03-09T07:15:30.4994056+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-03-09T07:15:30.4994056+00:00",
"SubProductCode": "sample string 10",
"NumberReservedUnits": 1,
"TotalNumberUnitsAllProduct": 1,
"StripSeedLocallySourced": true,
"StripValue": [
{
"$id": "2",
"StripValueId": "393817c0-e771-4a00-aa4b-b52d652ce63f",
"StripId": "b4671292-b316-49d6-892b-a4d65316038c",
"ExperimentFactorId": "a607cb9c-2e9b-48b3-8726-a546e880c8f8",
"ExperimentFactorValueId": "0fdc1ca4-42b5-4655-bfe1-fbe3e46cc3d7",
"ExperimentFactorProductId": "179edba2-434e-4905-a349-aaafc84a2c62",
"SortOrder": 4,
"AddName": "sample string 5",
"AddDate": "2026-03-09T07:15:30.5150528+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-03-09T07:15:30.5150528+00:00",
"ExperimentFactorValue": {
"$id": "3",
"ExperimentFactorValueId": "0fdc1ca4-42b5-4655-bfe1-fbe3e46cc3d7",
"ExperimentFactorId": "a607cb9c-2e9b-48b3-8726-a546e880c8f8",
"SortOrder": 3,
"Value": 1.1,
"ShortValue": "sample string 4",
"AddName": "sample string 5",
"AddDate": "2026-03-09T07:15:30.5150528+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-03-09T07:15:30.5150528+00:00",
"ExperimentFactor": {
"$id": "4",
"ExperimentFactorId": "a607cb9c-2e9b-48b3-8726-a546e880c8f8",
"ExperimentId": "eaab54dc-64c1-4713-9e8b-c81468bc0233",
"SortOrder": 3,
"TraitId": 4,
"FieldLayout": "sample string 5",
"AddName": "sample string 6",
"AddDate": "2026-03-09T07:15:30.4994056+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-03-09T07:15:30.4994056+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-03-09T07:15:30.4994056+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-03-09T07:15:30.5150528+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-03-09T07:15:30.4994056+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-03-09T07:15:30.5150528+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>a607cb9c-2e9b-48b3-8726-a546e880c8f8</ExperimentFactorId>
<ExperimentFactorValueId>0fdc1ca4-42b5-4655-bfe1-fbe3e46cc3d7</ExperimentFactorValueId>
<LastMaintenanceDate>2026-03-09T07:15:30.5150528+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>a607cb9c-2e9b-48b3-8726-a546e880c8f8</ExperimentFactorId>
<ExperimentFactorProduct />
<ExperimentFactorValue>
<ExperimentFactorValue z:Ref="i7" />
</ExperimentFactorValue>
<ExperimentId>eaab54dc-64c1-4713-9e8b-c81468bc0233</ExperimentId>
<FieldLayout>sample string 5</FieldLayout>
<LastMaintenanceDate>2026-03-09T07:15:30.4994056+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i3" />
</StripValue>
<TraitId>4</TraitId>
</ExperimentFactor>
<ExperimentFactorId>a607cb9c-2e9b-48b3-8726-a546e880c8f8</ExperimentFactorId>
<ExperimentFactorProduct z:Ref="i1" />
<ExperimentFactorProductId>179edba2-434e-4905-a349-aaafc84a2c62</ExperimentFactorProductId>
<ExperimentFactorValue z:Ref="i7" />
<ExperimentFactorValueId>0fdc1ca4-42b5-4655-bfe1-fbe3e46cc3d7</ExperimentFactorValueId>
<LastMaintenanceDate>2026-03-09T07:15:30.5150528+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>b4671292-b316-49d6-892b-a4d65316038c</StripId>
<StripValueId>393817c0-e771-4a00-aa4b-b52d652ce63f</StripValueId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor i:nil="true" />
<ExperimentFactorId>1625ec04-af25-44bf-9344-da1cb17b08b3</ExperimentFactorId>
<ExperimentFactorProductId>179edba2-434e-4905-a349-aaafc84a2c62</ExperimentFactorProductId>
<GEId>4</GEId>
<LastMaintenanceDate>2026-03-09T07:15:30.4994056+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>