IEditSessionChangeDeliveryExternalCourier Method |
Changes external courier for delivery.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax void ChangeDeliveryExternalCourier(
string courierName,
string courierPhone,
string courierComment,
IDeliveryOrderStub order
)
Parameters
- courierName
- Type: SystemString
External courier service id. - courierPhone
- Type: SystemString
External courier service name. - courierComment
- Type: SystemString
External courier service name. - order
- Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to assign external courier service holder.
See Also