iikoFront Api V9 Code Reference
iikoFront Api V9 Code Reference
Resto.Front.Api.Editors
IEditSession Interface
IEditSession Methods
ActivateReserveAndBindToOrder Method
AddCardLoyaltyDiscounts Method
AddDeliveryAutoAddition Method
AddDiscount Method
AddDiscountByCardNumber Method
AddExternalFiscalizedPaymentItem Method
AddExternalPaymentItem Method
AddFlexibleSumDiscount Method
AddFlexibleSumDiscountByCardNumber Method
AddOrderCombo Method
AddOrderCompoundItem Method
AddOrderExternalData Method
AddOrderGuest Method
AddOrderModifierItem Method
AddOrderProductItem Method
AddOrderServiceItem Method
AddOrUpdateModifierForPrintedItem 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
ChangeComboSize 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
ChangeDeliveryExternalCourierService Method
ChangeDeliveryFixedRestrictions Method
ChangeDeliveryLastVerifiedRestrictionsHash Method
ChangeDeliveryLocation Method
ChangeDeliveryMarketingSource Method
ChangeDeliveryMoveIds Method
ChangeDeliveryOperator Method
ChangeDeliveryOrderPredictedCookingCompleteTime Method
ChangeDeliveryPhone Method
ChangeDeliveryPredictedDeliveryTime Method
ChangeDeliveryProblemComment Method
ChangeDeliveryProblemStatus Method
ChangeDeliverySplitBetweenPersons Method
ChangeDeliveryZone Method
ChangeEstimatedOrderGuestsCount Method
ChangeExternalPaymentItemCustomData Method
ChangeOrderAppliedIikoCard5ManualConditions Method
ChangeOrderComment Method
ChangeOrderCookingItemAmount Method
ChangeOrderCookingItemCourse Method
ChangeOrderCookingItemSize Method
ChangeOrderExternalNumber Method
ChangeOrderIikoCard5Coupon Method
ChangeOrderItemComment Method
ChangeOrderItemMarkingCode Method
ChangeOrderItemsCookingPlace 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
ConvertToTableServiceOrder 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
DeletePrintedOrderItemComment Method
DeletePrintedOrderItems Method
DeletePrintedOrderModifierItem Method
GroupOrderCookingItems Method
MarkOrderAsAdditional Method
MarkOrderAsTab Method
MoveOrderItemToAnotherGuest Method
MoveOrderItemToAnotherOrder Method
OverrideVatInclusionForOrder Method
RecoverCorruptedReserve Method
RenameOrderGuest Method
ReopenReserve Method
ResetIsPrintedDeliveryBillActual Method
ResetOderLastChangeTimeByWaiter Method
ResetPriceCategory Method
ServeOrderCookingItem Method
SetChequeAdditionalInfo Method
SetCompoundItemComponentCustomName Method
SetDeliveryCloseTime Method
SetDeliveryCustomerAuthorizedInIikoBiz Method
SetDeliveryDelivered Method
SetDeliveryUndelivered Method
SetJournalEventAttribute Method
SetOpenPrice Method
SetOrderHasFixedIikoCardDiscounts Method
SetOrderModifierItemCustomName Method
SetOrderType Method
SetProductItemCustomName Method
SetServiceItemCustomName Method
SetServiceItemPeriodCustomName Method
SkipScanningOrderItemMarkingCode Method
SplitOrderCookingItem Method
StartBanquet Method
UngroupOrderCookingItems Method
UnserveOrderCookingItem Method
UpdateOrderComboItems Method
IEditSession
ChangeClientName Method
Changes client name.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
Copy
void
ChangeClientName
(
string
name
,
IClientStub
client
)
Parameters
name
Type:
System
String
new name of client
client
Type:
Resto.Front.Api.Editors.Stubs
IClientStub
Changing client
See Also
Reference
IEditSession Interface
Resto.Front.Api.Editors Namespace