GET api/Room/GetRoomTotal?roomid={roomid}&communityid={communityid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| roomid | string |
Required |
|
| communityid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfRoomTotalViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | RoomTotalViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"CarPort": 1,
"Car": 2,
"Payable": "sample string 3",
"RoomOwner": 4,
"CustomNews": 5,
"Urgecharge": 6
}
}