POST ExperimentGrouping/Base/DeleteAll
Request Information
URI Parameters
None.
Body Parameters
Collection of ExperimentGroupingName | Description | Type | Additional information |
---|---|---|---|
ExperimentId | globally unique identifier |
None. |
|
ExperimentGroupId | globally unique identifier |
None. |
|
LastMaintenanceName | string |
None. |
|
LastMaintenanceDate | date |
None. |
|
Experiment | Experiment |
None. |
|
ExperimentGroup | ExperimentGroup |
None. |
|
ChangeTracker | ObjectChangeTracker |
None. |
Request Formats
application/json, text/json
Sample:
[ { "$id": "1", "ExperimentId": "1946dd3e-29a9-478d-a6b6-890aee1f0830", "ExperimentGroupId": "8dd8d362-3e27-491a-a551-ffe1cf4bfa58", "LastMaintenanceName": "sample string 3", "LastMaintenanceDate": "2024-12-12T01:36:52.2123177+00:00", "ExperimentGroup": { "$id": "2", "ExperimentGroupId": "8dd8d362-3e27-491a-a551-ffe1cf4bfa58", "GroupName": "sample string 2", "Year": 3, "CropId": 1, "AddName": "sample string 5", "AddDate": "2024-12-12T01:36:52.2123177+00:00", "LastMaintenanceName": "sample string 7", "LastMaintenanceDate": "2024-12-12T01:36:52.2123177+00:00", "Crop": { "$id": "3", "CropId": 1, "Name": "sample string 2", "ProductLineCode": "sample string 3", "Genus": "sample string 4", "Code": "sample string 5", "TrackingCode": "sample string 6", "LastMaintenanceName": "sample string 7", "LastMaintenanceDate": "2024-12-12T01:36:52.2123177+00:00", "IsOnlySourcedLocally": true, "ExperimentGroup": [ { "$ref": "2" } ], "Experiment": [], "ChangeTracker": { "$id": "4", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": { "ExperimentGroup": [ { "$ref": "2" } ] } } }, "ExperimentGrouping": [ { "$ref": "1" } ], "ChangeTracker": { "$id": "5", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": { "ExperimentGrouping": [ { "$ref": "1" } ] } } }, "ChangeTracker": { "$id": "6", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": {} } }, { "$ref": "1" } ]
application/xml, text/xml
Sample:
<ArrayOfExperimentGrouping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model"> <ExperimentGrouping z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"> <ChangeTracker z:Id="i2"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties /> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <Experiment i:nil="true" /> <ExperimentGroup z:Id="i3"> <AddDate>2024-12-12T01:36:52.2123177+00:00</AddDate> <AddName>sample string 5</AddName> <ChangeTracker z:Id="i4"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties> <AddedObjectsForProperty> <CollectionPropertyName>ExperimentGrouping</CollectionPropertyName> <AddedObjects> <ObjectValue z:Ref="i1" /> </AddedObjects> </AddedObjectsForProperty> </ObjectsAddedToCollectionProperties> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <Crop z:Id="i5"> <ChangeTracker z:Id="i6"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties> <AddedObjectsForProperty> <CollectionPropertyName>ExperimentGroup</CollectionPropertyName> <AddedObjects> <ObjectValue z:Ref="i3" /> </AddedObjects> </AddedObjectsForProperty> </ObjectsAddedToCollectionProperties> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <Code>sample string 5</Code> <CropId>1</CropId> <Experiment /> <ExperimentGroup> <ExperimentGroup z:Ref="i3" /> </ExperimentGroup> <Genus>sample string 4</Genus> <IsOnlySourcedLocally>true</IsOnlySourcedLocally> <LastMaintenanceDate>2024-12-12T01:36:52.2123177+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 7</LastMaintenanceName> <Name>sample string 2</Name> <ProductLineCode>sample string 3</ProductLineCode> <TrackingCode>sample string 6</TrackingCode> </Crop> <CropId>1</CropId> <ExperimentGroupId>8dd8d362-3e27-491a-a551-ffe1cf4bfa58</ExperimentGroupId> <ExperimentGrouping> <ExperimentGrouping z:Ref="i1" /> </ExperimentGrouping> <GroupName>sample string 2</GroupName> <LastMaintenanceDate>2024-12-12T01:36:52.2123177+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 7</LastMaintenanceName> <Year>3</Year> </ExperimentGroup> <ExperimentGroupId>8dd8d362-3e27-491a-a551-ffe1cf4bfa58</ExperimentGroupId> <ExperimentId>1946dd3e-29a9-478d-a6b6-890aee1f0830</ExperimentId> <LastMaintenanceDate>2024-12-12T01:36:52.2123177+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 3</LastMaintenanceName> </ExperimentGrouping> <ExperimentGrouping z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" /> </ArrayOfExperimentGrouping>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.