GET api/Room/GetSelectRoomOwner?communityId={communityId}&roomId={roomId}
获取房屋下的业主
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| communityId | string |
Required |
|
| roomId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfListOfGetSelectRoomOwnerResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of GetSelectRoomOwnerResponseModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"Id": "sample string 1",
"Name": "sample string 2",
"Tel": "sample string 3"
},
{
"Id": "sample string 1",
"Name": "sample string 2",
"Tel": "sample string 3"
}
]
}