GET api/Room/GetSelectRoom?communityId={communityId}&txtSearch={txtSearch}&pageIndex={pageIndex}&pageSize={pageSize}
获取房屋信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| communityId | string |
Required |
|
| txtSearch |
查询 例如:1-1-1001 即1栋1单元1001室 |
string |
Required |
| pageIndex |
页码 |
integer |
Required |
| pageSize |
每页显示多少条 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfListOfGetSelectRoomResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of GetSelectRoomResponseModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"Id": "sample string 1",
"RoomName": "sample string 2"
},
{
"Id": "sample string 1",
"RoomName": "sample string 2"
}
]
}