POST city/v3/ResidentRegistrationApp/StoriedUnifiedCollection
楼栋统一采集 [v5.0]
Request
URI Params
None.
Body Params
JMDJ_StoriedBuildUnitAppModel字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
Id |
单元编号 [Edit] |
integer |
None. |
StoriedBuildId |
楼栋编号 [Add、Edit] |
integer |
None. |
StoriedBuildName |
楼栋名称 |
string |
None. |
Code |
单元编码 |
string |
None. |
QrCodeId |
二维码编号 [Add、Edit] |
string |
None. |
Name |
名称 [Add、Edit] |
string |
None. |
CityId |
市Id |
integer |
None. |
CityName |
市名称 |
string |
None. |
CountyId |
县Id [Add、Edit] |
integer |
None. |
CountyName |
县名称 [Add、Edit] |
string |
None. |
TownId |
镇(街道)Id [Add、Edit] |
integer |
None. |
TownName |
镇(街道)名称 [Add、Edit] |
string |
None. |
VillageId |
村(社区)Id [Add、Edit] |
integer |
None. |
VillageName |
村(社区)名称 [Add、Edit] |
string |
None. |
WorkGridId |
工作网格编号 [Add、Edit] |
integer |
None. |
WorkGridName |
工作网格名称 [Add、Edit] |
string |
None. |
BaseGridId |
基础网格Id [Add、Edit] |
integer |
None. |
HEId |
小区/村组Id [Add、Edit] |
integer |
None. |
HEName |
小区/村组名称 [Add、Edit] |
string |
None. |
CommunityType |
小区/村组类型 |
EnumCommunityType |
None. |
CommunityTypeDesc |
小区/村组类型描述 |
string |
None. |
State |
楼栋状态 |
EnumStoriedBuildState |
None. |
StateDesc |
楼栋状态描述 |
string |
None. |
PasteLocationImgs |
粘贴位置图片 [Add、Edit] |
Collection of string |
None. |
EnvironmentImgs |
周边环境图片 [Add、Edit] |
Collection of string |
None. |
StartLayer |
起始层 [Add、Edit] |
integer |
None. |
TopLayer |
最高层 [Add、Edit] |
integer |
None. |
HousCount |
房屋数量 [Add、Edit] |
integer |
None. |
BindingGridMember |
绑定网格员 [Add、Edit] |
integer |
None. |
Address |
详细地址 |
string |
None. |
Range |
经纬度 [Add、Edit] |
RangeWWModel |
None. |
BuildingLeader |
楼栋长 [Add、Edit] |
string |
None. |
BuildingLeaderPhone |
楼栋长电话 [Add、Edit] |
string |
None. |
Request Formats
application/json, text/json
{ "Id": "1", "StoriedBuildId": "2", "StoriedBuildName": "sample string 3", "Code": "sample string 4", "QrCodeId": "sample string 5", "Name": "sample string 6", "CityId": "7", "CityName": "sample string 8", "CountyId": "9", "CountyName": "sample string 10", "TownId": "11", "TownName": "sample string 12", "VillageId": "13", "VillageName": "sample string 14", "WorkGridId": "15", "WorkGridName": "sample string 16", "BaseGridId": "17", "HEId": "18", "HEName": "sample string 19", "CommunityType": "1", "CommunityTypeDesc": "封闭小区", "State": "1", "StateDesc": "禁用", "PasteLocationImgs": [ "sample string 1", "sample string 2" ], "EnvironmentImgs": [ "sample string 1", "sample string 2" ], "StartLayer": 20, "TopLayer": 21, "HousCount": 22, "BindingGridMember": "23", "Address": "sample string 24", "Range": { "Longitude": 1.1, "Latitude": 2.1 }, "BuildingLeader": "sample string 25", "BuildingLeaderPhone": "sample string 26" }
application/x-www-form-urlencoded
Response
APITResultOfJMDJ_StoriedBuildUnitAppModel字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
Data | JMDJ_StoriedBuildUnitAppModel |
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
{ "Data": { "Id": "1", "StoriedBuildId": "2", "StoriedBuildName": "sample string 3", "Code": "sample string 4", "QrCodeId": "sample string 5", "Name": "sample string 6", "CityId": "7", "CityName": "sample string 8", "CountyId": "9", "CountyName": "sample string 10", "TownId": "11", "TownName": "sample string 12", "VillageId": "13", "VillageName": "sample string 14", "WorkGridId": "15", "WorkGridName": "sample string 16", "BaseGridId": "17", "HEId": "18", "HEName": "sample string 19", "CommunityType": "1", "CommunityTypeDesc": "封闭小区", "State": "1", "StateDesc": "禁用", "PasteLocationImgs": [ "sample string 1", "sample string 2" ], "EnvironmentImgs": [ "sample string 1", "sample string 2" ], "StartLayer": 20, "TopLayer": 21, "HousCount": 22, "BindingGridMember": "23", "Address": "sample string 24", "Range": { "Longitude": 1.1, "Latitude": 2.1 }, "BuildingLeader": "sample string 25", "BuildingLeaderPhone": "sample string 26" }, "Ret": 1, "ErrCode": 2, "Msg": "sample string 3", "SeqId": 4, "InfoMsg": "sample string 5" }