iikoFront Api V4 Code Reference
iikoFront Api V4 Code Reference
Resto.Front.Api.V4.Editors
IEditSession Interface
IEditSession Methods
ActivateReserve Method
AddDiscount Method
AddDiscountByCardNumber Method
AddExternalPaymentItem Method
AddFlexibleSumDiscount Method
AddFlexibleSumDiscountByCardNumber Method
AddOrderGuest Method
AddOrderItemModifier Method
AddOrderItemProduct Method
AddPaymentItem Method
AddPreliminaryPaymentItem Method
BindReserveToOrder Method
ChangeClientAddresses Method
ChangeClientBlacklistInfo Method
ChangeClientCardNumber Method
ChangeClientComment Method
ChangeClientEmails Method
ChangeClientIikoBizId Method
ChangeClientIikoNetId Method
ChangeClientLinkedCounteragent Method
ChangeClientMainAddressIndex Method
ChangeClientName Method
ChangeClientNick Method
ChangeClientPhones Method
ChangeClientSurname Method
ChangeDeliveryActualDeliverTime Method
ChangeDeliveryAddress Method
ChangeDeliveryComment Method
ChangeDeliveryConfirmTime Method
ChangeDeliveryCourier Method
ChangeDeliveryDuration Method
ChangeDeliveryEmail Method
ChangeDeliveryExpectedDeliverTime Method
ChangeDeliveryLocation Method
ChangeDeliveryMarketingSource Method
ChangeDeliveryOperator Method
ChangeDeliveryOrderPredictedCookingCompleteTime Method
ChangeDeliveryPersonsCount Method
ChangeDeliveryPhone Method
ChangeDeliveryPredictedDeliveryTime Method
ChangeDeliveryProblemComment Method
ChangeDeliveryProblemStatus Method
ChangeDeliverySplitBetweenPersons Method
ChangeEstimatedOrderGuestsCount Method
ChangeOrderItemComment Method
ChangeOrderItemModifierAmount Method
ChangeOrderItemProductAmount Method
ChangeOrderItemProductCourse Method
ChangeOrderItemWaiter Method
ChangeOrderOriginName Method
ChangePaymentItemSum Method
ChangePreliminaryPaymentItemSum Method
ChangeReserveComment Method
ChangeReserveDuration Method
ChangeReserveEstimatedStartTime Method
ChangeReserveGuestsCount Method
ChangeReserveReminder Method
ChangeReserveTables Method
ChangeSelectiveDiscount Method
ChangeStreetName Method
CreateBanquet Method
CreateClient Method
CreateDelivery Method
CreateDeliveryOrder Method
CreateOrder Method
CreateReserve Method
CreateStreet Method
DeleteDiscount Method
DeleteExternalPaymentItem Method
DeleteOrderGuest Method
DeleteOrderItemComment Method
DeleteOrderItemModifier Method
DeleteOrderItemProduct Method
DeleteOrRestoreStreet Method
DeletePaymentItem Method
DeletePreliminaryPaymentItem Method
DeletePrintedOrderItemModifier Method
DeletePrintedOrderItemProduct Method
GroupOrderItemProducts Method
MoveOrderItemProduct Method
MoveOrderItemProductToAnotherOrder Method
RecoverCorruptedReserve Method
RenameOrderGuest Method
ReopenReserve Method
ResetIsPrintedDeliveryBillActual Method
ServeOrderItemProduct Method
SetDeliveryConfirmed Method
SetDeliveryCustomerAuthorizedInIikoBiz Method
SetDeliveryCustomerAuthorizedInIikoNet Method
SetDeliveryDelivered Method
SetDeliveryUnconfirmed Method
SetDeliveryUndelivered Method
SetOrderType Method
StartBanquet Method
UngroupOrderItemProducts Method
UnserveOrderItemProduct Method
IEditSession
ChangeReserveComment Method
Changes reserve comment. Use empty string to clear comment.
Namespace:
Resto.Front.Api.V4.Editors
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
Copy
void
ChangeReserveComment
(
string
comment
,
IReserveStub
reserve
)
Parameters
comment
Type:
System
String
Arbitrary string comment for the reserve, maximum length is 250 chars.
reserve
Type:
Resto.Front.Api.V4.Editors.Stubs
IReserveStub
Reserve to edit.
See Also
Reference
IEditSession Interface
Resto.Front.Api.V4.Editors Namespace