{
"address": "北京中路999号",
"backIdCardImage": "PDF文件,大小不超过5MB",
"communityId": 2023052267100146,
"contractImages": "请上传不超过十张购房合同图片",
"floorName": "1栋",
"frontIdCardImage": "PDF文件,大小不超过5MB",
"fundIsPaid": "否",
"idCard": 111222333444556560,
"link": 13452452141,
"name": "Jungle",
"objId": 772023061990825000,
"roomNum": 1001,
"taxIsPaid": "否",
"unitNum": 1
}
curl --location --request POST '/j5-community/property/add-property' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "北京中路999号",
"backIdCardImage": "PDF文件,大小不超过5MB",
"communityId": 2023052267100146,
"contractImages": "请上传不超过十张购房合同图片",
"floorName": "1栋",
"frontIdCardImage": "PDF文件,大小不超过5MB",
"fundIsPaid": "否",
"idCard": 111222333444556560,
"link": 13452452141,
"name": "Jungle",
"objId": 772023061990825000,
"roomNum": 1001,
"taxIsPaid": "否",
"unitNum": 1
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}