GET api/Farmer/MicroApp/WateringRelationShip/PriceTable?serialid={serialid}&landgroupid={landgroupid}&yearcode={yearcode}
查询流量计-土地组的年度价格阶梯数据
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| serialid | integer | Required | |
| landgroupid | integer | Required | |
| yearcode | string | Required | 
Body Parameters
None.
Response Information
Resource Description
查询流量计-土地组的年度价格阶梯数据
CommonOperationResultWithTagOfIEnumerableOfAgentWateringRelationShipPriceTableItem| Name | Description | Type | Additional information | 
|---|---|---|---|
| errcode | integer | None. | |
| errmsg | string | None. | |
| tag | Collection of AgentWateringRelationShipPriceTableItem | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": [
    {
      "SerialId": 1,
      "LandGroupId": 2,
      "YearCode": "sample string 3",
      "StepCode": 64,
      "StepAmount": 5.0,
      "Price": 6.0
    },
    {
      "SerialId": 1,
      "LandGroupId": 2,
      "YearCode": "sample string 3",
      "StepCode": 64,
      "StepAmount": 5.0,
      "Price": 6.0
    }
  ]
}
        application/xml, text/xml
            Sample:
        
<CommonOperationResultWithTagOfArrayOfAgentWateringRelationShipPriceTableItemwlCnhfv3 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:AgentWateringRelationShipPriceTableItem>
      <d2p1:LandGroupId>2</d2p1:LandGroupId>
      <d2p1:Price>6</d2p1:Price>
      <d2p1:SerialId>1</d2p1:SerialId>
      <d2p1:StepAmount>5</d2p1:StepAmount>
      <d2p1:StepCode>64</d2p1:StepCode>
      <d2p1:YearCode>sample string 3</d2p1:YearCode>
    </d2p1:AgentWateringRelationShipPriceTableItem>
    <d2p1:AgentWateringRelationShipPriceTableItem>
      <d2p1:LandGroupId>2</d2p1:LandGroupId>
      <d2p1:Price>6</d2p1:Price>
      <d2p1:SerialId>1</d2p1:SerialId>
      <d2p1:StepAmount>5</d2p1:StepAmount>
      <d2p1:StepCode>64</d2p1:StepCode>
      <d2p1:YearCode>sample string 3</d2p1:YearCode>
    </d2p1:AgentWateringRelationShipPriceTableItem>
  </tag>
</CommonOperationResultWithTagOfArrayOfAgentWateringRelationShipPriceTableItemwlCnhfv3>
        application/bson
            Sample:
Binary JSON content. See http://bsonspec.org for details.