POST services/api/rest/v1/Get_Table_ByRoomId
Request Information
URI Parameters
None.
Body Parameters
RoomId_RestBasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestedList | RestBasicFilter |
None. |
|
| RoomId | integer |
None. |
|
| DayOpenId | integer |
None. |
|
| IsPreviousDayOpenId | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"RequestedList": {
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"LocationId": 4,
"Type": 5
},
"RoomId": 1,
"DayOpenId": 2,
"IsPreviousDayOpenId": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of RestTable_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RoomId | integer |
None. |
|
| Caption | string |
None. |
|
| Position | string |
None. |
|
| ImagePath | string |
None. |
|
| NoofChairs | integer |
None. |
|
| LocId | integer |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"RoomId": 2,
"Caption": "sample string 3",
"Position": "sample string 4",
"ImagePath": "sample string 5",
"NoofChairs": 1,
"LocId": 6,
"UserId": 1
},
{
"Id": 1,
"RoomId": 2,
"Caption": "sample string 3",
"Position": "sample string 4",
"ImagePath": "sample string 5",
"NoofChairs": 1,
"LocId": 6,
"UserId": 1
}
]