Click or drag to resize

IOperationServiceGetOrders Method

Returns orders list.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
IReadOnlyList<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