{
"commonTreeDto": {
"level": 0,
"allpath": "string",
"pid": "string",
"type": "string",
"name": "string",
"unitId": "string"
},
"resourcesName": "string",
"resourcesCode": "string",
"resourceTypeList": [
{
"id": "string"
}
],
"status": "string",
"orgType": [
"string"
],
"areaSort": "string",
"plotNumber": "string",
"businessType": "string",
"contractSituation": "string",
"rightEnsure": "string",
"firstArea": "string",
"endArea": "string"
}
curl --location --request POST 'api-oneImgManageResources/statisticalResources.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"commonTreeDto": {
"level": 0,
"allpath": "string",
"pid": "string",
"type": "string",
"name": "string",
"unitId": "string"
},
"resourcesName": "string",
"resourcesCode": "string",
"resourceTypeList": [
{
"id": "string"
}
],
"status": "string",
"orgType": [
"string"
],
"areaSort": "string",
"plotNumber": "string",
"businessType": "string",
"contractSituation": "string",
"rightEnsure": "string",
"firstArea": "string",
"endArea": "string"
}'
{
"data": {
"other": "string",
"entryTradingAreaPercentage": "string",
"neverArea": "string",
"idleResourcesPercentage": "string",
"idleResources": "string",
"entryTradingArea": "string",
"totalCollection": "string",
"neverAreaPercentage": "string",
"totalCount": "string",
"unusedLand": "string",
"contractedLand": "string",
"unoccupied": "string",
"totalContractAmount": "string",
"homestead": "string",
"performance": "string",
"notAreaAreaPercentage": "string",
"construction": "string",
"notArea": "string",
"agriculturalLand": "string",
"totalArea": "string"
},
"msg": "string",
"code": 0
}