GET api/Farmer/MicroApp/WateringRelationShip/LoadInfo/WithGroupLeader
加载农户小程序组管理中切换组时的信息展示
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
加载农户小程序组管理中切换组时的信息展示
CommonOperationResultWithTagOfIEnumerableOfFarmerAppGroupLeaderMeterAndGroupInfoName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of FarmerAppGroupLeaderMeterAndGroupInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": [ { "SerialId": 1, "LandGroupId": 2, "GroupName": "sample string 3", "FlowRate": 4.0, "RunningTradeId": 5, "ExpectNeedTime": 6.0, "WateringLandGroupId": 7 }, { "SerialId": 1, "LandGroupId": 2, "GroupName": "sample string 3", "FlowRate": 4.0, "RunningTradeId": 5, "ExpectNeedTime": 6.0, "WateringLandGroupId": 7 } ] }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfFarmerAppGroupLeaderMeterAndGroupInfowlCnhfv3 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:FarmerAppGroupLeaderMeterAndGroupInfo> <d2p1:ExpectNeedTime>6</d2p1:ExpectNeedTime> <d2p1:FlowRate>4</d2p1:FlowRate> <d2p1:GroupName>sample string 3</d2p1:GroupName> <d2p1:LandGroupId>2</d2p1:LandGroupId> <d2p1:RunningTradeId>5</d2p1:RunningTradeId> <d2p1:SerialId>1</d2p1:SerialId> <d2p1:WateringLandGroupId>7</d2p1:WateringLandGroupId> </d2p1:FarmerAppGroupLeaderMeterAndGroupInfo> <d2p1:FarmerAppGroupLeaderMeterAndGroupInfo> <d2p1:ExpectNeedTime>6</d2p1:ExpectNeedTime> <d2p1:FlowRate>4</d2p1:FlowRate> <d2p1:GroupName>sample string 3</d2p1:GroupName> <d2p1:LandGroupId>2</d2p1:LandGroupId> <d2p1:RunningTradeId>5</d2p1:RunningTradeId> <d2p1:SerialId>1</d2p1:SerialId> <d2p1:WateringLandGroupId>7</d2p1:WateringLandGroupId> </d2p1:FarmerAppGroupLeaderMeterAndGroupInfo> </tag> </CommonOperationResultWithTagOfArrayOfFarmerAppGroupLeaderMeterAndGroupInfowlCnhfv3>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.