POST services/api/rest/v1/Get_RoomTable_ByInvNo
Request Information
URI Parameters
None.
Body Parameters
RestRoomTable_Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| InvNo | integer |
None. |
|
| LocationId | integer |
None. |
|
| DayOpenId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvNo": 1,
"LocationId": 2,
"DayOpenId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestSalesRoomTable_List| Name | Description | Type | Additional information |
|---|---|---|---|
| RoomType | integer |
None. |
|
| TableData | RestTable_Master |
None. |
|
| RoomData | RestRoom_Master |
None. |
|
| HoldFlag | boolean |
None. |
|
| LocationId | integer |
None. |
|
| InvNo | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"RoomType": 1,
"TableData": {
"Id": 1,
"RoomId": 2,
"Caption": "sample string 3",
"Position": "sample string 4",
"ImagePath": "sample string 5",
"NoofChairs": 1,
"LocId": 6,
"UserId": 1
},
"RoomData": {
"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
},
"HoldFlag": true,
"LocationId": 3,
"InvNo": 4
}