GET city/v3/ResidentRegistrationH5/GetHouseAndMyResidents?housid={housid}
获取房屋信息及微信侧该下居民自己填写的居民列表(最新)
Request
URI Params
字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
housid |
房屋id |
integer |
Required |
Body Params
None.
Response
APITResultOfPersonalInfoReportH5Model字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
Data | PersonalInfoReportH5Model |
None. |
|
Ret |
返回结果(0-成功;>0-失败) ret=0 成功返回/ret=1 参数错误/ret=2 频率受限 /ret=3 Token无效 /ret=4 服务器内部错误 /ret=5 用户操作错误 / ret=6 停机维护 / ret=7 身份失效 |
integer |
None. |
ErrCode |
错误代码,因功能而异 |
integer |
None. |
Msg |
返回信息 |
string |
None. |
SeqId |
请求序列 |
integer |
None. |
InfoMsg |
API附加信息 |
string |
None. |
application/json, text/json
Sample:
{ "Data": { "BaseInfo": { "ID": "1", "OpenId": "sample string 2", "Name": "sample string 3", "CityID": "4", "CountyID": "5", "CountyName": "sample string 6", "TownID": "7", "TownName": "sample string 8", "VillageID": "9", "VillageName": "sample string 10", "BaseGridID": "11", "HEName": "sample string 12", "StoriedBuildName": "sample string 13", "StoriedBuildUnitCode": "sample string 14", "StoriedBuildUnitId": "15", "StoriedBuildUnitName": "sample string 16", "HousNo": "sample string 17", "Floor": 18, "GridWorkID": "19", "GridWorkName": "sample string 20", "CommunityType": "1", "CommunityTypeDec": "封闭小区", "RegistrationTime": "sample string 21", "Address": "sample string 22" }, "ResidentInfoList": [ { "ID": "1", "Name": "sample string 2", "Sex": "sample string 3", "SexDesc": "sample string 4", "Birthday": "2025-05-22", "Age": 0, "Phone": "sample string 6", "LST": "1", "LiveSignTypeDesc": "已搬离", "ResidentialType": "1", "ResidentialTypeDesc": "业主", "DocumentType": "111", "DocumentTypeDesc": "居民身份证", "IdCard": "sample string 8", "PersonnelType": "1", "PersonnelTypeDesc": "户籍人口", "Nationality": "sample string 9", "NationalityDesc": "sample string 10", "StartTime": "sample string 11", "EndTime": "sample string 12", "Creator": "sample string 13", "CTime": "sample string 14", "Modifitor": "sample string 15", "MTime": "sample string 16", "SubmitName": "sample string 17", "SubmitTime": "sample string 18", "CheckName": "sample string 19", "CheckTime": "sample string 20", "VerificationType": "1", "VerificationTypeDesc": "待提交", "IsVerificationRecordsBtn": true, "IsDidNotLiveBtn": true, "IsConfirmBtn": true, "IsEditorBtn": true, "IsVerifyBtn": true }, { "ID": "1", "Name": "sample string 2", "Sex": "sample string 3", "SexDesc": "sample string 4", "Birthday": "2025-05-22", "Age": 0, "Phone": "sample string 6", "LST": "1", "LiveSignTypeDesc": "已搬离", "ResidentialType": "1", "ResidentialTypeDesc": "业主", "DocumentType": "111", "DocumentTypeDesc": "居民身份证", "IdCard": "sample string 8", "PersonnelType": "1", "PersonnelTypeDesc": "户籍人口", "Nationality": "sample string 9", "NationalityDesc": "sample string 10", "StartTime": "sample string 11", "EndTime": "sample string 12", "Creator": "sample string 13", "CTime": "sample string 14", "Modifitor": "sample string 15", "MTime": "sample string 16", "SubmitName": "sample string 17", "SubmitTime": "sample string 18", "CheckName": "sample string 19", "CheckTime": "sample string 20", "VerificationType": "1", "VerificationTypeDesc": "待提交", "IsVerificationRecordsBtn": true, "IsDidNotLiveBtn": true, "IsConfirmBtn": true, "IsEditorBtn": true, "IsVerifyBtn": true } ] }, "Ret": 1, "ErrCode": 2, "Msg": "sample string 3", "SeqId": 4, "InfoMsg": "sample string 5" }