IEditSessionChangeDeliveryCourier Method |
Assign/Change the order courier. Can use this action only before the order is to be delivered.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid 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