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.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void ComplexAddOrUpdateKitchenOrderAndItemsExternalData(
	IKitchenOrder order,
	IDictionary<string, ExternalDataItem> orderExternalData,
	IDictionary<IKitchenOrderCookingItem, IDictionary<string, ExternalDataItem>> itemsExternalData
)

Parameters

order  IKitchenOrder
Order which external data and its items external data should be updated.
orderExternalData  IDictionaryString, ExternalDataItem
Updates for external data of order.
itemsExternalData  IDictionaryIKitchenOrderCookingItem, IDictionaryString, ExternalDataItem
Updates for external data of order items.
See Also