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 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. |
Response Formats
application/json, text/json
Sample:
[ null, { "$id": "1", "LocationStripId": "62e107e3-500e-4b6b-9d08-ad396a38e098", "LocationId": "4582fd0f-ed75-4cb3-b828-e9e49393dbd5", "GEId": 3.0, "BrandId": 4.0, "SubProductCode": "sample string 5", "XCoord": 1, "NonHarvestQuality": 1, "HarvestQuality": 1, "EUId": 1, "AddName": "sample string 6", "AddDate": "2025-04-04T15:02:14.9046238+00:00", "LastMaintenanceName": "sample string 8", "LastMaintenanceDate": "2025-04-04T15:02:14.9046238+00:00", "ExperimentLocationId": "6ab1bf8f-3a25-4a6e-ac90-529b15baddc4", "YMLoadName": "sample string 10", "YMQuality": 1, "LocationStripComment": [ { "$id": "2", "LocationStripCommentId": "16f1c841-77ac-455b-a05a-6ea75fb0b999", "LocationStripId": "62e107e3-500e-4b6b-9d08-ad396a38e098", "CommentCategory": 1, "Comment": "sample string 3", "AddName": "sample string 4", "AddDate": "2025-04-04T15:02:14.9046238+00:00", "LastMaintenanceName": "sample string 6", "LastMaintenanceDate": "2025-04-04T15:02:14.9046238+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-04-04T15:02:14.9046238+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-04-04T15:02:14.9046238+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-04-04T15:02:14.9046238+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 6</LastMaintenanceName> <LocationStrip z:Ref="i1" /> <LocationStripCommentId>16f1c841-77ac-455b-a05a-6ea75fb0b999</LocationStripCommentId> <LocationStripId>62e107e3-500e-4b6b-9d08-ad396a38e098</LocationStripId> </ObjectValue> </AddedObjects> </AddedObjectsForProperty> </ObjectsAddedToCollectionProperties> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <EUId>1</EUId> <ExperimentLocationId>6ab1bf8f-3a25-4a6e-ac90-529b15baddc4</ExperimentLocationId> <GEId>3</GEId> <HarvestQuality>1</HarvestQuality> <LastMaintenanceDate>2025-04-04T15:02:14.9046238+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 8</LastMaintenanceName> <Location i:nil="true" /> <LocationId>4582fd0f-ed75-4cb3-b828-e9e49393dbd5</LocationId> <LocationStripASCTrait /> <LocationStripComment> <LocationStripComment z:Ref="i3" /> </LocationStripComment> <LocationStripId>62e107e3-500e-4b6b-9d08-ad396a38e098</LocationStripId> <LocationStripTrait /> <NonHarvestQuality>1</NonHarvestQuality> <SubProductCode>sample string 5</SubProductCode> <XCoord>1</XCoord> <YMLoadName>sample string 10</YMLoadName> <YMQuality>1</YMQuality> </LocationStrip> </ArrayOfLocationStrip>