Last Updated on : 2023-06-21 07:13:11download
Create a relationship between a resident and a house, such as the resident type and house information. A relationship ID is returned.
POST: /v1.0/iot-02/community/room-user
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
block_id | String | true | The ID of a community. | |
householder_id | String | true | The ID of a resident. | |
room_user_type | String | true | The type of resident.
| |
tree_id | String | true | The space ID of a specified house node. | |
expire_date | String | false | The validity period. An empty value indicates that it is permanently valid. |
Parameter name | Type | Description |
---|---|---|
result | HighwayRoomUserOperateResponse |
Description of result
Parameter name | Type | Description |
---|---|---|
room_user_id | String | The ID of the relationship between a resident and a house. |
success | Boolean | Indicates whether the operation is successful. |
operation | String | Error cause.
|
POST: /v1.0/iot-02/community/room-user
{
"block_id": "138258104436502xxxx",
"room_user_type": "FAMILY",
"householder_id": "138258104436502xxxx",
"expire_date": 1621587021161,
"tree_id": "138258404436502xxxx"
}
{
"room_user_id": "136767399153950xxxx",
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback