GET api/Farmer/MicroApp/LandGroup/YearlyBill/Detail?yearcode={yearcode}
根据年度和组长ID查询组的年度账单明细。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
yearcode |
年度 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
根据年度和组长ID查询组的年度账单明细。
CommonOperationResultWithTagOfIEnumerableOfPlatformFarmerLandGroupYearlyBillDetailItemName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of PlatformFarmerLandGroupYearlyBillDetailItem |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": [ { "YearCode": "sample string 1", "LandGroupId": 2, "LandGroupName": "sample string 3", "SerialId": 4, "DeviceAddress": "sample string 5", "ShaftNum": "sample string 6", "WateringAdmin": "sample string 7", "WateringCount": 8, "TotalConsumeVolumn": 9.0, "PriceDesc": "sample string 10", "CalSummary": 11.0, "CaculatedWateringTimes": 12, "NoCaculatedWateringTimes": 13, "ReceivedSummary": 14.0, "BalanceSummary": 15.0 }, { "YearCode": "sample string 1", "LandGroupId": 2, "LandGroupName": "sample string 3", "SerialId": 4, "DeviceAddress": "sample string 5", "ShaftNum": "sample string 6", "WateringAdmin": "sample string 7", "WateringCount": 8, "TotalConsumeVolumn": 9.0, "PriceDesc": "sample string 10", "CalSummary": 11.0, "CaculatedWateringTimes": 12, "NoCaculatedWateringTimes": 13, "ReceivedSummary": 14.0, "BalanceSummary": 15.0 } ] }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfPlatformFarmerLandGroupYearlyBillDetailItemwlCnhfv3 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:PlatformFarmerLandGroupYearlyBillDetailItem> <d2p1:BalanceSummary>15</d2p1:BalanceSummary> <d2p1:CaculatedWateringTimes>12</d2p1:CaculatedWateringTimes> <d2p1:CalSummary>11</d2p1:CalSummary> <d2p1:DeviceAddress>sample string 5</d2p1:DeviceAddress> <d2p1:LandGroupId>2</d2p1:LandGroupId> <d2p1:LandGroupName>sample string 3</d2p1:LandGroupName> <d2p1:NoCaculatedWateringTimes>13</d2p1:NoCaculatedWateringTimes> <d2p1:PriceDesc>sample string 10</d2p1:PriceDesc> <d2p1:ReceivedSummary>14</d2p1:ReceivedSummary> <d2p1:SerialId>4</d2p1:SerialId> <d2p1:ShaftNum>sample string 6</d2p1:ShaftNum> <d2p1:TotalConsumeVolumn>9</d2p1:TotalConsumeVolumn> <d2p1:WateringAdmin>sample string 7</d2p1:WateringAdmin> <d2p1:WateringCount>8</d2p1:WateringCount> <d2p1:YearCode>sample string 1</d2p1:YearCode> </d2p1:PlatformFarmerLandGroupYearlyBillDetailItem> <d2p1:PlatformFarmerLandGroupYearlyBillDetailItem> <d2p1:BalanceSummary>15</d2p1:BalanceSummary> <d2p1:CaculatedWateringTimes>12</d2p1:CaculatedWateringTimes> <d2p1:CalSummary>11</d2p1:CalSummary> <d2p1:DeviceAddress>sample string 5</d2p1:DeviceAddress> <d2p1:LandGroupId>2</d2p1:LandGroupId> <d2p1:LandGroupName>sample string 3</d2p1:LandGroupName> <d2p1:NoCaculatedWateringTimes>13</d2p1:NoCaculatedWateringTimes> <d2p1:PriceDesc>sample string 10</d2p1:PriceDesc> <d2p1:ReceivedSummary>14</d2p1:ReceivedSummary> <d2p1:SerialId>4</d2p1:SerialId> <d2p1:ShaftNum>sample string 6</d2p1:ShaftNum> <d2p1:TotalConsumeVolumn>9</d2p1:TotalConsumeVolumn> <d2p1:WateringAdmin>sample string 7</d2p1:WateringAdmin> <d2p1:WateringCount>8</d2p1:WateringCount> <d2p1:YearCode>sample string 1</d2p1:YearCode> </d2p1:PlatformFarmerLandGroupYearlyBillDetailItem> </tag> </CommonOperationResultWithTagOfArrayOfPlatformFarmerLandGroupYearlyBillDetailItemwlCnhfv3>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.