POST ExperimentFactorValue/Base/DeleteAll
Request Information
URI Parameters
None.
Body Parameters
Collection of ExperimentFactorValue| Name | Description | Type | Additional information |
|---|---|---|---|
| ExperimentFactorValueId | globally unique identifier |
None. |
|
| ExperimentFactorId | globally unique identifier |
None. |
|
| SortOrder | integer |
None. |
|
| Value | decimal number |
None. |
|
| ShortValue | string |
None. |
|
| AddName | string |
None. |
|
| AddDate | date |
None. |
|
| LastMaintenanceName | string |
None. |
|
| LastMaintenanceDate | date |
None. |
|
| ExperimentFactor | ExperimentFactor |
None. |
|
| StripValue | Collection of StripValue |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Request Formats
application/json, text/json
Sample:
[
null,
{
"$id": "1",
"ExperimentFactorValueId": "22cb7dd0-6410-4d33-a981-acc13e4c282f",
"ExperimentFactorId": "bb5b31b6-5684-4542-a290-08152a735581",
"SortOrder": 3,
"Value": 1.1,
"ShortValue": "sample string 4",
"AddName": "sample string 5",
"AddDate": "2026-01-26T06:54:09.6664814+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-01-26T06:54:09.6664814+00:00",
"StripValue": [
{
"$id": "2",
"StripValueId": "97343a42-2987-44da-865a-ea50ccd031ce",
"StripId": "8774e4e1-1fdc-4bb6-ad4f-580ce71e8a2f",
"ExperimentFactorId": "020c85b7-2332-4b22-b6a9-0f9902202b6f",
"ExperimentFactorValueId": "22cb7dd0-6410-4d33-a981-acc13e4c282f",
"ExperimentFactorProductId": "987e3d0c-753f-4756-a56a-c13bab843b27",
"SortOrder": 4,
"AddName": "sample string 5",
"AddDate": "2026-01-26T06:54:09.6846237+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-01-26T06:54:09.6846237+00:00",
"ExperimentFactorValue": {
"$ref": "1"
},
"ExperimentFactor": {
"$id": "3",
"ExperimentFactorId": "020c85b7-2332-4b22-b6a9-0f9902202b6f",
"ExperimentId": "4871f092-1337-4243-a5e1-9a1816726692",
"SortOrder": 3,
"TraitId": 4,
"FieldLayout": "sample string 5",
"AddName": "sample string 6",
"AddDate": "2026-01-26T06:54:09.6664814+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-01-26T06:54:09.6664814+00:00",
"ExperimentFactorValue": [],
"ExperimentFactorProduct": [
{
"$id": "4",
"ExperimentFactorProductId": "0885839b-fe13-45fc-970b-027dda654849",
"ExperimentFactorId": "020c85b7-2332-4b22-b6a9-0f9902202b6f",
"BrandId": 3.0,
"GEId": 4.0,
"SortOrder": 5,
"AddName": "sample string 6",
"AddDate": "2026-01-26T06:54:09.6846237+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-01-26T06:54:09.6846237+00:00",
"SubProductCode": "sample string 10",
"NumberReservedUnits": 1,
"TotalNumberUnitsAllProduct": 1,
"StripSeedLocallySourced": true,
"ExperimentFactor": {
"$ref": "3"
},
"StripValue": [],
"ChangeTracker": {
"$id": "5",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
],
"StripValue": [
{
"$ref": "2"
}
],
"ChangeTracker": {
"$id": "6",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {
"StripValue": [
{
"$ref": "2"
}
],
"ExperimentFactorProduct": [
{
"$ref": "4"
}
]
}
}
},
"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:
<ArrayOfExperimentFactorValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<ExperimentFactorValue i:nil="true" />
<ExperimentFactorValue z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<AddDate>2026-01-26T06:54:09.6664814+00:00</AddDate>
<AddName>sample string 5</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties>
<AddedObjectsForProperty>
<CollectionPropertyName>StripValue</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i3" i:type="StripValue">
<AddDate>2026-01-26T06:54:09.6846237+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-01-26T06:54:09.6664814+00:00</AddDate>
<AddName>sample string 6</AddName>
<ChangeTracker z:Id="i6">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties>
<AddedObjectsForProperty>
<CollectionPropertyName>StripValue</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Ref="i3" />
</AddedObjects>
</AddedObjectsForProperty>
<AddedObjectsForProperty>
<CollectionPropertyName>ExperimentFactorProduct</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i7" i:type="ExperimentFactorProduct">
<AddDate>2026-01-26T06:54:09.6846237+00:00</AddDate>
<AddName>sample string 6</AddName>
<Brand i:nil="true" />
<BrandId>3</BrandId>
<ChangeTracker z:Id="i8">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor z:Ref="i5" />
<ExperimentFactorId>020c85b7-2332-4b22-b6a9-0f9902202b6f</ExperimentFactorId>
<ExperimentFactorProductId>0885839b-fe13-45fc-970b-027dda654849</ExperimentFactorProductId>
<GEId>4</GEId>
<LastMaintenanceDate>2026-01-26T06:54:09.6846237+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<NumberReservedUnits>1</NumberReservedUnits>
<SortOrder>5</SortOrder>
<StripSeedLocallySourced>true</StripSeedLocallySourced>
<StripValue />
<SubProductCode>sample string 10</SubProductCode>
<TotalNumberUnitsAllProduct>1</TotalNumberUnitsAllProduct>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Experiment i:nil="true" />
<ExperimentFactorId>020c85b7-2332-4b22-b6a9-0f9902202b6f</ExperimentFactorId>
<ExperimentFactorProduct>
<ExperimentFactorProduct z:Ref="i7" />
</ExperimentFactorProduct>
<ExperimentFactorValue />
<ExperimentId>4871f092-1337-4243-a5e1-9a1816726692</ExperimentId>
<FieldLayout>sample string 5</FieldLayout>
<LastMaintenanceDate>2026-01-26T06:54:09.6664814+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i3" />
</StripValue>
<TraitId>4</TraitId>
</ExperimentFactor>
<ExperimentFactorId>020c85b7-2332-4b22-b6a9-0f9902202b6f</ExperimentFactorId>
<ExperimentFactorProduct i:nil="true" />
<ExperimentFactorProductId>987e3d0c-753f-4756-a56a-c13bab843b27</ExperimentFactorProductId>
<ExperimentFactorValue z:Ref="i1" />
<ExperimentFactorValueId>22cb7dd0-6410-4d33-a981-acc13e4c282f</ExperimentFactorValueId>
<LastMaintenanceDate>2026-01-26T06:54:09.6846237+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>8774e4e1-1fdc-4bb6-ad4f-580ce71e8a2f</StripId>
<StripValueId>97343a42-2987-44da-865a-ea50ccd031ce</StripValueId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor i:nil="true" />
<ExperimentFactorId>bb5b31b6-5684-4542-a290-08152a735581</ExperimentFactorId>
<ExperimentFactorValueId>22cb7dd0-6410-4d33-a981-acc13e4c282f</ExperimentFactorValueId>
<LastMaintenanceDate>2026-01-26T06:54:09.6664814+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>
</ExperimentFactorValue>
</ArrayOfExperimentFactorValue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.