GET api/Agent/WateringRelationShip/Farmer/V/ById/{serialid}/{landgroupid}/{farmerid}
依据流量计ID,组ID,农户ID,查询当前运营商某个灌溉关系的土地/农户视图单个记录数据,并以简单参数的形式返回
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| serialid | 流量计的ID,必填,不能为零或空,等于。 | integer | Required | 
| landgroupid | 组ID,必填,不能为零或空,等于。 | integer | Required | 
| farmerid | 农户的ID,必填,不能为零或空,等于。 | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
依据流量计ID,组ID,农户ID,查询当前运营商某个灌溉关系的土地/农户视图单个记录数据,并以简单参数的形式返回
CommonOperationResultWithTagOfAgentWateringRelationShipFarmerViewItem| Name | Description | Type | Additional information | 
|---|---|---|---|
| errcode | integer | None. | |
| errmsg | string | None. | |
| tag | AgentWateringRelationShipFarmerViewItem | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": {
    "FarmerName": "sample string 1",
    "Mobile": "sample string 2",
    "IDNumber": "sample string 3",
    "GroupName": "sample string 4",
    "WaterParameter": 5.0,
    "GroupStatus": "sample string 6",
    "Address": "sample string 7",
    "ShaftNum": "sample string 8",
    "LandArea": 9.0,
    "LandName": "sample string 10",
    "WaterWeight": 64,
    "LandType": "sample string 12",
    "SerialId": 13,
    "LandGroupId": 14,
    "FarmerId": 15
  }
}
        application/xml, text/xml
            Sample:
        
<CommonOperationResultWithTagOfAgentWateringRelationShipFarmerViewItemwlCnhfv3 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>15</d2p1:FarmerId>
    <d2p1:LandGroupId>14</d2p1:LandGroupId>
    <d2p1:SerialId>13</d2p1:SerialId>
    <d2p1:LandArea>9</d2p1:LandArea>
    <d2p1:LandName>sample string 10</d2p1:LandName>
    <d2p1:LandType>sample string 12</d2p1:LandType>
    <d2p1:WaterWeight>64</d2p1:WaterWeight>
    <d2p1:Address>sample string 7</d2p1:Address>
    <d2p1:FarmerName>sample string 1</d2p1:FarmerName>
    <d2p1:GroupName>sample string 4</d2p1:GroupName>
    <d2p1:GroupStatus>sample string 6</d2p1:GroupStatus>
    <d2p1:IDNumber>sample string 3</d2p1:IDNumber>
    <d2p1:Mobile>sample string 2</d2p1:Mobile>
    <d2p1:ShaftNum>sample string 8</d2p1:ShaftNum>
    <d2p1:WaterParameter>5</d2p1:WaterParameter>
  </tag>
</CommonOperationResultWithTagOfAgentWateringRelationShipFarmerViewItemwlCnhfv3>
        application/bson
            Sample:
Binary JSON content. See http://bsonspec.org for details.