POST LocationStrip/Base/DeleteAll
Request Information
URI Parameters
None.
Body Parameters
Collection of LocationStripName | Description | Type | Additional information |
---|---|---|---|
LocationStripId | globally unique identifier |
None. |
|
LocationId | globally unique identifier |
None. |
|
GEId | decimal number |
None. |
|
BrandId | decimal number |
None. |
|
SubProductCode | string |
None. |
|
XCoord | integer |
None. |
|
NonHarvestQuality | integer |
None. |
|
HarvestQuality | integer |
None. |
|
EUId | integer |
None. |
|
AddName | string |
None. |
|
AddDate | date |
None. |
|
LastMaintenanceName | string |
None. |
|
LastMaintenanceDate | date |
None. |
|
ExperimentLocationId | globally unique identifier |
None. |
|
YMLoadName | string |
None. |
|
YMQuality | integer |
None. |
|
Location | Location |
None. |
|
LocationStripComment | Collection of LocationStripComment |
None. |
|
LocationStripTrait | Collection of LocationStripTrait |
None. |
|
LocationStripASCTrait | Collection of LocationStripASCTrait |
None. |
|
ChangeTracker | ObjectChangeTracker |
None. |
Request Formats
application/json, text/json
Sample:
[ null, { "$id": "1", "LocationStripId": "44e32453-12ca-4a8d-9fb5-df56c8f19315", "LocationId": "914abd65-4b53-4074-b9d8-9169172eb6e1", "GEId": 3.0, "BrandId": 4.0, "SubProductCode": "sample string 5", "XCoord": 1, "NonHarvestQuality": 1, "HarvestQuality": 1, "EUId": 1, "AddName": "sample string 6", "AddDate": "2024-12-07T21:47:42.0387186+00:00", "LastMaintenanceName": "sample string 8", "LastMaintenanceDate": "2024-12-07T21:47:42.0387186+00:00", "ExperimentLocationId": "47ef6e00-174a-4cfe-9022-303e00fb846e", "YMLoadName": "sample string 10", "YMQuality": 1, "LocationStripComment": [ { "$id": "2", "LocationStripCommentId": "d4473d55-92ef-4c4f-9448-cc357683691d", "LocationStripId": "44e32453-12ca-4a8d-9fb5-df56c8f19315", "CommentCategory": 1, "Comment": "sample string 3", "AddName": "sample string 4", "AddDate": "2024-12-07T21:47:42.1012157+00:00", "LastMaintenanceName": "sample string 6", "LastMaintenanceDate": "2024-12-07T21:47:42.1012157+00:00", "LocationStrip": { "$ref": "1" }, "ChangeTracker": { "$id": "3", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": {} } } ], "LocationStripTrait": [], "LocationStripASCTrait": [], "ChangeTracker": { "$id": "4", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": { "LocationStripComment": [ { "$ref": "2" } ] } } } ]
application/xml, text/xml
Sample:
<ArrayOfLocationStrip xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model"> <LocationStrip i:nil="true" /> <LocationStrip z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"> <AddDate>2024-12-07T21:47:42.0387186+00:00</AddDate> <AddName>sample string 6</AddName> <BrandId>4</BrandId> <ChangeTracker z:Id="i2"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties> <AddedObjectsForProperty> <CollectionPropertyName>LocationStripComment</CollectionPropertyName> <AddedObjects> <ObjectValue z:Id="i3" i:type="LocationStripComment"> <AddDate>2024-12-07T21:47:42.1012157+00:00</AddDate> <AddName>sample string 4</AddName> <ChangeTracker z:Id="i4"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties /> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <Comment>sample string 3</Comment> <CommentCategory>1</CommentCategory> <LastMaintenanceDate>2024-12-07T21:47:42.1012157+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 6</LastMaintenanceName> <LocationStrip z:Ref="i1" /> <LocationStripCommentId>d4473d55-92ef-4c4f-9448-cc357683691d</LocationStripCommentId> <LocationStripId>44e32453-12ca-4a8d-9fb5-df56c8f19315</LocationStripId> </ObjectValue> </AddedObjects> </AddedObjectsForProperty> </ObjectsAddedToCollectionProperties> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <EUId>1</EUId> <ExperimentLocationId>47ef6e00-174a-4cfe-9022-303e00fb846e</ExperimentLocationId> <GEId>3</GEId> <HarvestQuality>1</HarvestQuality> <LastMaintenanceDate>2024-12-07T21:47:42.0387186+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 8</LastMaintenanceName> <Location i:nil="true" /> <LocationId>914abd65-4b53-4074-b9d8-9169172eb6e1</LocationId> <LocationStripASCTrait /> <LocationStripComment> <LocationStripComment z:Ref="i3" /> </LocationStripComment> <LocationStripId>44e32453-12ca-4a8d-9fb5-df56c8f19315</LocationStripId> <LocationStripTrait /> <NonHarvestQuality>1</NonHarvestQuality> <SubProductCode>sample string 5</SubProductCode> <XCoord>1</XCoord> <YMLoadName>sample string 10</YMLoadName> <YMQuality>1</YMQuality> </LocationStrip> </ArrayOfLocationStrip>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.