Click or drag to resize

IOperationServiceGetDeliveryOrders Method

Returns delivery orders.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IReadOnlyList<IDeliveryOrder> GetDeliveryOrders(
	bool includeDeleted = false
)

Parameters

includeDeleted  Boolean  (Optional)
Whether to include deleted delivery orders in the result. Deleted delivery order has the order status Deleted except for delivery status Cancelled. Default value is false.

Return Value

IReadOnlyListIDeliveryOrder
See Also