GET api/MeterRead/GetBuildInfoSelectByTaskId?communityId={communityId}&taskId={taskId}&personTaskId={personTaskId}
根据任务id获取楼栋信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| communityId | string |
Required |
|
| taskId | string |
Required |
|
| personTaskId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfListOfRoomInfoSelectModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of RoomInfoSelectModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"Id": "sample string 1",
"Name": "sample string 2"
},
{
"Id": "sample string 1",
"Name": "sample string 2"
}
]
}