Skip to content

功能概述

房产修改

接口访问

接口地址

property/house/edit

请求方式 Method

PUT

Header - Authorization Type : Bearer Token

属性类型长度必填默认值说明访问版本
tokenstring32true用户身份标识令牌-

请求参数

属性类型长度必填默认值说明
usersPropertyBuildingHouseIDint11true用户房产ID
codeint11true目标城市编码
floorint11true楼层
roomNumberint11true房号(可以是整层)
certificateAreaint11true产证面积(单位:平方米)
actualAreaint11true实际面积(单位:平方米)
sharedAreaint11true公摊面积(单位:平方米)
gardenAreaint11true花园面积(单位:平方米)
floorHeightint11true层高(单位:米)
totalRoomsint11true房间数
totalLivingRoomint11true客厅数
totalKitchenint11true厨房数
totalToiletint11true厕所数
totalBalconyint11true阳台数
rentint11true租金(单位:分)
rentalRangeint11true租金包含业务
depositTypeint11true押金类型 1. 押一 2. 押二 3. 押三
rentTypeint11true租金类型 1. 付一 2. 付二 3. 付3 4. 半年 5. 一年
contractPeriodint11true合同签约 1. 短租 2. 月租 3. 季度租 4.半年 5. 一年 6. 两年 7. 三年 8. 更长
faceint11true朝向 1.坐北朝南 2.坐南朝北 3.坐东朝西 4.坐西朝东 5.坐东南朝西北 6.坐东北朝西南 7.坐西北朝东南 8.坐西南朝东北
decorationSituationint11true装修情况 0.未知 1.毛坯 2.简单装修 3.精装修 4.豪华装修
coverImagestring255true封面图
houseConfigstring255true房屋配置json
constraintstring255true房屋限制json
descstring255true描述
propertyRightint11true产权 1.个人 2.他人 3.企业
propertyRightEntrustmentstring11true产权委托书
propertyOwnershipCertificatestring255true房产证地址
propertyUserNamestring11true权属人名称 权属人为个人时不为空
propertyCompanyNamestring11true权属集团名称 权属人为企业时不为空
propertyMobileint11true权属联系方式
propertyCertificateTypeint1true权属证件类型 1. 身份证 2. 护照 3. 军官证 4. 企业税号
propertyCertificatestring11true权属证件内容
propertyPositiveCardImagestring11true身份证正面照片地址
propertyObverseCardImagestring11true身份证反面照片地址
roomModeint1true房屋用途 0.未知 1.自用 2.出租 3.民宿
filesarrayfalse1文件数组
imagearrayfalse1图片数组
voicearrayfalse1视频数组
rentTimeUnitint11true租金时间单位 1.日 2.月 3.年
minimumLeaseTermint11true最短租期
leaseTermUnitint11true最短租期时间单位 1.日 2.月 3.年
rentalTypeint11true出租类型 1.整租 2.合租
checkInTimedatetrue可入住时间

返回示例

{
    "response": {
        "Code": "200",
        "Message": "Success"
    },
    "requestId": "97223860-17fd-4741-84c5-ed157de85cf3"
}