POST SeedRequest/GetSeedRequestAreaBySeedRequestId/{SeedRequestId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SeedRequestId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SeedRequestAreaName | Description | Type | Additional information |
---|---|---|---|
SeedRequestAreaId | globally unique identifier |
None. |
|
SeedRequestId | globally unique identifier |
None. |
|
DistrictCode | string |
None. |
|
SeedRequest | SeedRequest |
None. |
|
ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "SeedRequestAreaId": "891a923b-7d0b-4c05-81ad-7146e61b3e46", "SeedRequestId": "9a490166-9a8e-443d-b0fa-01674cc3242b", "DistrictCode": "sample string 3", "ChangeTracker": { "$id": "2", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": {} } }, { "$ref": "1" } ]
application/xml, text/xml
Sample:
<ArrayOfSeedRequestArea xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model"> <SeedRequestArea z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"> <ChangeTracker z:Id="i2"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties /> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <DistrictCode>sample string 3</DistrictCode> <SeedRequest i:nil="true" /> <SeedRequestAreaId>891a923b-7d0b-4c05-81ad-7146e61b3e46</SeedRequestAreaId> <SeedRequestId>9a490166-9a8e-443d-b0fa-01674cc3242b</SeedRequestId> </SeedRequestArea> <SeedRequestArea z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" /> </ArrayOfSeedRequestArea>