Deletes order item that is already printed. User must have rights to edit orders.
Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
void DeletePrintedOrderItemProduct( string comment, IRemovalType removalType, IOrderStub order, IOrderItemProductStub orderItemProduct )
Parameters
- comment
- Type: SystemString
Comment to the charge-off. Max length - 255 chars. - removalType
- Type: Resto.Front.Api.V3.Data.OrdersIRemovalType
Object that describes how item should be charged-off. - order
- Type: Resto.Front.Api.V3.EditorsIOrderStub
Order that contains the item to be removed. - orderItemProduct
- Type: Resto.Front.Api.V3.EditorsIOrderItemProductStub
Order item to be removed. Item must be printed.
See Also