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