更新时间:2023-06-21 07:13:12下载pdf
本文介绍修改人房关系的 API。
修改人房关系,例如住户类型、房屋信息等,返回是否成功。
PUT: /v1.0/iot-02/community/room-user/{room_user_id}
body
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
room_user_id | String | true | 人房关系 ID | |
block_id | String | true | 小区ID | |
householder_id | String | true | 住户id | |
room_user_type | String | true | 住户类型:
| |
tree_id | String | true | 房屋treeId | |
expire_date | String | false | 有效期(年月日),为空代表长期 |
参数名 | 类型 | 说明 |
---|---|---|
result | Boolean | 是否成功 |
PUT: /v1.0/iot-02/community/room-user/139215249742181xxxx
{
"block_id": "138258104436502xxxx",
"room_user_type": "FAMILY",
"householder_id": "138258104436502xxxx",
"expire_date": 1621587021161,
"tree_id": "138258404436502xxxx"
}
true
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈