GET api/Agent/MicroApp/WateringLand/View/Query?tradeid={tradeid}
查询某个交易的土地清单
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tradeid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
查询某个交易的土地清单
CommonOperationResultWithTagOfIEnumerableOfAgentMircroAppWateringLandViewItemName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of AgentMircroAppWateringLandViewItem |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": [ { "FarmerName": "sample string 1", "Province": "sample string 2", "City": "sample string 3", "County": "sample string 4", "IDName": "sample string 5", "TradeId": 6, "FarmerId": 7, "LandArea": 8.0, "LandName": "sample string 9", "WaterWeight": 64, "LandType": "sample string 11" }, { "FarmerName": "sample string 1", "Province": "sample string 2", "City": "sample string 3", "County": "sample string 4", "IDName": "sample string 5", "TradeId": 6, "FarmerId": 7, "LandArea": 8.0, "LandName": "sample string 9", "WaterWeight": 64, "LandType": "sample string 11" } ] }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfAgentMircroAppWateringLandViewItemwlCnhfv3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Flowmeter"> <d2p1:AgentMircroAppWateringLandViewItem> <d2p1:FarmerId>7</d2p1:FarmerId> <d2p1:LandArea>8</d2p1:LandArea> <d2p1:LandName>sample string 9</d2p1:LandName> <d2p1:LandType>sample string 11</d2p1:LandType> <d2p1:TradeId>6</d2p1:TradeId> <d2p1:WaterWeight>64</d2p1:WaterWeight> <d2p1:City>sample string 3</d2p1:City> <d2p1:County>sample string 4</d2p1:County> <d2p1:FarmerName>sample string 1</d2p1:FarmerName> <d2p1:IDName>sample string 5</d2p1:IDName> <d2p1:Province>sample string 2</d2p1:Province> </d2p1:AgentMircroAppWateringLandViewItem> <d2p1:AgentMircroAppWateringLandViewItem> <d2p1:FarmerId>7</d2p1:FarmerId> <d2p1:LandArea>8</d2p1:LandArea> <d2p1:LandName>sample string 9</d2p1:LandName> <d2p1:LandType>sample string 11</d2p1:LandType> <d2p1:TradeId>6</d2p1:TradeId> <d2p1:WaterWeight>64</d2p1:WaterWeight> <d2p1:City>sample string 3</d2p1:City> <d2p1:County>sample string 4</d2p1:County> <d2p1:FarmerName>sample string 1</d2p1:FarmerName> <d2p1:IDName>sample string 5</d2p1:IDName> <d2p1:Province>sample string 2</d2p1:Province> </d2p1:AgentMircroAppWateringLandViewItem> </tag> </CommonOperationResultWithTagOfArrayOfAgentMircroAppWateringLandViewItemwlCnhfv3>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.