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": "35207637-e4a9-4860-bbe4-2b9935c99e2e", "SeedRequestId": "f22e05c3-9958-4083-88b7-6bab4b242a24", "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>35207637-e4a9-4860-bbe4-2b9935c99e2e</SeedRequestAreaId> <SeedRequestId>f22e05c3-9958-4083-88b7-6bab4b242a24</SeedRequestId> </SeedRequestArea> <SeedRequestArea z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" /> </ArrayOfSeedRequestArea>