iikoFront Api V7 Code Reference
iikoFront Api V7 Code Reference
Resto.Front.Api.Editors
IEditSession Interface
IEditSession Methods
ActivateReserve Method
AddDiscount Method
AddDiscountByCardNumber Method
AddExternalFiscalizedPaymentItem Method
AddExternalPaymentItem Method
AddFlexibleSumDiscount Method
AddFlexibleSumDiscountByCardNumber Method
AddIikoCardDiscounts Method
AddOrderCombo Method
AddOrderCompoundItem Method
AddOrderExternalData Method
AddOrderGuest Method
AddOrderModifierItem Method
AddOrderProductItem Method
AddOrderServiceItem Method
AddPaymentItem Method
AddPreliminaryPaymentItem Method
AddPrimaryComponent Method
AddSecondaryComponent Method
AttachToJournalEvent Method
BindReserveToOrder Method
ChangeClientAddresses Method
ChangeClientBirthDate Method
ChangeClientBlacklistInfo Method
ChangeClientCardNumber Method
ChangeClientComment Method
ChangeClientConsentDates Method
ChangeClientEmails Method
ChangeClientGender Method
ChangeClientIikoBizId Method
ChangeClientLastOrderDate Method
ChangeClientLinkedCounteragent Method
ChangeClientMainAddressIndex Method
ChangeClientMarketingSource Method
ChangeClientName Method
ChangeClientNick Method
ChangeClientOrganizationDetailsInfo Method
ChangeClientPersonalDataConsent Method
ChangeClientPersonalDataProcessingDates Method
ChangeClientPhones Method
ChangeClientReceivesLoyaltySystemNotifications Method
ChangeClientReceivesOrderStatusNotifications Method
ChangeClientReceivesPromotionalNotifications Method
ChangeClientSurname Method
ChangeComboAmount Method
ChangeComboPrice Method
ChangeCookingPriority Method
ChangeDeliveryActualDeliverTime Method
ChangeDeliveryAddress Method
ChangeDeliveryClientName Method
ChangeDeliveryComment Method
ChangeDeliveryConfirmTime Method
ChangeDeliveryCourier Method
ChangeDeliveryCustomApiData Method
ChangeDeliveryDuration Method
ChangeDeliveryEmail Method
ChangeDeliveryExpectedDeliverTime Method
ChangeDeliveryExpectedDuration Method
ChangeDeliveryExternalCourier Method
ChangeDeliveryExternalCourierService Method
ChangeDeliveryLastVerifiedRestrictionsHash Method
ChangeDeliveryLocation Method
ChangeDeliveryMarketingSource Method
ChangeDeliveryMovedId Method
ChangeDeliveryOperator Method
ChangeDeliveryOrderPredictedCookingCompleteTime Method
ChangeDeliveryPhone Method
ChangeDeliveryPredictedDeliveryTime Method
ChangeDeliveryProblemComment Method
ChangeDeliveryProblemStatus Method
ChangeDeliverySplitBetweenPersons Method
ChangeEstimatedOrderGuestsCount Method
ChangeExternalPaymentItemCustomData Method
ChangeOrderAppliedIikoCard5ManualConditions Method
ChangeOrderComment Method
ChangeOrderCookingItemAmount Method
ChangeOrderCookingItemCourse Method
ChangeOrderCookingItemSize Method
ChangeOrderIikoCard5Coupon Method
ChangeOrderItemComment Method
ChangeOrderItemWaiter Method
ChangeOrderModifierItemAmount Method
ChangeOrderOriginName Method
ChangeOrderPricingTime Method
ChangeOrderTables Method
ChangeOrderWaiter Method
ChangePaymentItemCustomData Method
ChangePaymentItemSum Method
ChangePreliminaryPaymentItemCustomData Method
ChangePreliminaryPaymentItemSum Method
ChangePriceCategory Method
ChangeReserveComment Method
ChangeReserveDuration Method
ChangeReserveEstimatedStartTime Method
ChangeReserveGuestsCount Method
ChangeReserveReminder Method
ChangeReserveTables Method
ChangeSelectiveDiscount Method
ChangeStreetName Method
CreateBanquet Method
CreateClient Method
CreateClientWithOrganizationDetails Method
CreateDeliveryOrder Method
CreateJournalEvent Method
CreateOrder Method
CreateReserve Method
CreateStreet Method
DeleteDiscount Method
DeleteExternalFiscalizedPaymentItem Method
DeleteExternalPaymentItem Method
DeleteOrderCombo Method
DeleteOrderExternalData Method
DeleteOrderGuest Method
DeleteOrderItem Method
DeleteOrderItemComment Method
DeleteOrderModifierItem Method
DeleteOrRestoreStreet Method
DeletePaymentItem Method
DeletePreliminaryPaymentItem Method
DeletePrintedOrderItems Method
DeletePrintedOrderModifierItem Method
GroupOrderCookingItems Method
MarkOrderAsTab Method
MoveOrderItemToAnotherGuest Method
MoveOrderItemToAnotherOrder Method
OverrideVatInclusionForOrder Method
RecoverCorruptedReserve Method
RenameOrderGuest Method
ReopenReserve Method
ResetIsPrintedDeliveryBillActual Method
ResetOderLastChangeTimeByWaiter Method
ResetPriceCategory Method
ServeOrderCookingItem Method
SetCompoundItemComponentCustomName Method
SetDeliveryCustomerAuthorizedInIikoBiz Method
SetDeliveryDelivered Method
SetDeliveryUndelivered Method
SetJournalEventAttribute Method
SetOpenPrice Method
SetOrderModifierItemCustomName Method
SetOrderType Method
SetProductItemCustomName Method
SetServiceItemCustomName Method
SetServiceItemPeriodCustomName Method
SplitOrderCookingItem Method
StartBanquet Method
UngroupOrderCookingItems Method
UnserveOrderCookingItem Method
UpdateOrderComboItems Method
IEditSession
RenameOrderGuest Method
Renames order's guest.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
Copy
void
RenameOrderGuest
(
Guid
id
,
string
newName
,
IOrderStub
order
)
Parameters
id
Type:
System
Guid
Unique identifier of the guest to be renamed.
newName
Type:
System
String
New name of the guest.
order
Type:
Resto.Front.Api.Editors.Stubs
IOrderStub
Order to rename guest in.
See Also
Reference
IEditSession Interface
Resto.Front.Api.Editors Namespace