POST services/api/rest/v1/Get_Table_ByOrders
Request Information
URI Parameters
None.
Body Parameters
Id_RestBasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestedList | RestBasicFilter |
None. |
|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RequestedList": {
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"LocationId": 4,
"Type": 5
},
"Id": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of RestTableOrder_List| Name | Description | Type | Additional information |
|---|---|---|---|
| RoomId | integer |
None. |
|
| TableId | integer |
None. |
|
| Caption | string |
None. |
|
| OrderCount | integer |
None. |
|
| NoofChairs | integer |
None. |
|
| InvNo | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RoomId": 1,
"TableId": 2,
"Caption": "sample string 3",
"OrderCount": 4,
"NoofChairs": 5,
"InvNo": 6
},
{
"RoomId": 1,
"TableId": 2,
"Caption": "sample string 3",
"OrderCount": 4,
"NoofChairs": 5,
"InvNo": 6
}
]