iikoFront Api V6 Code Reference
iikoFront Api V6 Code Reference
Resto.Front.Api.Editors
IEditSession Interface
IEditSession Methods
ActivateReserve Method
AddDiscount Method
AddDiscountByCardNumber Method
AddExternalPaymentItem Method
AddFlexibleSumDiscount Method
AddFlexibleSumDiscountByCardNumber 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
ChangeClientEmails Method
ChangeClientGender Method
ChangeClientIikoBizId Method
ChangeClientIikoNetId Method
ChangeClientLastOrderDate Method
ChangeClientLinkedCounteragent Method
ChangeClientMainAddressIndex Method
ChangeClientMarketingSource Method
ChangeClientName Method
ChangeClientNick Method
ChangeClientPersonalDataConsent Method
ChangeClientPhones Method
ChangeClientReceivesNotifications Method
ChangeClientSurname Method
ChangeComboAmount Method
ChangeComboPrice Method
ChangeCookingPriority Method
ChangeDeliveryActualDeliverTime Method
ChangeDeliveryAddress Method
ChangeDeliveryComment Method
ChangeDeliveryConfirmTime Method
ChangeDeliveryCourier Method
ChangeDeliveryCustomApiData Method
ChangeDeliveryDuration Method
ChangeDeliveryEmail Method
ChangeDeliveryExpectedDeliverTime Method
ChangeDeliveryLastDefaultTerminalDeliveryDurationInMinutes Method
ChangeDeliveryLastVerifiedRestrictionsHash Method
ChangeDeliveryLocation Method
ChangeDeliveryMarketingSource Method
ChangeDeliveryOperator Method
ChangeDeliveryOrderPredictedCookingCompleteTime Method
ChangeDeliveryPhone Method
ChangeDeliveryPredictedDeliveryTime Method
ChangeDeliveryProblemComment Method
ChangeDeliveryProblemStatus Method
ChangeDeliverySplitBetweenPersons Method
ChangeEstimatedOrderGuestsCount Method
ChangeExternalPaymentItemCustomData Method
ChangeOrderAppliedIikoCard5ManualConditions 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
CreateDeliveryOrder Method
CreateJournalEvent Method
CreateOrder Method
CreateReserve Method
CreateStreet Method
DeleteDiscount Method
DeleteExternalPaymentItem Method
DeleteOrderCombo Method
DeleteOrderExternalData Method
DeleteOrderGuest Method
DeleteOrderItem Method
DeleteOrderItemComment Method
DeleteOrderModifierItem Method
DeleteOrRestoreStreet Method
DeletePaymentItem Method
DeletePreliminaryPaymentItem Method
DeletePrintedOrderItem Method
DeletePrintedOrderModifierItem Method
GroupOrderCookingItems Method
MoveOrderItemToAnotherGuest Method
MoveOrderItemToAnotherOrder Method
RecoverCorruptedReserve Method
RenameOrderGuest Method
ReopenReserve Method
ResetIsPrintedDeliveryBillActual Method
ResetPriceCategory Method
ServeOrderCookingItem Method
SetDeliveryConfirmed Method
SetDeliveryCustomerAuthorizedInIikoBiz Method
SetDeliveryCustomerAuthorizedInIikoNet Method
SetDeliveryDelivered Method
SetDeliveryUnconfirmed Method
SetDeliveryUndelivered Method
SetJournalEventAttribute Method
SetOpenPrice Method
SetOrderType Method
SplitOrderCookingItem Method
StartBanquet Method
UngroupOrderCookingItems Method
UnserveOrderCookingItem Method
UpdateOrderComboItems Method
IEditSession
ChangeComboPrice Method
Change combo price.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
Copy
void
ChangeComboPrice
(
decimal
price
,
IOrderComboStub
combo
,
IOrderStub
order
)
Parameters
price
Type:
System
Decimal
New combo price.
combo
Type:
Resto.Front.Api.Editors.Stubs
IOrderComboStub
Combo which price will be changed.
order
Type:
Resto.Front.Api.Editors.Stubs
IOrderStub
Order which combo price will be changed.
See Also
Reference
IEditSession Interface
Resto.Front.Api.Editors Namespace