IEditSessionChangeDeliveryActualDeliverTime Method |
Change time when the order was actually delivered.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeDeliveryActualDeliverTime(
DateTime? actualDeliverTime,
IDeliveryOrderStub order
)
Parameters
- actualDeliverTime
- Type: SystemNullableDateTime
Actual deliver time - order
- Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change status.
See Also