POST LocationStrip/Base/SaveAll
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
[
null,
{
"$id": "1",
"LocationStripId": "247b918e-03f1-42c6-9fd7-8f22e87f0bb2",
"LocationId": "fd934481-effd-471b-80f7-f9012aadfb3a",
"GEId": 3.0,
"BrandId": 4.0,
"SubProductCode": "sample string 5",
"XCoord": 1,
"NonHarvestQuality": 1,
"HarvestQuality": 1,
"EUId": 1,
"AddName": "sample string 6",
"AddDate": "2026-08-25T03:37:36.6850254+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-08-25T03:37:36.6850254+00:00",
"ExperimentLocationId": "6212758d-9d26-4976-9afc-783c7c98c234",
"YMLoadName": "sample string 10",
"YMQuality": 1,
"LocationStripComment": [
{
"$id": "2",
"LocationStripCommentId": "c3204514-dbd1-4a53-95ba-f60467dae56c",
"LocationStripId": "247b918e-03f1-42c6-9fd7-8f22e87f0bb2",
"CommentCategory": 1,
"Comment": "sample string 3",
"AddName": "sample string 4",
"AddDate": "2026-08-25T03:37:36.7051397+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-08-25T03:37:36.7051397+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-08-25T03:37:36.6850254+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-08-25T03:37:36.7051397+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-08-25T03:37:36.7051397+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<LocationStrip z:Ref="i1" />
<LocationStripCommentId>c3204514-dbd1-4a53-95ba-f60467dae56c</LocationStripCommentId>
<LocationStripId>247b918e-03f1-42c6-9fd7-8f22e87f0bb2</LocationStripId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<EUId>1</EUId>
<ExperimentLocationId>6212758d-9d26-4976-9afc-783c7c98c234</ExperimentLocationId>
<GEId>3</GEId>
<HarvestQuality>1</HarvestQuality>
<LastMaintenanceDate>2026-08-25T03:37:36.6850254+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>fd934481-effd-471b-80f7-f9012aadfb3a</LocationId>
<LocationStripASCTrait />
<LocationStripComment>
<LocationStripComment z:Ref="i3" />
</LocationStripComment>
<LocationStripId>247b918e-03f1-42c6-9fd7-8f22e87f0bb2</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
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": "381bba15-e10c-4fc2-bdb2-5145ae5da823",
"LocationId": "a3a86720-2774-4a05-8155-de84dabd67b3",
"GEId": 3.0,
"BrandId": 4.0,
"SubProductCode": "sample string 5",
"XCoord": 1,
"NonHarvestQuality": 1,
"HarvestQuality": 1,
"EUId": 1,
"AddName": "sample string 6",
"AddDate": "2026-08-25T03:37:36.7162163+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-08-25T03:37:36.7162163+00:00",
"ExperimentLocationId": "e0c8922c-8b47-4849-896f-6067fd8ed869",
"YMLoadName": "sample string 10",
"YMQuality": 1,
"LocationStripComment": [
{
"$id": "2",
"LocationStripCommentId": "c9ecd97c-d580-45e2-a139-cebbacc0fbc6",
"LocationStripId": "381bba15-e10c-4fc2-bdb2-5145ae5da823",
"CommentCategory": 1,
"Comment": "sample string 3",
"AddName": "sample string 4",
"AddDate": "2026-08-25T03:37:36.7353343+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-08-25T03:37:36.7353343+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-08-25T03:37:36.7162163+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-08-25T03:37:36.7353343+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-08-25T03:37:36.7353343+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<LocationStrip z:Ref="i1" />
<LocationStripCommentId>c9ecd97c-d580-45e2-a139-cebbacc0fbc6</LocationStripCommentId>
<LocationStripId>381bba15-e10c-4fc2-bdb2-5145ae5da823</LocationStripId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<EUId>1</EUId>
<ExperimentLocationId>e0c8922c-8b47-4849-896f-6067fd8ed869</ExperimentLocationId>
<GEId>3</GEId>
<HarvestQuality>1</HarvestQuality>
<LastMaintenanceDate>2026-08-25T03:37:36.7162163+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>a3a86720-2774-4a05-8155-de84dabd67b3</LocationId>
<LocationStripASCTrait />
<LocationStripComment>
<LocationStripComment z:Ref="i3" />
</LocationStripComment>
<LocationStripId>381bba15-e10c-4fc2-bdb2-5145ae5da823</LocationStripId>
<LocationStripTrait />
<NonHarvestQuality>1</NonHarvestQuality>
<SubProductCode>sample string 5</SubProductCode>
<XCoord>1</XCoord>
<YMLoadName>sample string 10</YMLoadName>
<YMQuality>1</YMQuality>
</LocationStrip>
</ArrayOfLocationStrip>