POST services/api/rest/v1/Get_Room_ByType
Request Information
URI Parameters
None.
Body Parameters
RestBasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | integer |
None. |
|
| FiterText | string |
None. |
|
| Limit | integer |
None. |
|
| LocationId | integer |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"LocationId": 4,
"Type": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of RestRoom_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Size | string |
None. |
|
| Position | string |
None. |
|
| Description | string |
None. |
|
| ImagePath | string |
None. |
|
| LocId | integer |
None. |
|
| UserId | integer |
None. |
|
| RoomType | integer |
None. |
|
| SPLId | integer |
None. |
|
| Height | string |
None. |
|
| Width | string |
None. |
|
| Image | string |
None. |
|
| Style | string |
None. |
|
| IsShow | boolean |
None. |
|
| ItemLevelId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"Size": "sample string 3",
"Position": "sample string 4",
"Description": "sample string 5",
"ImagePath": "sample string 6",
"LocId": 7,
"UserId": 8,
"RoomType": 9,
"SPLId": 10,
"Height": "sample string 11",
"Width": "sample string 12",
"Image": "sample string 13",
"Style": "sample string 14",
"IsShow": true,
"ItemLevelId": 16
},
{
"Id": 1,
"Name": "sample string 2",
"Size": "sample string 3",
"Position": "sample string 4",
"Description": "sample string 5",
"ImagePath": "sample string 6",
"LocId": 7,
"UserId": 8,
"RoomType": 9,
"SPLId": 10,
"Height": "sample string 11",
"Width": "sample string 12",
"Image": "sample string 13",
"Style": "sample string 14",
"IsShow": true,
"ItemLevelId": 16
}
]