IOperationServiceGetOrders Method |
Returns orders list.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxIReadOnlyList<IOrder> GetOrders(
bool includeDeleted = false,
bool excludeDeliveryOrders = false
)
Parameters
- includeDeleted Boolean (Optional)
-
Whether to include deleted orders in the result. Deleted order has the order status Deleted. Default value is false.
- excludeDeliveryOrders Boolean (Optional)
-
Whether to exclude delivery orders from the result. The default is false.
Return Value
IReadOnlyListIOrder
See Also