IEditSessionSetDeliveryCloseTime Method |
Changes delivery closing status and time.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax void SetDeliveryCloseTime(
DateTime? closeTime,
IDeliveryOrderStub order
)
Parameters
- closeTime
- Type: SystemNullableDateTime
Close time to change delivery status from Delivered to Closed or null to return the delivery from the Closed status back to the Delivered status. - order
- Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change status and time.
See Also