POST LocationStrip/GetAllByLocationId/{locationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LocationStrip| Name | 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. |
Response Formats
application/json, text/json
Sample:
[
null,
{
"$id": "1",
"LocationStripId": "c1ebaa4f-582e-4136-aa6b-ed426c59353f",
"LocationId": "de20d00b-d1b8-4dcd-a7f0-b249ef43d772",
"GEId": 3.0,
"BrandId": 4.0,
"SubProductCode": "sample string 5",
"XCoord": 1,
"NonHarvestQuality": 1,
"HarvestQuality": 1,
"EUId": 1,
"AddName": "sample string 6",
"AddDate": "2025-10-27T22:17:26.6453803+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2025-10-27T22:17:26.6453803+00:00",
"ExperimentLocationId": "322d7314-3e76-4d52-bcfb-e56d0a2b242c",
"YMLoadName": "sample string 10",
"YMQuality": 1,
"LocationStripComment": [
{
"$id": "2",
"LocationStripCommentId": "f0cc1b37-2786-40f6-9e82-c45a377e7da0",
"LocationStripId": "c1ebaa4f-582e-4136-aa6b-ed426c59353f",
"CommentCategory": 1,
"Comment": "sample string 3",
"AddName": "sample string 4",
"AddDate": "2025-10-27T22:17:26.6567329+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2025-10-27T22:17:26.6567329+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>2025-10-27T22:17:26.6453803+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>2025-10-27T22:17:26.6567329+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>2025-10-27T22:17:26.6567329+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<LocationStrip z:Ref="i1" />
<LocationStripCommentId>f0cc1b37-2786-40f6-9e82-c45a377e7da0</LocationStripCommentId>
<LocationStripId>c1ebaa4f-582e-4136-aa6b-ed426c59353f</LocationStripId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<EUId>1</EUId>
<ExperimentLocationId>322d7314-3e76-4d52-bcfb-e56d0a2b242c</ExperimentLocationId>
<GEId>3</GEId>
<HarvestQuality>1</HarvestQuality>
<LastMaintenanceDate>2025-10-27T22:17:26.6453803+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>de20d00b-d1b8-4dcd-a7f0-b249ef43d772</LocationId>
<LocationStripASCTrait />
<LocationStripComment>
<LocationStripComment z:Ref="i3" />
</LocationStripComment>
<LocationStripId>c1ebaa4f-582e-4136-aa6b-ed426c59353f</LocationStripId>
<LocationStripTrait />
<NonHarvestQuality>1</NonHarvestQuality>
<SubProductCode>sample string 5</SubProductCode>
<XCoord>1</XCoord>
<YMLoadName>sample string 10</YMLoadName>
<YMQuality>1</YMQuality>
</LocationStrip>
</ArrayOfLocationStrip>