Click or drag to resize

IOperationServiceGetOrders Method

Returns orders list.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
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: IReadOnlyListIOrder
See Also