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": "3613133f-97a8-4b75-a3bc-c5d776c13f9f",
"ExperimentFactorId": "14d1f30a-4a94-45d5-a0dd-8601c1a83b70",
"BrandId": 3.0,
"GEId": 4.0,
"SortOrder": 5,
"AddName": "sample string 6",
"AddDate": "2026-08-03T20:17:57.5746931+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-08-03T20:17:57.5746931+00:00",
"SubProductCode": "sample string 10",
"NumberReservedUnits": 1,
"TotalNumberUnitsAllProduct": 1,
"StripSeedLocallySourced": true,
"StripValue": [
{
"$id": "2",
"StripValueId": "479632aa-2ac6-4b46-a3c9-62c6d246aaee",
"StripId": "c33514d5-0590-40e4-9a10-ec89821b1a8b",
"ExperimentFactorId": "5bdfb89a-c751-4446-8af9-5e468eaa8df7",
"ExperimentFactorValueId": "2f8c732d-821c-4dbc-9bf2-99d1aefcdfb2",
"ExperimentFactorProductId": "3613133f-97a8-4b75-a3bc-c5d776c13f9f",
"SortOrder": 4,
"AddName": "sample string 5",
"AddDate": "2026-08-03T20:17:57.6059402+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-08-03T20:17:57.6059402+00:00",
"ExperimentFactorValue": {
"$id": "3",
"ExperimentFactorValueId": "2f8c732d-821c-4dbc-9bf2-99d1aefcdfb2",
"ExperimentFactorId": "5bdfb89a-c751-4446-8af9-5e468eaa8df7",
"SortOrder": 3,
"Value": 1.1,
"ShortValue": "sample string 4",
"AddName": "sample string 5",
"AddDate": "2026-08-03T20:17:57.6059402+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-08-03T20:17:57.6059402+00:00",
"ExperimentFactor": {
"$id": "4",
"ExperimentFactorId": "5bdfb89a-c751-4446-8af9-5e468eaa8df7",
"ExperimentId": "3915a6d8-086c-40c5-8832-325e501cc90e",
"SortOrder": 3,
"TraitId": 4,
"FieldLayout": "sample string 5",
"AddName": "sample string 6",
"AddDate": "2026-08-03T20:17:57.5916404+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-08-03T20:17:57.5916404+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-03T20:17:57.5746931+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-03T20:17:57.6059402+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-03T20:17:57.5916404+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-03T20:17:57.6059402+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>5bdfb89a-c751-4446-8af9-5e468eaa8df7</ExperimentFactorId>
<ExperimentFactorValueId>2f8c732d-821c-4dbc-9bf2-99d1aefcdfb2</ExperimentFactorValueId>
<LastMaintenanceDate>2026-08-03T20:17:57.6059402+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>5bdfb89a-c751-4446-8af9-5e468eaa8df7</ExperimentFactorId>
<ExperimentFactorProduct />
<ExperimentFactorValue>
<ExperimentFactorValue z:Ref="i7" />
</ExperimentFactorValue>
<ExperimentId>3915a6d8-086c-40c5-8832-325e501cc90e</ExperimentId>
<FieldLayout>sample string 5</FieldLayout>
<LastMaintenanceDate>2026-08-03T20:17:57.5916404+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i3" />
</StripValue>
<TraitId>4</TraitId>
</ExperimentFactor>
<ExperimentFactorId>5bdfb89a-c751-4446-8af9-5e468eaa8df7</ExperimentFactorId>
<ExperimentFactorProduct z:Ref="i1" />
<ExperimentFactorProductId>3613133f-97a8-4b75-a3bc-c5d776c13f9f</ExperimentFactorProductId>
<ExperimentFactorValue z:Ref="i7" />
<ExperimentFactorValueId>2f8c732d-821c-4dbc-9bf2-99d1aefcdfb2</ExperimentFactorValueId>
<LastMaintenanceDate>2026-08-03T20:17:57.6059402+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>c33514d5-0590-40e4-9a10-ec89821b1a8b</StripId>
<StripValueId>479632aa-2ac6-4b46-a3c9-62c6d246aaee</StripValueId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor i:nil="true" />
<ExperimentFactorId>14d1f30a-4a94-45d5-a0dd-8601c1a83b70</ExperimentFactorId>
<ExperimentFactorProductId>3613133f-97a8-4b75-a3bc-c5d776c13f9f</ExperimentFactorProductId>
<GEId>4</GEId>
<LastMaintenanceDate>2026-08-03T20:17:57.5746931+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": "f27c1edc-318b-4b72-8283-70d13fac7db5",
"ExperimentFactorId": "4285c9d2-c02a-4fb5-85ab-e215c879dd71",
"BrandId": 3.0,
"GEId": 4.0,
"SortOrder": 5,
"AddName": "sample string 6",
"AddDate": "2026-08-03T20:17:57.6371962+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-08-03T20:17:57.6371962+00:00",
"SubProductCode": "sample string 10",
"NumberReservedUnits": 1,
"TotalNumberUnitsAllProduct": 1,
"StripSeedLocallySourced": true,
"StripValue": [
{
"$id": "2",
"StripValueId": "037be5d8-63c2-44c3-86ce-228d27e7b0df",
"StripId": "d3415744-9896-4d17-ade9-9658c5145d51",
"ExperimentFactorId": "f2261dc5-20ba-416d-9b49-96ae35d38ba2",
"ExperimentFactorValueId": "58fde688-596a-4563-8801-e697478e6b82",
"ExperimentFactorProductId": "f27c1edc-318b-4b72-8283-70d13fac7db5",
"SortOrder": 4,
"AddName": "sample string 5",
"AddDate": "2026-08-03T20:17:57.6371962+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-08-03T20:17:57.6371962+00:00",
"ExperimentFactorValue": {
"$id": "3",
"ExperimentFactorValueId": "58fde688-596a-4563-8801-e697478e6b82",
"ExperimentFactorId": "f2261dc5-20ba-416d-9b49-96ae35d38ba2",
"SortOrder": 3,
"Value": 1.1,
"ShortValue": "sample string 4",
"AddName": "sample string 5",
"AddDate": "2026-08-03T20:17:57.6371962+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-08-03T20:17:57.6371962+00:00",
"ExperimentFactor": {
"$id": "4",
"ExperimentFactorId": "f2261dc5-20ba-416d-9b49-96ae35d38ba2",
"ExperimentId": "2d711cce-e51b-40bd-9a39-697ba4b82a93",
"SortOrder": 3,
"TraitId": 4,
"FieldLayout": "sample string 5",
"AddName": "sample string 6",
"AddDate": "2026-08-03T20:17:57.6371962+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-08-03T20:17:57.6371962+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-03T20:17:57.6371962+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-03T20:17:57.6371962+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-03T20:17:57.6371962+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-03T20:17:57.6371962+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>f2261dc5-20ba-416d-9b49-96ae35d38ba2</ExperimentFactorId>
<ExperimentFactorValueId>58fde688-596a-4563-8801-e697478e6b82</ExperimentFactorValueId>
<LastMaintenanceDate>2026-08-03T20:17:57.6371962+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>f2261dc5-20ba-416d-9b49-96ae35d38ba2</ExperimentFactorId>
<ExperimentFactorProduct />
<ExperimentFactorValue>
<ExperimentFactorValue z:Ref="i7" />
</ExperimentFactorValue>
<ExperimentId>2d711cce-e51b-40bd-9a39-697ba4b82a93</ExperimentId>
<FieldLayout>sample string 5</FieldLayout>
<LastMaintenanceDate>2026-08-03T20:17:57.6371962+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i3" />
</StripValue>
<TraitId>4</TraitId>
</ExperimentFactor>
<ExperimentFactorId>f2261dc5-20ba-416d-9b49-96ae35d38ba2</ExperimentFactorId>
<ExperimentFactorProduct z:Ref="i1" />
<ExperimentFactorProductId>f27c1edc-318b-4b72-8283-70d13fac7db5</ExperimentFactorProductId>
<ExperimentFactorValue z:Ref="i7" />
<ExperimentFactorValueId>58fde688-596a-4563-8801-e697478e6b82</ExperimentFactorValueId>
<LastMaintenanceDate>2026-08-03T20:17:57.6371962+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>d3415744-9896-4d17-ade9-9658c5145d51</StripId>
<StripValueId>037be5d8-63c2-44c3-86ce-228d27e7b0df</StripValueId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor i:nil="true" />
<ExperimentFactorId>4285c9d2-c02a-4fb5-85ab-e215c879dd71</ExperimentFactorId>
<ExperimentFactorProductId>f27c1edc-318b-4b72-8283-70d13fac7db5</ExperimentFactorProductId>
<GEId>4</GEId>
<LastMaintenanceDate>2026-08-03T20:17:57.6371962+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>