文档
测试

关联分户列表

POST
http://**/owner/rightPerson/listAllPerson

请求头

参数名
类型
描述
必填
token
String
token
必填

请求参数

参数名
类型
描述
必填
personId
int
人员标识
必填

响应参数

参数名
类型
描述
必填
res
int
示例:0
必填
msg
string
示例:操作成功!
必填
data
array
数据列表
必填
id
int
示例:93
必填
projectId
int
示例:6
必填
measureNum
string
测绘编号
必填
protocolNum
string
协议编号
必填
community
string
示例:设别
必填
houseNum
string
示例:h101002
必填
affiliatedGroundInfo
array
数据列表
必填
groundText
string
地块信息
必填
groundBuildingRelations
array
数据列表
必填
id
int
示例:267
必填
groundId
int
示例:18
必填
groundName
string
示例:豪华地块a
必填
buildingId
int
示例:93
必填
projectBuildingareaVersions
array
版本数据
必填
id
int
示例:8
必填
projectId
int
示例:6
必填
versionType
int
示例:2
必填
versionName
string
版本名称
必填
viewAble
int
示例:2
必填
editAble
int
示例:1
必填
importVersionId
object
示例:null
必填
createBy
int
示例:1
必填
createByVal
object
示例:null
必填
createTime
string
示例:2020-07-15T01:44:23.000+0000
必填
createTimeVal
string
示例:2020-07-15
必填
buildingAreaInfos
array
数据列表
必填
buildingFloorsAreas
array
数据列表
必填
buildingAttachs
array
数据列表
必填
address
string
示例:深圳
必填
ownershipProperty
int
示例:14
必填
ownershipPropertyVal
string
示例:公房
必填
isPapers
int
示例:1
必填
rightTypeId
int
示例:32
必填
rightTypeVal
string
示例:危房鉴定证明(属于危房的需提供)
必填
rightRegisterCertificateNum
string
示例:
必填
examineBookResult
int
示例:1
必填
examineBookResultVal
object
示例:null
必填
houseUse
int
示例:87
必填
houseUseVal
object
示例:null
必填
createTime
string
示例:2020-07-16T11:47:44.000+0000
必填
cond
object
示例:null
必填
floorsInfo
object
示例:null
必填
attachInfo
object
示例:null
必填
houseStructure
object
示例:null
必填
houseStructureVal
object
示例:null
必填
houseFloors
object
示例:null
必填
houseBuildingAred
object
示例:null
必填
houseBaseAred
object
示例:null
必填
houseBattlegroundAred
object
示例:null
必填
replySpaceArea
object
示例:null
必填
nowMoveBackArea
object
示例:null
必填
moveBackHomeArea
object
示例:null
必填
materialsExceedArea
object
示例:null
必填
substitutionArea
object
示例:null
必填
purchaseIndicatorArea
object
示例:null
必填
buildingDoc
array
数据列表
必填
buildingDocInfo
object
示例:null
必填

说明 / 示例

``` { "res": 0, "msg": "操作成功!", "data": [ { "id": 93, "projectId": 6, "measureNum": "m13", "protocolNum": "p10002", "community": "设别", "houseNum": "h101002", "affiliatedGroundInfo": [ 18 ], "groundText": "豪华地块a", "groundBuildingRelations": [ { "id": 267, "groundId": 18, "groundName": "豪华地块a", "buildingId": 93 } ], "projectBuildingareaVersions": [], "address": "深圳", "ownershipProperty": 14, "ownershipPropertyVal": "公房", "isPapers": 1, "rightTypeId": 32, "rightTypeVal": "危房鉴定证明(属于危房的需提供)", "rightRegisterCertificateNum": " ", "examineBookResult": 1, "examineBookResultVal": null, "houseUse": 87, "houseUseVal": null, "createTime": "2020-07-16T11:47:44.000+0000", "cond": null, "floorsInfo": null, "attachInfo": null, "houseStructure": null, "houseStructureVal": null, "houseFloors": null, "houseBuildingAred": null, "houseBaseAred": null, "houseBattlegroundAred": null, "replySpaceArea": null, "nowMoveBackArea": null, "moveBackHomeArea": null, "materialsExceedArea": null, "substitutionArea": null, "purchaseIndicatorArea": null, "buildingDoc": [], "buildingDocInfo": null } ] } ```