IOperationServiceGetOrders Method |
Returns orders list.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax IReadOnlyList<IOrder> GetOrders(
bool includeDeleted = false,
bool excludeDeliveryOrders = false
)
Parameters
- includeDeleted (Optional)
- Type: SystemBoolean
Whether to include deleted orders in the result. Deleted order has the order status Deleted. Default value is false.
- excludeDeliveryOrders (Optional)
- Type: SystemBoolean
Whether to exclude delivery orders from the result. The default is false.
Return Value
Type:
IReadOnlyListIOrderSee Also