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.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeDeliveryCourier(
	bool isCourierSelectedManually,
	IDeliveryOrderStub order,
	IUser courier
)

Parameters

isCourierSelectedManually
Type: SystemBoolean
Is courier selected manually and can't be replaced with automatic logistic system
order
Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to assign courier.
courier
Type: Resto.Front.Api.Data.SecurityIUser
Courier to assign to delivery.
See Also