GET api/Agent/MicroApp/LeaderRequest/Detail/ById?grouprequestid={grouprequestid}
依据请求ID,查询该申请的土地清单明细
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| grouprequestid |
申请ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
依据请求ID,查询该申请的土地清单明细
CommonOperationResultWithTagOfIEnumerableOfAgentMicroAppGroupRequestDetailItem| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of AgentMicroAppGroupRequestDetailItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": [
{
"GroupRequestId": 1,
"FarmerId": 2,
"LandArea": 3.0,
"LandName": "sample string 4",
"WaterWeight": 5,
"LandType": "sample string 6",
"FarmerName": "sample string 7",
"Mobile": "sample string 8"
},
{
"GroupRequestId": 1,
"FarmerId": 2,
"LandArea": 3.0,
"LandName": "sample string 4",
"WaterWeight": 5,
"LandType": "sample string 6",
"FarmerName": "sample string 7",
"Mobile": "sample string 8"
}
]
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfAgentMicroAppGroupRequestDetailItemuEShfYtI 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.MicroApp">
<d2p1:AgentMicroAppGroupRequestDetailItem>
<d2p1:FarmerId>2</d2p1:FarmerId>
<d2p1:FarmerName>sample string 7</d2p1:FarmerName>
<d2p1:GroupRequestId>1</d2p1:GroupRequestId>
<d2p1:LandArea>3</d2p1:LandArea>
<d2p1:LandName>sample string 4</d2p1:LandName>
<d2p1:LandType>sample string 6</d2p1:LandType>
<d2p1:Mobile>sample string 8</d2p1:Mobile>
<d2p1:WaterWeight>5</d2p1:WaterWeight>
</d2p1:AgentMicroAppGroupRequestDetailItem>
<d2p1:AgentMicroAppGroupRequestDetailItem>
<d2p1:FarmerId>2</d2p1:FarmerId>
<d2p1:FarmerName>sample string 7</d2p1:FarmerName>
<d2p1:GroupRequestId>1</d2p1:GroupRequestId>
<d2p1:LandArea>3</d2p1:LandArea>
<d2p1:LandName>sample string 4</d2p1:LandName>
<d2p1:LandType>sample string 6</d2p1:LandType>
<d2p1:Mobile>sample string 8</d2p1:Mobile>
<d2p1:WaterWeight>5</d2p1:WaterWeight>
</d2p1:AgentMicroAppGroupRequestDetailItem>
</tag>
</CommonOperationResultWithTagOfArrayOfAgentMicroAppGroupRequestDetailItemuEShfYtI>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.