Click or drag to resize

IEditSessionChangeDeliveryCourier Method

Assign/Change the order courier. Can use this action only before the order is to be delivered.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void ChangeDeliveryCourier(
	bool isCourierSelectedManually,
	IDeliveryOrderStub order,
	IUser courier
)

Parameters

isCourierSelectedManually  Boolean
Is courier selected manually and can't be replaced with automatic logistic system
order  IDeliveryOrderStub
Order to assign courier.
courier  IUser
Courier to assign to delivery.
See Also