IOperationServiceCancelNewDelivery Method |
Cancels new delivery.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid CancelNewDelivery(
IDeliveryOrder delivery,
IDeliveryCancelCause cancelCause,
string cancelComment,
ICredentials credentials
)
Parameters
- delivery IDeliveryOrder
-
Delivery to cancel
- cancelCause IDeliveryCancelCause
-
Cause of cancelling delivery
- cancelComment String
-
Comment to the delivery cancellation.
- credentials ICredentials
-
The credentials returned by AuthenticateByPin(String) method.
See Also