GET api/Room/GetRoomFitmentTypeTotalByCommunityId?communityid={communityid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| communityid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfListOfRoomFitmentTypeTotalViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of RoomFitmentTypeTotalViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"RoomType": 1,
"RoomTypeTitle": "sample string 2",
"MaoPi": 3,
"YiZhuangXiu": 4,
"Other": 5
},
{
"RoomType": 1,
"RoomTypeTitle": "sample string 2",
"MaoPi": 3,
"YiZhuangXiu": 4,
"Other": 5
}
]
}