POST api/LocationStrip/BaseGetAll
Request Information
URI Parameters
None.
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": "8f13ee01-c53f-48c5-840b-466c064a0c7d",
"LocationId": "7f7c52b0-82ac-448d-b1ae-7a8099eb8a52",
"GEId": 3.0,
"BrandId": 4.0,
"SubProductCode": "sample string 5",
"XCoord": 1,
"NonHarvestQuality": 1,
"HarvestQuality": 1,
"EUId": 1,
"AddName": "sample string 6",
"AddDate": "2026-05-12T10:57:23.5025542+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-05-12T10:57:23.5025542+00:00",
"ExperimentLocationId": "88bc5007-e8c9-4788-8fa9-3aca8a59e5de",
"YMLoadName": "sample string 10",
"YMQuality": 1,
"LocationStripComment": [
{
"$id": "2",
"LocationStripCommentId": "a8a15b2f-b436-4794-8f2d-ee593f65a9ee",
"LocationStripId": "8f13ee01-c53f-48c5-840b-466c064a0c7d",
"CommentCategory": 1,
"Comment": "sample string 3",
"AddName": "sample string 4",
"AddDate": "2026-05-12T10:57:23.5321416+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-05-12T10:57:23.5321416+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>2026-05-12T10:57:23.5025542+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>2026-05-12T10:57:23.5321416+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>2026-05-12T10:57:23.5321416+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<LocationStrip z:Ref="i1" />
<LocationStripCommentId>a8a15b2f-b436-4794-8f2d-ee593f65a9ee</LocationStripCommentId>
<LocationStripId>8f13ee01-c53f-48c5-840b-466c064a0c7d</LocationStripId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<EUId>1</EUId>
<ExperimentLocationId>88bc5007-e8c9-4788-8fa9-3aca8a59e5de</ExperimentLocationId>
<GEId>3</GEId>
<HarvestQuality>1</HarvestQuality>
<LastMaintenanceDate>2026-05-12T10:57:23.5025542+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>7f7c52b0-82ac-448d-b1ae-7a8099eb8a52</LocationId>
<LocationStripASCTrait />
<LocationStripComment>
<LocationStripComment z:Ref="i3" />
</LocationStripComment>
<LocationStripId>8f13ee01-c53f-48c5-840b-466c064a0c7d</LocationStripId>
<LocationStripTrait />
<NonHarvestQuality>1</NonHarvestQuality>
<SubProductCode>sample string 5</SubProductCode>
<XCoord>1</XCoord>
<YMLoadName>sample string 10</YMLoadName>
<YMQuality>1</YMQuality>
</LocationStrip>
</ArrayOfLocationStrip>