Click or drag to resize

IOperationServiceComplexAddOrUpdateKitchenOrderAndItemsExternalData Method

Complex ExternalData update for the entire kitchen order. Allows you to bulk add or update ExternalData for an order and all its items.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ComplexAddOrUpdateKitchenOrderAndItemsExternalData(
	IKitchenOrder order,
	IDictionary<string, ExternalDataItem> orderExternalData,
	IDictionary<IKitchenOrderCookingItem, IDictionary<string, ExternalDataItem>> itemsExternalData
)

Parameters

order
Type: Resto.Front.Api.Data.KitchenIKitchenOrder
Order which external data and its items external data should be updated.
orderExternalData
Type: System.Collections.GenericIDictionaryString, ExternalDataItem
Updates for external data of order.
itemsExternalData
Type: System.Collections.GenericIDictionaryIKitchenOrderCookingItem, IDictionaryString, ExternalDataItem
Updates for external data of order items.
See Also