GET api/Farmer/MicroApp/LandGroup/YearlyBill/Summary?yearcode={yearcode}
根据年度和组长ID查询组的年度账单合计。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| yearcode |
年度 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
根据年度和组长ID查询组的年度账单合计。
CommonOperationResultWithTagOfPlatformFarmerLandGroupYearlyBillSummaryItem| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | PlatformFarmerLandGroupYearlyBillSummaryItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": {
"YearCode": "sample string 1",
"CalCaculate": 2.0,
"CalTotalVolumn": 3.0
}
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfPlatformFarmerLandGroupYearlyBillSummaryItemwlCnhfv3 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:CalCaculate>2</d2p1:CalCaculate>
<d2p1:CalTotalVolumn>3</d2p1:CalTotalVolumn>
<d2p1:YearCode>sample string 1</d2p1:YearCode>
</tag>
</CommonOperationResultWithTagOfPlatformFarmerLandGroupYearlyBillSummaryItemwlCnhfv3>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.