Change time when delivery was actually delivered.
Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
void ChangeDeliveryActualDeliverTime( Nullable<DateTime> actualDeliverTime, IDeliveryStub delivery )
Parameters
- actualDeliverTime
- Type: SystemNullableDateTime
Actual deliver time - delivery
- Type: Resto.Front.Api.V3.EditorsIDeliveryStub
Delivery to change status.
See Also