POST services/api/rest/v1/Get_Orders_ForAllType_Scheduled
Request Information
URI Parameters
None.
Body Parameters
DayOpenId_LocationId_IsPreviousDayOpenId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
|
| IsPreviousDayOpenId | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2,
"IsPreviousDayOpenId": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of RestOrdersForAllType_List| Name | Description | Type | Additional information |
|---|---|---|---|
| InvNo | integer |
None. |
|
| InvDate | date |
None. |
|
| InvTime | date |
None. |
|
| TotAmount | decimal number |
None. |
|
| CustomerName | string |
None. |
|
| Address | string |
None. |
|
| PhoneNo | string |
None. |
|
| TicketNo | string |
None. |
|
| TableNo | integer |
None. |
|
| TableSubNo | integer |
None. |
|
| RoomType | integer |
None. |
|
| OrderCount | integer |
None. |
|
| OrderStatus | integer |
None. |
|
| Waiter | string |
None. |
|
| TableName | string |
None. |
|
| Status | Collection of RestDeliveryStatus_Filter |
None. |
|
| IsPrePaid | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"InvNo": 1,
"InvDate": "2026-09-09T15:07:24.4096905+04:00",
"InvTime": "2026-09-09T15:07:24.4096905+04:00",
"TotAmount": 4.0,
"CustomerName": "sample string 5",
"Address": "sample string 6",
"PhoneNo": "sample string 7",
"TicketNo": "sample string 8",
"TableNo": 9,
"TableSubNo": 10,
"RoomType": 11,
"OrderCount": 12,
"OrderStatus": 13,
"Waiter": "sample string 14",
"TableName": "sample string 15",
"Status": [
{
"Id": 1,
"Name": "sample string 2",
"OrderType": 3,
"Status": true
},
{
"Id": 1,
"Name": "sample string 2",
"OrderType": 3,
"Status": true
}
],
"IsPrePaid": true
},
{
"InvNo": 1,
"InvDate": "2026-09-09T15:07:24.4096905+04:00",
"InvTime": "2026-09-09T15:07:24.4096905+04:00",
"TotAmount": 4.0,
"CustomerName": "sample string 5",
"Address": "sample string 6",
"PhoneNo": "sample string 7",
"TicketNo": "sample string 8",
"TableNo": 9,
"TableSubNo": 10,
"RoomType": 11,
"OrderCount": 12,
"OrderStatus": 13,
"Waiter": "sample string 14",
"TableName": "sample string 15",
"Status": [
{
"Id": 1,
"Name": "sample string 2",
"OrderType": 3,
"Status": true
},
{
"Id": 1,
"Name": "sample string 2",
"OrderType": 3,
"Status": true
}
],
"IsPrePaid": true
}
]