IOperationServiceGetDeliveryOrders Method |
Returns delivery orders.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax IReadOnlyList<IDeliveryOrder> GetDeliveryOrders(
bool includeDeleted = false
)
Parameters
- includeDeleted (Optional)
- Type: SystemBoolean
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
Type:
IReadOnlyListIDeliveryOrderSee Also