Click or drag to resize

IOperationServiceDeleteKitchenOrderItems Method

Deletes all items in external kitchen order associated with external order identifier.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void DeleteKitchenOrderItems(
	Guid baseOrderId
)

Parameters

baseOrderId
Type: SystemGuid
External order identifier.
See Also