Changes estimated reserve start time.
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 ChangeReserveEstimatedStartTime( DateTime estimatedStartTime, IReserveStub reserve )
Parameters
- estimatedStartTime
- Type: SystemDateTime
Approximate date and time of planned visit, used to divide different visits and remind staff to prepare table. - reserve
- Type: Resto.Front.Api.V3.EditorsIReserveStub
Reserve to edit.
See Also