POST api/ExperimentFactorProduct/BaseGetAll
Request Information
URI Parameters
None.
Body Parameters
None.
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": "13b733b4-32ad-4de2-a2c4-2c2692ddfc92",
"ExperimentFactorId": "e902426a-41b2-4d8b-bf9e-0c888532db0f",
"BrandId": 3.0,
"GEId": 4.0,
"SortOrder": 5,
"AddName": "sample string 6",
"AddDate": "2025-10-30T07:31:59.7352906+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2025-10-30T07:31:59.7352906+00:00",
"SubProductCode": "sample string 10",
"NumberReservedUnits": 1,
"TotalNumberUnitsAllProduct": 1,
"StripSeedLocallySourced": true,
"StripValue": [
{
"$id": "2",
"StripValueId": "2e514ac9-218f-462c-b4cd-0c78aa843c83",
"StripId": "d64e514d-1728-4770-9349-a287ddb341d1",
"ExperimentFactorId": "2aa619f5-9902-4a5b-aca7-c9d91f6a9039",
"ExperimentFactorValueId": "9ed8d6f1-4b40-4f03-adda-d2d434cd3670",
"ExperimentFactorProductId": "13b733b4-32ad-4de2-a2c4-2c2692ddfc92",
"SortOrder": 4,
"AddName": "sample string 5",
"AddDate": "2025-10-30T07:31:59.7665208+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2025-10-30T07:31:59.7665208+00:00",
"ExperimentFactorValue": {
"$id": "3",
"ExperimentFactorValueId": "9ed8d6f1-4b40-4f03-adda-d2d434cd3670",
"ExperimentFactorId": "2aa619f5-9902-4a5b-aca7-c9d91f6a9039",
"SortOrder": 3,
"Value": 1.1,
"ShortValue": "sample string 4",
"AddName": "sample string 5",
"AddDate": "2025-10-30T07:31:59.7508999+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2025-10-30T07:31:59.7508999+00:00",
"ExperimentFactor": {
"$id": "4",
"ExperimentFactorId": "2aa619f5-9902-4a5b-aca7-c9d91f6a9039",
"ExperimentId": "21938c36-7bc2-4fd0-ac41-cc4accde6109",
"SortOrder": 3,
"TraitId": 4,
"FieldLayout": "sample string 5",
"AddName": "sample string 6",
"AddDate": "2025-10-30T07:31:59.7508999+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2025-10-30T07:31:59.7508999+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-10-30T07:31:59.7352906+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-10-30T07:31:59.7665208+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-10-30T07:31:59.7508999+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-10-30T07:31:59.7508999+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>2aa619f5-9902-4a5b-aca7-c9d91f6a9039</ExperimentFactorId>
<ExperimentFactorValueId>9ed8d6f1-4b40-4f03-adda-d2d434cd3670</ExperimentFactorValueId>
<LastMaintenanceDate>2025-10-30T07:31:59.7508999+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>2aa619f5-9902-4a5b-aca7-c9d91f6a9039</ExperimentFactorId>
<ExperimentFactorProduct />
<ExperimentFactorValue>
<ExperimentFactorValue z:Ref="i7" />
</ExperimentFactorValue>
<ExperimentId>21938c36-7bc2-4fd0-ac41-cc4accde6109</ExperimentId>
<FieldLayout>sample string 5</FieldLayout>
<LastMaintenanceDate>2025-10-30T07:31:59.7508999+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i3" />
</StripValue>
<TraitId>4</TraitId>
</ExperimentFactor>
<ExperimentFactorId>2aa619f5-9902-4a5b-aca7-c9d91f6a9039</ExperimentFactorId>
<ExperimentFactorProduct z:Ref="i1" />
<ExperimentFactorProductId>13b733b4-32ad-4de2-a2c4-2c2692ddfc92</ExperimentFactorProductId>
<ExperimentFactorValue z:Ref="i7" />
<ExperimentFactorValueId>9ed8d6f1-4b40-4f03-adda-d2d434cd3670</ExperimentFactorValueId>
<LastMaintenanceDate>2025-10-30T07:31:59.7665208+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>d64e514d-1728-4770-9349-a287ddb341d1</StripId>
<StripValueId>2e514ac9-218f-462c-b4cd-0c78aa843c83</StripValueId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor i:nil="true" />
<ExperimentFactorId>e902426a-41b2-4d8b-bf9e-0c888532db0f</ExperimentFactorId>
<ExperimentFactorProductId>13b733b4-32ad-4de2-a2c4-2c2692ddfc92</ExperimentFactorProductId>
<GEId>4</GEId>
<LastMaintenanceDate>2025-10-30T07:31:59.7352906+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>