POST TechnologySegment/GetTechnologySegmentByCrop
Request Information
URI Parameters
None.
Body Parameters
stringRequest Formats
application/json, text/json
            Sample:
        "sample string 1"
application/xml, text/xml
            Sample:
        <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
Collection of TechnologySegment| Name | Description | Type | Additional information | 
|---|---|---|---|
| ProductLineId | string | None. | |
| TechnologySegment1 | string | None. | |
| ChangeTracker | ObjectChangeTracker | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "$id": "1",
    "ProductLineId": "sample string 1",
    "TechnologySegment1": "sample string 2",
    "ChangeTracker": {
      "$id": "2",
      "State": 2,
      "ObjectsRemovedFromCollectionProperties": {},
      "OriginalValues": {},
      "ExtendedProperties": {},
      "ObjectsAddedToCollectionProperties": {}
    }
  },
  {
    "$ref": "1"
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfTechnologySegment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
  <TechnologySegment z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <ChangeTracker z:Id="i2">
      <ExtendedProperties />
      <ObjectsAddedToCollectionProperties />
      <ObjectsRemovedFromCollectionProperties />
      <OriginalValues />
      <State>Added</State>
    </ChangeTracker>
    <ProductLineId>sample string 1</ProductLineId>
    <TechnologySegment1>sample string 2</TechnologySegment1>
  </TechnologySegment>
  <TechnologySegment z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfTechnologySegment>