POST API/Resident/SetMyRoomBindResident
业主给自己是户主的房子下添加家属和租户
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| param |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Tel": "sample string 2",
"ResidentType": 3,
"RoomId": "sample string 4",
"Leasedates": "2025-11-05T23:36:32.2976258+08:00",
"Leasedatee": "2025-11-05T23:36:32.2976258+08:00",
"CurrentLoginUserId": "sample string 7"
}
application/xml, text/xml
Sample:
<ApiAddResident xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models"> <CurrentLoginUserId>sample string 7</CurrentLoginUserId> <Leasedatee>2025-11-05T23:36:32.2976258+08:00</Leasedatee> <Leasedates>2025-11-05T23:36:32.2976258+08:00</Leasedates> <Name>sample string 1</Name> <ResidentType>3</ResidentType> <RoomId>sample string 4</RoomId> <Tel>sample string 2</Tel> </ApiAddResident>
application/x-www-form-urlencoded
Sample:
Sample not available.