GET api/Farmer/MicroApp/LoadInfo/FarmerLand?serialid={serialid}&landgroupid={landgroupid}
查询特定灌溉关系下当前农户的土地信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serialid | integer |
Required |
|
landgroupid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
查询特定灌溉关系下当前农户的土地信息
CommonOperationResultWithTagOfAgentWateringRelationShipFarmerTableItemName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | AgentWateringRelationShipFarmerTableItem |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": { "LandArea": 1.0, "LandName": "sample string 2", "WaterWeight": 64, "LandType": "sample string 4", "SerialId": 5, "LandGroupId": 6, "FarmerId": 7 } }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfAgentWateringRelationShipFarmerTableItemwlCnhfv3 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:FarmerId>7</d2p1:FarmerId> <d2p1:LandGroupId>6</d2p1:LandGroupId> <d2p1:SerialId>5</d2p1:SerialId> <d2p1:LandArea>1</d2p1:LandArea> <d2p1:LandName>sample string 2</d2p1:LandName> <d2p1:LandType>sample string 4</d2p1:LandType> <d2p1:WaterWeight>64</d2p1:WaterWeight> </tag> </CommonOperationResultWithTagOfAgentWateringRelationShipFarmerTableItemwlCnhfv3>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.