korona-cloud-client

KoronaCloudClient - the Ruby gem for the KORONA.cloud API v3

Our api provides access to our cloud services

This SDK is automatically generated by the OpenAPI Generator project:

  • API version: 3.2-SNAPSHOT
  • Package version: 1.0.16
  • Build package: org.openapitools.codegen.languages.RubyClientCodegen For more information, please visit https://www.koronacloud.com

Installation

Build a gem

To build the Ruby code into a gem:

gem build korona-cloud-client.gemspec

Then either install the gem locally:

gem install ./korona-cloud-client-1.0.16.gem

(for development, run gem install --dev ./korona-cloud-client-1.0.16.gem to install the development dependencies)

or publish the gem to a gem hosting service, e.g. RubyGems.

Finally add this to the Gemfile:

gem 'korona-cloud-client', '~> 1.0.16'

Install from Git

If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:

gem 'korona-cloud-client', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'

Include the Ruby code directly

Include the Ruby code directly using -I as follows:

ruby -Ilib script.rb

Getting Started

Please follow the installation procedure and then run the following code:

# Load the gem
require 'korona-cloud-client'

# Setup authorization
KoronaCloudClient.configure do |config|
  # Configure HTTP basic authorization: basicAuth
  config.username = 'YOUR_USERNAME'
  config.password = 'YOUR_PASSWORD'
end

api_instance = KoronaCloudClient::AccountsApi.new
 = 'korona_account_id_example' # String | account id of the KORONA.cloud account
 = [KoronaCloudClient::Account.new] # Array<Account> | array of new accounts
opts = {
  upsert: true, # Boolean | when set to true, updates the object instead of generating a already-exists-error; deprecated, use writeMode ADD_OR_UPDATE instead
  write_mode: 'DEFAULT' # String | DEFAULT = insert; ADD_OR_UPDATE = insert or update, overwrite all non-null fields; ADD_OR_REPLACE = insert or update, overwrite all fields
}

begin
  result = api_instance.add_accounts(, , opts)
  p result
rescue KoronaCloudClient::ApiError => e
  puts "Exception when calling AccountsApi->add_accounts: #{e}"
end

Documentation for API Endpoints

All URIs are relative to http://localhost:8080/web/api/v3

Class Method HTTP request Description
KoronaCloudClient::AccountsApi add_accounts POST /accounts/koronaAccountId/accounts
KoronaCloudClient::AccountsApi delete_account DELETE /accounts/koronaAccountId/accounts/accountId
KoronaCloudClient::AccountsApi delete_accounts DELETE /accounts/koronaAccountId/accounts
KoronaCloudClient::AccountsApi get_account GET /accounts/koronaAccountId/accounts/accountId
KoronaCloudClient::AccountsApi get_accounts GET /accounts/koronaAccountId/accounts
KoronaCloudClient::AccountsApi update_account PATCH /accounts/koronaAccountId/accounts/accountId
KoronaCloudClient::AccountsApi update_accounts PATCH /accounts/koronaAccountId/accounts
KoronaCloudClient::AdditionalReceiptInfoTypesApi add_additional_receipt_info_types POST /accounts/koronaAccountId/additionalReceiptInfoTypes
KoronaCloudClient::AdditionalReceiptInfoTypesApi delete_additional_receipt_info_type DELETE /accounts/koronaAccountId/additionalReceiptInfoTypes/additionalReceiptInfoTypeId
KoronaCloudClient::AdditionalReceiptInfoTypesApi delete_additional_receipt_info_types DELETE /accounts/koronaAccountId/additionalReceiptInfoTypes
KoronaCloudClient::AdditionalReceiptInfoTypesApi get_additional_receipt_info_type GET /accounts/koronaAccountId/additionalReceiptInfoTypes/additionalReceiptInfoTypeId
KoronaCloudClient::AdditionalReceiptInfoTypesApi get_additional_receipt_info_types GET /accounts/koronaAccountId/additionalReceiptInfoTypes
KoronaCloudClient::AdditionalReceiptInfoTypesApi update_additional_receipt_info_type PATCH /accounts/koronaAccountId/additionalReceiptInfoTypes/additionalReceiptInfoTypeId
KoronaCloudClient::AdditionalReceiptInfoTypesApi update_additional_receipt_info_types PATCH /accounts/koronaAccountId/additionalReceiptInfoTypes
KoronaCloudClient::AssortmentsApi add_assortments POST /accounts/koronaAccountId/assortments
KoronaCloudClient::AssortmentsApi delete_assortment DELETE /accounts/koronaAccountId/assortments/assortmentId
KoronaCloudClient::AssortmentsApi delete_assortments DELETE /accounts/koronaAccountId/assortments
KoronaCloudClient::AssortmentsApi get_assortment GET /accounts/koronaAccountId/assortments/assortmentId
KoronaCloudClient::AssortmentsApi get_assortments GET /accounts/koronaAccountId/assortments
KoronaCloudClient::AssortmentsApi update_assortment PATCH /accounts/koronaAccountId/assortments/assortmentId
KoronaCloudClient::AssortmentsApi update_assortments PATCH /accounts/koronaAccountId/assortments
KoronaCloudClient::CashierRolesApi add_cashier_roles POST /accounts/koronaAccountId/cashierRoles
KoronaCloudClient::CashierRolesApi delete_cashier_role DELETE /accounts/koronaAccountId/cashierRoles/cashierRoleId
KoronaCloudClient::CashierRolesApi delete_cashier_roles DELETE /accounts/koronaAccountId/cashierRoles
KoronaCloudClient::CashierRolesApi get_cashier_role GET /accounts/koronaAccountId/cashierRoles/cashierRoleId
KoronaCloudClient::CashierRolesApi get_cashier_roles GET /accounts/koronaAccountId/cashierRoles
KoronaCloudClient::CashierRolesApi update_cashier_role PATCH /accounts/koronaAccountId/cashierRoles/cashierRoleId
KoronaCloudClient::CashierRolesApi update_cashier_roles PATCH /accounts/koronaAccountId/cashierRoles
KoronaCloudClient::CashierVerificationRequirementsApi add_cashier_verification_requirements POST /accounts/koronaAccountId/cashierVerificationRequirements
KoronaCloudClient::CashierVerificationRequirementsApi delete_cashier_verification_requirements DELETE /accounts/koronaAccountId/cashierVerificationRequirements
KoronaCloudClient::CashierVerificationRequirementsApi get_cashier_verification_requirement GET /accounts/koronaAccountId/cashierVerificationRequirements/cashierVerificationRequirementId
KoronaCloudClient::CashierVerificationRequirementsApi get_cashier_verification_requirements GET /accounts/koronaAccountId/cashierVerificationRequirements
KoronaCloudClient::CashierVerificationRequirementsApi update_cashier_verification_requirements PATCH /accounts/koronaAccountId/cashierVerificationRequirements
KoronaCloudClient::CashiersApi add_cashiers POST /accounts/koronaAccountId/cashiers
KoronaCloudClient::CashiersApi delete_cashier DELETE /accounts/koronaAccountId/cashiers/cashierId
KoronaCloudClient::CashiersApi delete_cashiers DELETE /accounts/koronaAccountId/cashiers
KoronaCloudClient::CashiersApi get_cashier GET /accounts/koronaAccountId/cashiers/cashierId
KoronaCloudClient::CashiersApi get_cashiers GET /accounts/koronaAccountId/cashiers
KoronaCloudClient::CashiersApi update_cashier PATCH /accounts/koronaAccountId/cashiers/cashierId
KoronaCloudClient::CashiersApi update_cashiers PATCH /accounts/koronaAccountId/cashiers
KoronaCloudClient::CommodityGroupsApi add_commodity_groups POST /accounts/koronaAccountId/commodityGroups
KoronaCloudClient::CommodityGroupsApi delete_commodity_group DELETE /accounts/koronaAccountId/commodityGroups/commodityGroupId
KoronaCloudClient::CommodityGroupsApi delete_commodity_groups DELETE /accounts/koronaAccountId/commodityGroups
KoronaCloudClient::CommodityGroupsApi get_commodity_group GET /accounts/koronaAccountId/commodityGroups/commodityGroupId
KoronaCloudClient::CommodityGroupsApi get_commodity_groups GET /accounts/koronaAccountId/commodityGroups
KoronaCloudClient::CommodityGroupsApi update_commodity_group PATCH /accounts/koronaAccountId/commodityGroups/commodityGroupId
KoronaCloudClient::CommodityGroupsApi update_commodity_groups PATCH /accounts/koronaAccountId/commodityGroups
KoronaCloudClient::ContraAccountsApi add_contra_accounts POST /accounts/koronaAccountId/contraAccounts
KoronaCloudClient::ContraAccountsApi delete_contra_account DELETE /accounts/koronaAccountId/contraAccounts/contraAccountId
KoronaCloudClient::ContraAccountsApi delete_contra_accounts DELETE /accounts/koronaAccountId/contraAccounts
KoronaCloudClient::ContraAccountsApi get_contra_account GET /accounts/koronaAccountId/contraAccounts/contraAccountId
KoronaCloudClient::ContraAccountsApi get_contra_accounts GET /accounts/koronaAccountId/contraAccounts
KoronaCloudClient::ContraAccountsApi update_contra_account PATCH /accounts/koronaAccountId/contraAccounts/contraAccountId
KoronaCloudClient::ContraAccountsApi update_contra_accounts PATCH /accounts/koronaAccountId/contraAccounts
KoronaCloudClient::CostCentersApi add_cost_centers POST /accounts/koronaAccountId/costCenters
KoronaCloudClient::CostCentersApi delete_cost_center DELETE /accounts/koronaAccountId/costCenters/costCenterId
KoronaCloudClient::CostCentersApi delete_cost_centers DELETE /accounts/koronaAccountId/costCenters
KoronaCloudClient::CostCentersApi get_cost_center GET /accounts/koronaAccountId/costCenters/costCenterId
KoronaCloudClient::CostCentersApi get_cost_centers GET /accounts/koronaAccountId/costCenters
KoronaCloudClient::CostCentersApi update_cost_center PATCH /accounts/koronaAccountId/costCenters/costCenterId
KoronaCloudClient::CostCentersApi update_cost_centers PATCH /accounts/koronaAccountId/costCenters
KoronaCloudClient::CouponsApi get_coupon GET /accounts/koronaAccountId/coupons/couponId
KoronaCloudClient::CouponsApi get_coupons GET /accounts/koronaAccountId/coupons
KoronaCloudClient::CurrenciesApi add_currencies POST /accounts/koronaAccountId/currencies
KoronaCloudClient::CurrenciesApi delete_currencies DELETE /accounts/koronaAccountId/currencies
KoronaCloudClient::CurrenciesApi get_currencies GET /accounts/koronaAccountId/currencies
KoronaCloudClient::CurrenciesApi get_currency GET /accounts/koronaAccountId/currencies/currencyId
KoronaCloudClient::CurrenciesApi update_currencies PATCH /accounts/koronaAccountId/currencies
KoronaCloudClient::CustomerDisplayConfigurationsApi add_customer_display_configurations POST /accounts/koronaAccountId/customerDisplayConfigurations
KoronaCloudClient::CustomerDisplayConfigurationsApi delete_customer_display_configuration DELETE /accounts/koronaAccountId/customerDisplayConfigurations/customerDisplayConfigurationId
KoronaCloudClient::CustomerDisplayConfigurationsApi delete_customer_display_configurations DELETE /accounts/koronaAccountId/customerDisplayConfigurations
KoronaCloudClient::CustomerDisplayConfigurationsApi get_customer_display_configuration GET /accounts/koronaAccountId/customerDisplayConfigurations/customerDisplayConfigurationId
KoronaCloudClient::CustomerDisplayConfigurationsApi get_customer_display_configurations GET /accounts/koronaAccountId/customerDisplayConfigurations
KoronaCloudClient::CustomerDisplayConfigurationsApi update_customer_display_configurations PATCH /accounts/koronaAccountId/customerDisplayConfigurations
KoronaCloudClient::CustomerGroupsApi add_customer_groups POST /accounts/koronaAccountId/customerGroups
KoronaCloudClient::CustomerGroupsApi delete_customer_group DELETE /accounts/koronaAccountId/customerGroups/customerGroupId
KoronaCloudClient::CustomerGroupsApi delete_customer_groups DELETE /accounts/koronaAccountId/customerGroups
KoronaCloudClient::CustomerGroupsApi get_customer_group GET /accounts/koronaAccountId/customerGroups/customerGroupId
KoronaCloudClient::CustomerGroupsApi get_customer_groups GET /accounts/koronaAccountId/customerGroups
KoronaCloudClient::CustomerGroupsApi update_customer_group PATCH /accounts/koronaAccountId/customerGroups/customerGroupId
KoronaCloudClient::CustomerGroupsApi update_customer_groups PATCH /accounts/koronaAccountId/customerGroups
KoronaCloudClient::CustomerOrdersApi add_customer_orders POST /accounts/koronaAccountId/customerOrders
KoronaCloudClient::CustomerOrdersApi delete_customer_order DELETE /accounts/koronaAccountId/customerOrders/customerOrderId
KoronaCloudClient::CustomerOrdersApi get_customer_order GET /accounts/koronaAccountId/customerOrders/customerOrderId
KoronaCloudClient::CustomerOrdersApi get_customer_orders GET /accounts/koronaAccountId/customerOrders
KoronaCloudClient::CustomerOrdersApi update_customer_order PATCH /accounts/koronaAccountId/customerOrders/customerOrderId
KoronaCloudClient::CustomerOrdersApi update_customer_orders PATCH /accounts/koronaAccountId/customerOrders
KoronaCloudClient::CustomersApi add_customers POST /accounts/koronaAccountId/customers
KoronaCloudClient::CustomersApi delete_customer DELETE /accounts/koronaAccountId/customers/customerId
KoronaCloudClient::CustomersApi delete_customers DELETE /accounts/koronaAccountId/customers
KoronaCloudClient::CustomersApi get_customer GET /accounts/koronaAccountId/customers/customerId
KoronaCloudClient::CustomersApi get_customers GET /accounts/koronaAccountId/customers
KoronaCloudClient::CustomersApi update_customer PATCH /accounts/koronaAccountId/customers/customerId
KoronaCloudClient::CustomersApi update_customers PATCH /accounts/koronaAccountId/customers
KoronaCloudClient::DataExchangeConfigurationsApi get_data_exchange_configuration GET /accounts/koronaAccountId/dataExchangeConfigurations/dataExchangeConfigurationType
KoronaCloudClient::DataExchangeConfigurationsApi get_data_exchange_configurations GET /accounts/koronaAccountId/dataExchangeConfigurations
KoronaCloudClient::DeliveryNotesApi add_delivery_notes POST /accounts/koronaAccountId/deliveryNotes
KoronaCloudClient::DeliveryNotesApi book_delivery_note PATCH /accounts/koronaAccountId/deliveryNotes/deliveryNoteId/book
KoronaCloudClient::DeliveryNotesApi finalize_delivery_note PATCH /accounts/koronaAccountId/deliveryNotes/deliveryNoteId/finalize
KoronaCloudClient::DeliveryNotesApi get_delivery_note GET /accounts/koronaAccountId/deliveryNotes/deliveryNoteId
KoronaCloudClient::DeliveryNotesApi get_delivery_note_item GET /accounts/koronaAccountId/deliveryNotes/deliveryNoteId/items/deliveryNoteItemId
KoronaCloudClient::DeliveryNotesApi get_delivery_notes GET /accounts/koronaAccountId/deliveryNotes
KoronaCloudClient::DeviceConfigurationVariablesApi add_device_configuration_variables POST /accounts/koronaAccountId/deviceConfigurationVariables
KoronaCloudClient::DeviceConfigurationVariablesApi delete_device_configuration_variable DELETE /accounts/koronaAccountId/deviceConfigurationVariables/deviceConfigurationVariableId
KoronaCloudClient::DeviceConfigurationVariablesApi delete_device_configuration_variables DELETE /accounts/koronaAccountId/deviceConfigurationVariables
KoronaCloudClient::DeviceConfigurationVariablesApi get_device_configuration_variable GET /accounts/koronaAccountId/deviceConfigurationVariables/deviceConfigurationVariableId
KoronaCloudClient::DeviceConfigurationVariablesApi get_device_configuration_variables GET /accounts/koronaAccountId/deviceConfigurationVariables
KoronaCloudClient::DeviceConfigurationVariablesApi update_device_configuration_variables PATCH /accounts/koronaAccountId/deviceConfigurationVariables
KoronaCloudClient::DiscountConfigurationsApi add_discount_configuration_discount_levels POST /accounts/koronaAccountId/discountConfigurations/discountConfigurationId/discountLevels
KoronaCloudClient::DiscountConfigurationsApi add_discount_configuration_discounts POST /accounts/koronaAccountId/discountConfigurations
KoronaCloudClient::DiscountConfigurationsApi delete_discount_configuration_discount_level DELETE /accounts/koronaAccountId/discountConfigurations/discountConfigurationId/discountLevels/discountLevelId
KoronaCloudClient::DiscountConfigurationsApi delete_discount_configuration_discount_levels DELETE /accounts/koronaAccountId/discountConfigurations/discountConfigurationId/discountLevels
KoronaCloudClient::DiscountConfigurationsApi get_discount_configuration GET /accounts/koronaAccountId/discountConfigurations/discountConfigurationId
KoronaCloudClient::DiscountConfigurationsApi get_discount_configuration_discount_level GET /accounts/koronaAccountId/discountConfigurations/discountConfigurationId/discountLevels/discountLevelId
KoronaCloudClient::DiscountConfigurationsApi get_discount_configuration_discount_levels GET /accounts/koronaAccountId/discountConfigurations/discountConfigurationId/discountLevels
KoronaCloudClient::DiscountConfigurationsApi get_discount_configurations GET /accounts/koronaAccountId/discountConfigurations
KoronaCloudClient::DiscountConfigurationsApi get_discount_level GET /accounts/koronaAccountId/discountLevels/discountLevelId
KoronaCloudClient::DiscountConfigurationsApi get_discount_levels GET /accounts/koronaAccountId/discountLevels
KoronaCloudClient::DiscountConfigurationsApi update_discount_configuration PATCH /accounts/koronaAccountId/discountConfigurations/discountConfigurationId
KoronaCloudClient::DiscountConfigurationsApi update_discount_configuration_discount_level PATCH /accounts/koronaAccountId/discountConfigurations/discountConfigurationId/discountLevels/discountLevelId
KoronaCloudClient::DiscountConfigurationsApi update_discount_configuration_discount_levels PATCH /accounts/koronaAccountId/discountConfigurations/discountConfigurationId/discountLevels
KoronaCloudClient::DiscountConfigurationsApi update_discount_configurations PATCH /accounts/koronaAccountId/discountConfigurations
KoronaCloudClient::DispatchNotificationsApi add_dispatch_notification_items POST /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId/items
KoronaCloudClient::DispatchNotificationsApi add_dispatch_notifications POST /accounts/koronaAccountId/dispatchNotifications
KoronaCloudClient::DispatchNotificationsApi book_dispatch_notification PATCH /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId/book
KoronaCloudClient::DispatchNotificationsApi delete_dispatch_notification DELETE /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId
KoronaCloudClient::DispatchNotificationsApi delete_dispatch_notification_item DELETE /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId/items/dispatchNotificationItemId
KoronaCloudClient::DispatchNotificationsApi get_dispatch_notification GET /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId
KoronaCloudClient::DispatchNotificationsApi get_dispatch_notification_item GET /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId/items/dispatchNotificationItemId
KoronaCloudClient::DispatchNotificationsApi get_dispatch_notification_items GET /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId/items
KoronaCloudClient::DispatchNotificationsApi get_dispatch_notifications GET /accounts/koronaAccountId/dispatchNotifications
KoronaCloudClient::DispatchNotificationsApi update_dispatch_notification PATCH /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId
KoronaCloudClient::DispatchNotificationsApi update_dispatch_notification_item PATCH /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId/items/dispatchNotificationItemId
KoronaCloudClient::DispatchNotificationsApi update_dispatch_notification_items PATCH /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId/items
KoronaCloudClient::EconomicZonesApi add_economic_zones POST /accounts/koronaAccountId/economicZones
KoronaCloudClient::EconomicZonesApi delete_economic_zones DELETE /accounts/koronaAccountId/economicZones
KoronaCloudClient::EconomicZonesApi get_economic_zone GET /accounts/koronaAccountId/economicZones/economicZoneId
KoronaCloudClient::EconomicZonesApi get_economic_zones GET /accounts/koronaAccountId/economicZones
KoronaCloudClient::EconomicZonesApi update_economic_zones PATCH /accounts/koronaAccountId/economicZones
KoronaCloudClient::ExternalSystemCallsApi add_external_system_calls POST /accounts/koronaAccountId/externalSystemCalls
KoronaCloudClient::ExternalSystemCallsApi delete_external_system_call DELETE /accounts/koronaAccountId/externalSystemCalls/externalSystemCallId
KoronaCloudClient::ExternalSystemCallsApi delete_external_system_calls DELETE /accounts/koronaAccountId/externalSystemCalls
KoronaCloudClient::ExternalSystemCallsApi get_external_system_call GET /accounts/koronaAccountId/externalSystemCalls/externalSystemCallId
KoronaCloudClient::ExternalSystemCallsApi get_external_system_calls GET /accounts/koronaAccountId/externalSystemCalls
KoronaCloudClient::ExternalSystemCallsApi update_external_system_call PATCH /accounts/koronaAccountId/externalSystemCalls/externalSystemCallId
KoronaCloudClient::ExternalSystemCallsApi update_external_system_calls PATCH /accounts/koronaAccountId/externalSystemCalls
KoronaCloudClient::FiscalUnitsApi add_fiscal_units POST /accounts/koronaAccountId/fiscalUnits
KoronaCloudClient::FiscalUnitsApi get_fiscal_unit GET /accounts/koronaAccountId/fiscalUnits/fiscalUnitId
KoronaCloudClient::FiscalUnitsApi get_fiscal_units GET /accounts/koronaAccountId/fiscalUnits
KoronaCloudClient::FiscalUnitsApi update_fiscal_unit PATCH /accounts/koronaAccountId/fiscalUnits/fiscalUnitId
KoronaCloudClient::FiscalUnitsApi update_fiscal_units PATCH /accounts/koronaAccountId/fiscalUnits
KoronaCloudClient::ImagesApi add_images POST /accounts/koronaAccountId/images
KoronaCloudClient::ImagesApi delete_image DELETE /accounts/koronaAccountId/images/imageId
KoronaCloudClient::ImagesApi delete_images DELETE /accounts/koronaAccountId/images
KoronaCloudClient::ImagesApi get_image GET /accounts/koronaAccountId/images/imageId
KoronaCloudClient::ImagesApi get_images GET /accounts/koronaAccountId/images
KoronaCloudClient::ImagesApi update_image PATCH /accounts/koronaAccountId/images/imageId
KoronaCloudClient::ImagesApi update_images PATCH /accounts/koronaAccountId/images
KoronaCloudClient::InfoTextsApi add_info_texts POST /accounts/koronaAccountId/infoTexts
KoronaCloudClient::InfoTextsApi delete_info_texts DELETE /accounts/koronaAccountId/infoTexts
KoronaCloudClient::InfoTextsApi get_info_text GET /accounts/koronaAccountId/infoTexts/infoTextId
KoronaCloudClient::InfoTextsApi get_info_texts GET /accounts/koronaAccountId/infoTexts
KoronaCloudClient::InfoTextsApi update_info_texts PATCH /accounts/koronaAccountId/infoTexts
KoronaCloudClient::InventoriesApi add_inventories POST /accounts/koronaAccountId/inventories
KoronaCloudClient::InventoriesApi add_inventory_list_items POST /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId/items
KoronaCloudClient::InventoriesApi book_inventory_list PATCH /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId/book
KoronaCloudClient::InventoriesApi delete_inventory DELETE /accounts/koronaAccountId/inventories/inventoryId
KoronaCloudClient::InventoriesApi delete_inventory_list_item DELETE /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId/items/productId
KoronaCloudClient::InventoriesApi get_inventories GET /accounts/koronaAccountId/inventories
KoronaCloudClient::InventoriesApi get_inventory GET /accounts/koronaAccountId/inventories/inventoryId
KoronaCloudClient::InventoriesApi get_inventory_list GET /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId
KoronaCloudClient::InventoriesApi get_inventory_list_item GET /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId/items/productId
KoronaCloudClient::InventoriesApi get_inventory_list_items GET /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId/items
KoronaCloudClient::InventoriesApi get_inventory_lists GET /accounts/koronaAccountId/inventories/inventoryId/inventoryLists
KoronaCloudClient::InventoriesApi update_inventory PATCH /accounts/koronaAccountId/inventories/inventoryId
KoronaCloudClient::InventoriesApi update_inventory_list PATCH /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId
KoronaCloudClient::InventoriesApi update_inventory_list_item PATCH /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId/items/productId
KoronaCloudClient::InventoriesApi update_inventory_list_items PATCH /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId/items
KoronaCloudClient::ItemSequencesApi add_item_sequences POST /accounts/koronaAccountId/itemSequences
KoronaCloudClient::ItemSequencesApi delete_item_sequence DELETE /accounts/koronaAccountId/itemSequences/itemSequenceId
KoronaCloudClient::ItemSequencesApi delete_item_sequences DELETE /accounts/koronaAccountId/itemSequences
KoronaCloudClient::ItemSequencesApi get_item_sequence GET /accounts/koronaAccountId/itemSequences/itemSequenceId
KoronaCloudClient::ItemSequencesApi get_item_sequences GET /accounts/koronaAccountId/itemSequences
KoronaCloudClient::ItemSequencesApi update_item_sequence PATCH /accounts/koronaAccountId/itemSequences/itemSequenceId
KoronaCloudClient::ItemSequencesApi update_item_sequences PATCH /accounts/koronaAccountId/itemSequences
KoronaCloudClient::KoronaAccountApi get_korona_account GET /accounts/koronaAccountId
KoronaCloudClient::LanguagesApi add_languages POST /accounts/koronaAccountId/languages
KoronaCloudClient::LanguagesApi delete_language DELETE /accounts/koronaAccountId/languages/languageId
KoronaCloudClient::LanguagesApi delete_languages DELETE /accounts/koronaAccountId/languages
KoronaCloudClient::LanguagesApi get_language GET /accounts/koronaAccountId/languages/languageId
KoronaCloudClient::LanguagesApi get_languages GET /accounts/koronaAccountId/languages
KoronaCloudClient::LanguagesApi update_language PATCH /accounts/koronaAccountId/languages/languageId
KoronaCloudClient::LanguagesApi update_languages PATCH /accounts/koronaAccountId/languages
KoronaCloudClient::MessagesApi add_messages POST /accounts/koronaAccountId/messages
KoronaCloudClient::NumberRangeConfigurationsApi add_number_range_configurations POST /accounts/koronaAccountId/numberRangeConfigurations
KoronaCloudClient::NumberRangeConfigurationsApi get_number_range_configuration GET /accounts/koronaAccountId/numberRangeConfigurations/numberRangeConfigurationId
KoronaCloudClient::NumberRangeConfigurationsApi get_number_range_configurations GET /accounts/koronaAccountId/numberRangeConfigurations
KoronaCloudClient::NumberRangeConfigurationsApi update_number_range_configurations PATCH /accounts/koronaAccountId/numberRangeConfigurations
KoronaCloudClient::OrderPortalSuppliersApi add_order_portal_suppliers POST /accounts/koronaAccountId/orderPortalSuppliers
KoronaCloudClient::OrderPortalSuppliersApi delete_order_portal_supplier DELETE /accounts/koronaAccountId/orderPortalSuppliers/orderPortalSupplierId
KoronaCloudClient::OrderPortalSuppliersApi delete_order_portal_suppliers DELETE /accounts/koronaAccountId/orderPortalSuppliers
KoronaCloudClient::OrderPortalSuppliersApi get_order_portal_supplier GET /accounts/koronaAccountId/orderPortalSuppliers/orderPortalSupplierId
KoronaCloudClient::OrderPortalSuppliersApi get_order_portal_suppliers GET /accounts/koronaAccountId/orderPortalSuppliers
KoronaCloudClient::OrderPortalSuppliersApi update_order_portal_supplier PATCH /accounts/koronaAccountId/orderPortalSuppliers/orderPortalSupplierId
KoronaCloudClient::OrderPortalSuppliersApi update_order_portal_suppliers PATCH /accounts/koronaAccountId/orderPortalSuppliers
KoronaCloudClient::OrganizationalUnitsApi add_organizational_unit_day_ratings POST /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/dayRatings
KoronaCloudClient::OrganizationalUnitsApi add_organizational_units POST /accounts/koronaAccountId/organizationalUnits
KoronaCloudClient::OrganizationalUnitsApi delete_organizational_unit DELETE /accounts/koronaAccountId/organizationalUnits/organizationalUnitId
KoronaCloudClient::OrganizationalUnitsApi delete_organizational_unit_day_rating DELETE /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/dayRatings/dayRatingIdOrDate
KoronaCloudClient::OrganizationalUnitsApi delete_organizational_units DELETE /accounts/koronaAccountId/organizationalUnits
KoronaCloudClient::OrganizationalUnitsApi get_organizational_unit GET /accounts/koronaAccountId/organizationalUnits/organizationalUnitId
KoronaCloudClient::OrganizationalUnitsApi get_organizational_unit_day_rating GET /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/dayRatings/dayRatingIdOrDate
KoronaCloudClient::OrganizationalUnitsApi get_organizational_unit_day_ratings GET /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/dayRatings
KoronaCloudClient::OrganizationalUnitsApi get_organizational_unit_inventory_lists GET /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/inventoryLists
KoronaCloudClient::OrganizationalUnitsApi get_organizational_unit_product_stocks GET /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/productStocks
KoronaCloudClient::OrganizationalUnitsApi get_organizational_unit_stock_receipts GET /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/stockReceipts
KoronaCloudClient::OrganizationalUnitsApi get_organizational_units GET /accounts/koronaAccountId/organizationalUnits
KoronaCloudClient::OrganizationalUnitsApi update_organizational_unit PATCH /accounts/koronaAccountId/organizationalUnits/organizationalUnitId
KoronaCloudClient::OrganizationalUnitsApi update_organizational_unit_day_rating PATCH /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/dayRatings/dayRatingIdOrDate
KoronaCloudClient::OrganizationalUnitsApi update_organizational_unit_day_ratings PATCH /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/dayRatings
KoronaCloudClient::OrganizationalUnitsApi update_organizational_units PATCH /accounts/koronaAccountId/organizationalUnits
KoronaCloudClient::PaymentMethodCategoriesApi add_payment_method_categories POST /accounts/koronaAccountId/paymentMethodCategories
KoronaCloudClient::PaymentMethodCategoriesApi delete_payment_method_categories DELETE /accounts/koronaAccountId/paymentMethodCategories
KoronaCloudClient::PaymentMethodCategoriesApi delete_payment_method_category DELETE /accounts/koronaAccountId/paymentMethodCategories/paymentMethodCategoryId
KoronaCloudClient::PaymentMethodCategoriesApi get_payment_method_categories GET /accounts/koronaAccountId/paymentMethodCategories
KoronaCloudClient::PaymentMethodCategoriesApi get_payment_method_category GET /accounts/koronaAccountId/paymentMethodCategories/paymentMethodCategoryId
KoronaCloudClient::PaymentMethodCategoriesApi update_payment_method_categories PATCH /accounts/koronaAccountId/paymentMethodCategories
KoronaCloudClient::PaymentMethodCategoriesApi update_payment_method_category PATCH /accounts/koronaAccountId/paymentMethodCategories/paymentMethodCategoryId
KoronaCloudClient::PaymentMethodsApi add_payment_methods POST /accounts/koronaAccountId/paymentMethods
KoronaCloudClient::PaymentMethodsApi delete_payment_method DELETE /accounts/koronaAccountId/paymentMethods/paymentMethodId
KoronaCloudClient::PaymentMethodsApi delete_payment_methods DELETE /accounts/koronaAccountId/paymentMethods
KoronaCloudClient::PaymentMethodsApi get_payment_method GET /accounts/koronaAccountId/paymentMethods/paymentMethodId
KoronaCloudClient::PaymentMethodsApi get_payment_methods GET /accounts/koronaAccountId/paymentMethods
KoronaCloudClient::PaymentMethodsApi update_payment_method PATCH /accounts/koronaAccountId/paymentMethods/paymentMethodId
KoronaCloudClient::PaymentMethodsApi update_payment_methods PATCH /accounts/koronaAccountId/paymentMethods
KoronaCloudClient::PointsOfSaleApi add_point_of_sale_end_of_day_statements POST /accounts/koronaAccountId/pointsOfSale/pointOfSaleId/endOfDayStatements
KoronaCloudClient::PointsOfSaleApi add_point_of_sale_receipts POST /accounts/koronaAccountId/pointsOfSale/pointOfSaleId/receipts
KoronaCloudClient::PointsOfSaleApi add_points_of_sale POST /accounts/koronaAccountId/pointsOfSale
KoronaCloudClient::PointsOfSaleApi get_point_of_sale GET /accounts/koronaAccountId/pointsOfSale/pointOfSaleId
KoronaCloudClient::PointsOfSaleApi get_point_of_sale_balances GET /accounts/koronaAccountId/pointsOfSale/pointOfSaleId/balances
KoronaCloudClient::PointsOfSaleApi get_point_of_sale_end_of_day_statements GET /accounts/koronaAccountId/pointsOfSale/pointOfSaleId/endOfDayStatements
KoronaCloudClient::PointsOfSaleApi get_point_of_sale_receipt GET /accounts/koronaAccountId/pointsOfSale/pointOfSaleId/receipts/receiptId
KoronaCloudClient::PointsOfSaleApi get_point_of_sale_receipts GET /accounts/koronaAccountId/pointsOfSale/pointOfSaleId/receipts
KoronaCloudClient::PointsOfSaleApi get_points_of_sale GET /accounts/koronaAccountId/pointsOfSale
KoronaCloudClient::PointsOfSaleApi update_point_of_sale PATCH /accounts/koronaAccountId/pointsOfSale/pointOfSaleId
KoronaCloudClient::PointsOfSaleApi update_points_of_sale PATCH /accounts/koronaAccountId/pointsOfSale
KoronaCloudClient::PosButtonLayoutsApi add_pos_button_layouts POST /accounts/koronaAccountId/posButtonLayouts
KoronaCloudClient::PosButtonLayoutsApi delete_pos_button_layout DELETE /accounts/koronaAccountId/posButtonLayouts/posButtonLayoutId
KoronaCloudClient::PosButtonLayoutsApi delete_pos_button_layouts DELETE /accounts/koronaAccountId/posButtonLayouts
KoronaCloudClient::PosButtonLayoutsApi get_pos_button_layout GET /accounts/koronaAccountId/posButtonLayouts/posButtonLayoutId
KoronaCloudClient::PosButtonLayoutsApi get_pos_button_layouts GET /accounts/koronaAccountId/posButtonLayouts
KoronaCloudClient::PosButtonLayoutsApi update_pos_button_layout PATCH /accounts/koronaAccountId/posButtonLayouts/posButtonLayoutId
KoronaCloudClient::PosButtonLayoutsApi update_pos_button_layouts PATCH /accounts/koronaAccountId/posButtonLayouts
KoronaCloudClient::PosPageLayoutConfigurationsApi add_pos_page_layout_configurations POST /accounts/koronaAccountId/posPageLayoutConfigurations
KoronaCloudClient::PosPageLayoutConfigurationsApi delete_pos_page_layout_configuration DELETE /accounts/koronaAccountId/posPageLayoutConfigurations/posPageLayoutConfigurationId
KoronaCloudClient::PosPageLayoutConfigurationsApi delete_pos_page_layout_configurations DELETE /accounts/koronaAccountId/posPageLayoutConfigurations
KoronaCloudClient::PosPageLayoutConfigurationsApi get_pos_page_layout_configuration GET /accounts/koronaAccountId/posPageLayoutConfigurations/posPageLayoutConfigurationId
KoronaCloudClient::PosPageLayoutConfigurationsApi get_pos_page_layout_configurations GET /accounts/koronaAccountId/posPageLayoutConfigurations
KoronaCloudClient::PosPageLayoutConfigurationsApi update_pos_page_layout_configuration PATCH /accounts/koronaAccountId/posPageLayoutConfigurations/posPageLayoutConfigurationId
KoronaCloudClient::PosPageLayoutConfigurationsApi update_pos_page_layout_configurations PATCH /accounts/koronaAccountId/posPageLayoutConfigurations
KoronaCloudClient::PosProfilesApi add_pos_profiles POST /accounts/koronaAccountId/posProfiles
KoronaCloudClient::PosProfilesApi delete_pos_profile DELETE /accounts/koronaAccountId/posProfiles/posProfileId
KoronaCloudClient::PosProfilesApi delete_pos_profiles DELETE /accounts/koronaAccountId/posProfiles
KoronaCloudClient::PosProfilesApi get_pos_profile GET /accounts/koronaAccountId/posProfiles/posProfileId
KoronaCloudClient::PosProfilesApi get_pos_profiles GET /accounts/koronaAccountId/posProfiles
KoronaCloudClient::PosProfilesApi update_pos_profile PATCH /accounts/koronaAccountId/posProfiles/posProfileId
KoronaCloudClient::PosProfilesApi update_pos_profiles PATCH /accounts/koronaAccountId/posProfiles
KoronaCloudClient::PriceGroupsApi add_price_groups POST /accounts/koronaAccountId/priceGroups
KoronaCloudClient::PriceGroupsApi delete_price_groups DELETE /accounts/koronaAccountId/priceGroups
KoronaCloudClient::PriceGroupsApi get_price_group GET /accounts/koronaAccountId/priceGroups/priceGroupId
KoronaCloudClient::PriceGroupsApi get_price_groups GET /accounts/koronaAccountId/priceGroups
KoronaCloudClient::PriceGroupsApi update_price_groups PATCH /accounts/koronaAccountId/priceGroups
KoronaCloudClient::PriceRulesApi add_price_rules POST /accounts/koronaAccountId/priceRules
KoronaCloudClient::PriceRulesApi delete_price_rule DELETE /accounts/koronaAccountId/priceRules/priceRuleId
KoronaCloudClient::PriceRulesApi delete_price_rules DELETE /accounts/koronaAccountId/priceRules
KoronaCloudClient::PriceRulesApi get_price_rule GET /accounts/koronaAccountId/priceRules/priceRuleId
KoronaCloudClient::PriceRulesApi get_price_rules GET /accounts/koronaAccountId/priceRules
KoronaCloudClient::PriceRulesApi update_price_rule PATCH /accounts/koronaAccountId/priceRules/priceRuleId
KoronaCloudClient::PriceRulesApi update_price_rules PATCH /accounts/koronaAccountId/priceRules
KoronaCloudClient::PricesApi add_prices POST /accounts/koronaAccountId/prices
KoronaCloudClient::PricesApi delete_prices DELETE /accounts/koronaAccountId/prices
KoronaCloudClient::PricesApi get_price GET /accounts/koronaAccountId/prices/priceId
KoronaCloudClient::PricesApi get_prices GET /accounts/koronaAccountId/prices
KoronaCloudClient::PricesApi update_prices PATCH /accounts/koronaAccountId/prices
KoronaCloudClient::ProductionTypesApi add_production_types POST /accounts/koronaAccountId/productionTypes
KoronaCloudClient::ProductionTypesApi delete_production_types DELETE /accounts/koronaAccountId/productionTypes
KoronaCloudClient::ProductionTypesApi get_production_type GET /accounts/koronaAccountId/productionTypes/productionTypeId
KoronaCloudClient::ProductionTypesApi get_production_types GET /accounts/koronaAccountId/productionTypes
KoronaCloudClient::ProductionTypesApi update_production_types PATCH /accounts/koronaAccountId/productionTypes
KoronaCloudClient::ProductsApi add_products POST /accounts/koronaAccountId/products
KoronaCloudClient::ProductsApi delete_product DELETE /accounts/koronaAccountId/products/productId
KoronaCloudClient::ProductsApi delete_products DELETE /accounts/koronaAccountId/products
KoronaCloudClient::ProductsApi get_product GET /accounts/koronaAccountId/products/productId
KoronaCloudClient::ProductsApi get_product_stocks GET /accounts/koronaAccountId/products/productId/stocks
KoronaCloudClient::ProductsApi get_products GET /accounts/koronaAccountId/products
KoronaCloudClient::ProductsApi remove_tag_from_product DELETE /accounts/koronaAccountId/products/productId/tags/tagId
KoronaCloudClient::ProductsApi update_product PATCH /accounts/koronaAccountId/products/productId
KoronaCloudClient::ProductsApi update_products PATCH /accounts/koronaAccountId/products
KoronaCloudClient::PromotionsApi add_promotions POST /accounts/koronaAccountId/promotions
KoronaCloudClient::PromotionsApi delete_promotion DELETE /accounts/koronaAccountId/promotions/promotionId
KoronaCloudClient::PromotionsApi delete_promotions DELETE /accounts/koronaAccountId/promotions
KoronaCloudClient::PromotionsApi get_promotion GET /accounts/koronaAccountId/promotions/promotionId
KoronaCloudClient::PromotionsApi get_promotions GET /accounts/koronaAccountId/promotions
KoronaCloudClient::PromotionsApi update_promotion PATCH /accounts/koronaAccountId/promotions/promotionId
KoronaCloudClient::PromotionsApi update_promotions PATCH /accounts/koronaAccountId/promotions
KoronaCloudClient::ReceiptLayoutConfigurationsApi add_receipt_layout_configurations POST /accounts/koronaAccountId/receiptLayoutConfigurations
KoronaCloudClient::ReceiptLayoutConfigurationsApi delete_receipt_layout_configuration DELETE /accounts/koronaAccountId/receiptLayoutConfigurations/receiptLayoutConfigurationId
KoronaCloudClient::ReceiptLayoutConfigurationsApi delete_receipt_layout_configurations DELETE /accounts/koronaAccountId/receiptLayoutConfigurations
KoronaCloudClient::ReceiptLayoutConfigurationsApi get_receipt_layout_configuration GET /accounts/koronaAccountId/receiptLayoutConfigurations/receiptLayoutConfigurationId
KoronaCloudClient::ReceiptLayoutConfigurationsApi get_receipt_layout_configurations GET /accounts/koronaAccountId/receiptLayoutConfigurations
KoronaCloudClient::ReceiptLayoutConfigurationsApi update_receipt_layout_configuration PATCH /accounts/koronaAccountId/receiptLayoutConfigurations/receiptLayoutConfigurationId
KoronaCloudClient::ReceiptLayoutConfigurationsApi update_receipt_layout_configurations PATCH /accounts/koronaAccountId/receiptLayoutConfigurations
KoronaCloudClient::ReceiptsApi get_receipt GET /accounts/koronaAccountId/receipts/receiptId
KoronaCloudClient::ReceiptsApi get_receipt_item GET /accounts/koronaAccountId/receipts/receiptId/items/receiptItemId
KoronaCloudClient::ReceiptsApi get_receipts GET /accounts/koronaAccountId/receipts
KoronaCloudClient::ReportFilesApi add_report_files POST /accounts/koronaAccountId/reportFiles
KoronaCloudClient::ReportFilesApi delete_report_file DELETE /accounts/koronaAccountId/reportFiles/reportFileId
KoronaCloudClient::ReportFilesApi delete_report_files DELETE /accounts/koronaAccountId/reportFiles
KoronaCloudClient::ReportFilesApi get_report_file GET /accounts/koronaAccountId/reportFiles/reportFileId
KoronaCloudClient::ReportFilesApi get_report_files GET /accounts/koronaAccountId/reportFiles
KoronaCloudClient::ReportFilesApi update_report_file PATCH /accounts/koronaAccountId/reportFiles/reportFileId
KoronaCloudClient::ReportFilesApi update_report_files PATCH /accounts/koronaAccountId/reportFiles
KoronaCloudClient::RevenueAccountsApi add_revenue_accounts POST /accounts/koronaAccountId/revenueAccounts
KoronaCloudClient::RevenueAccountsApi delete_revenue_account DELETE /accounts/koronaAccountId/revenueAccounts/revenueAccountId
KoronaCloudClient::RevenueAccountsApi delete_revenue_accounts DELETE /accounts/koronaAccountId/revenueAccounts
KoronaCloudClient::RevenueAccountsApi get_revenue_account GET /accounts/koronaAccountId/revenueAccounts/revenueAccountId
KoronaCloudClient::RevenueAccountsApi get_revenue_accounts GET /accounts/koronaAccountId/revenueAccounts
KoronaCloudClient::RevenueAccountsApi update_revenue_account PATCH /accounts/koronaAccountId/revenueAccounts/revenueAccountId
KoronaCloudClient::RevenueAccountsApi update_revenue_accounts PATCH /accounts/koronaAccountId/revenueAccounts
KoronaCloudClient::SalesTaxesApi add_sales_taxes POST /accounts/koronaAccountId/salesTaxes
KoronaCloudClient::SalesTaxesApi delete_sales_taxes DELETE /accounts/koronaAccountId/salesTaxes
KoronaCloudClient::SalesTaxesApi get_sales_tax GET /accounts/koronaAccountId/salesTaxes/salesTaxId
KoronaCloudClient::SalesTaxesApi get_sales_taxes GET /accounts/koronaAccountId/salesTaxes
KoronaCloudClient::SalesTaxesApi update_sales_taxes PATCH /accounts/koronaAccountId/salesTaxes
KoronaCloudClient::SectorsApi add_sectors POST /accounts/koronaAccountId/sectors
KoronaCloudClient::SectorsApi delete_sectors DELETE /accounts/koronaAccountId/sectors
KoronaCloudClient::SectorsApi get_sector GET /accounts/koronaAccountId/sectors/sectorId
KoronaCloudClient::SectorsApi get_sectors GET /accounts/koronaAccountId/sectors
KoronaCloudClient::SectorsApi update_sectors PATCH /accounts/koronaAccountId/sectors
KoronaCloudClient::SpecialPriceConfigurationsApi add_special_price_configurations POST /accounts/koronaAccountId/specialPriceConfigurations
KoronaCloudClient::SpecialPriceConfigurationsApi delete_special_price_configurations DELETE /accounts/koronaAccountId/specialPriceConfigurations
KoronaCloudClient::SpecialPriceConfigurationsApi get_special_price_configuration GET /accounts/koronaAccountId/specialPriceConfigurations/specialPriceConfigurationId
KoronaCloudClient::SpecialPriceConfigurationsApi get_special_price_configurations GET /accounts/koronaAccountId/specialPriceConfigurations
KoronaCloudClient::SpecialPriceConfigurationsApi get_special_prices GET /accounts/koronaAccountId/specialPriceConfigurations/specialPriceConfigurationId/specialPrices
KoronaCloudClient::SpecialPriceConfigurationsApi update_special_price_configurations PATCH /accounts/koronaAccountId/specialPriceConfigurations
KoronaCloudClient::StatisticsApi get_revenue GET /accounts/koronaAccountId/statistics/revenueData
KoronaCloudClient::StatisticsApi get_revenue_for_customer_groups GET /accounts/koronaAccountId/statistics/revenueDataForCustomerGroups
KoronaCloudClient::StatisticsApi get_revenue_hourly GET /accounts/koronaAccountId/statistics/revenueDataHourly
KoronaCloudClient::StatisticsApi get_sector_revenue_by_month GET /accounts/koronaAccountId/statistics/sectorRevenueByMonth
KoronaCloudClient::StatisticsApi get_top_seller GET /accounts/koronaAccountId/statistics/topSeller
KoronaCloudClient::StockAdjustmentsApi add_stock_adjustment_items POST /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId/items
KoronaCloudClient::StockAdjustmentsApi add_stock_adjustments POST /accounts/koronaAccountId/stockAdjustments
KoronaCloudClient::StockAdjustmentsApi book_stock_adjustment PATCH /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId/book
KoronaCloudClient::StockAdjustmentsApi delete_stock_adjustment_item DELETE /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId/items/productId
KoronaCloudClient::StockAdjustmentsApi get_stock_adjustment GET /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId
KoronaCloudClient::StockAdjustmentsApi get_stock_adjustment_item GET /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId/items/productId
KoronaCloudClient::StockAdjustmentsApi get_stock_adjustment_items GET /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId/items
KoronaCloudClient::StockAdjustmentsApi get_stock_adjustments GET /accounts/koronaAccountId/stockAdjustments
KoronaCloudClient::StockAdjustmentsApi update_stock_adjustment PATCH /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId
KoronaCloudClient::StockAdjustmentsApi update_stock_adjustment_item PATCH /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId/items/productId
KoronaCloudClient::StockAdjustmentsApi update_stock_adjustment_items PATCH /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId/items
KoronaCloudClient::StockOrdersApi book_stock_order PATCH /accounts/koronaAccountId/stockOrders/stockOrderId/book
KoronaCloudClient::StockOrdersApi finalize_stock_order PATCH /accounts/koronaAccountId/stockOrders/stockOrderId/finalize
KoronaCloudClient::StockOrdersApi get_stock_order GET /accounts/koronaAccountId/stockOrders/stockOrderId
KoronaCloudClient::StockOrdersApi get_stock_order_items GET /accounts/koronaAccountId/stockOrders/stockOrderId/items
KoronaCloudClient::StockOrdersApi get_stock_orders GET /accounts/koronaAccountId/stockOrders
KoronaCloudClient::StockReceiptsApi add_stock_receipt_items POST /accounts/koronaAccountId/stockReceipts/stockReceiptId/items
KoronaCloudClient::StockReceiptsApi add_stock_receipts POST /accounts/koronaAccountId/stockReceipts
KoronaCloudClient::StockReceiptsApi book_stock_receipt PATCH /accounts/koronaAccountId/stockReceipts/stockReceiptId/book
KoronaCloudClient::StockReceiptsApi delete_stock_receipt_item DELETE /accounts/koronaAccountId/stockReceipts/stockReceiptId/items/productId
KoronaCloudClient::StockReceiptsApi get_stock_receipt GET /accounts/koronaAccountId/stockReceipts/stockReceiptId
KoronaCloudClient::StockReceiptsApi get_stock_receipt_item GET /accounts/koronaAccountId/stockReceipts/stockReceiptId/items/productId
KoronaCloudClient::StockReceiptsApi get_stock_receipt_items GET /accounts/koronaAccountId/stockReceipts/stockReceiptId/items
KoronaCloudClient::StockReceiptsApi get_stock_receipts GET /accounts/koronaAccountId/stockReceipts
KoronaCloudClient::StockReceiptsApi update_stock_receipt PATCH /accounts/koronaAccountId/stockReceipts/stockReceiptId
KoronaCloudClient::StockReceiptsApi update_stock_receipt_item PATCH /accounts/koronaAccountId/stockReceipts/stockReceiptId/items/productId
KoronaCloudClient::StockReceiptsApi update_stock_receipt_items PATCH /accounts/koronaAccountId/stockReceipts/stockReceiptId/items
KoronaCloudClient::StoreOrdersApi add_store_order_items POST /accounts/koronaAccountId/storeOrders/storeOrderId/items
KoronaCloudClient::StoreOrdersApi add_store_orders POST /accounts/koronaAccountId/storeOrders
KoronaCloudClient::StoreOrdersApi delete_store_order_item DELETE /accounts/koronaAccountId/storeOrders/storeOrderId/items/productId
KoronaCloudClient::StoreOrdersApi get_store_order GET /accounts/koronaAccountId/storeOrders/storeOrderId
KoronaCloudClient::StoreOrdersApi get_store_order_item GET /accounts/koronaAccountId/storeOrders/storeOrderId/items/productId
KoronaCloudClient::StoreOrdersApi get_store_order_items GET /accounts/koronaAccountId/storeOrders/storeOrderId/items
KoronaCloudClient::StoreOrdersApi get_store_orders GET /accounts/koronaAccountId/storeOrders
KoronaCloudClient::StoreOrdersApi order_store_order PATCH /accounts/koronaAccountId/storeOrders/storeOrderId/order
KoronaCloudClient::StoreOrdersApi update_store_order PATCH /accounts/koronaAccountId/storeOrders/storeOrderId
KoronaCloudClient::StoreOrdersApi update_store_order_item PATCH /accounts/koronaAccountId/storeOrders/storeOrderId/items/productId
KoronaCloudClient::StoreOrdersApi update_store_order_items PATCH /accounts/koronaAccountId/storeOrders/storeOrderId/items
KoronaCloudClient::SuppliersApi add_suppliers POST /accounts/koronaAccountId/suppliers
KoronaCloudClient::SuppliersApi delete_suppliers DELETE /accounts/koronaAccountId/suppliers
KoronaCloudClient::SuppliersApi get_supplier GET /accounts/koronaAccountId/suppliers/supplierId
KoronaCloudClient::SuppliersApi get_suppliers GET /accounts/koronaAccountId/suppliers
KoronaCloudClient::SuppliersApi update_suppliers PATCH /accounts/koronaAccountId/suppliers
KoronaCloudClient::TagsApi add_tags POST /accounts/koronaAccountId/tags
KoronaCloudClient::TagsApi delete_tag DELETE /accounts/koronaAccountId/tags/tagId
KoronaCloudClient::TagsApi delete_tags DELETE /accounts/koronaAccountId/tags
KoronaCloudClient::TagsApi get_tag GET /accounts/koronaAccountId/tags/tagId
KoronaCloudClient::TagsApi get_tags GET /accounts/koronaAccountId/tags
KoronaCloudClient::TagsApi update_tag PATCH /accounts/koronaAccountId/tags/tagId
KoronaCloudClient::TagsApi update_tags PATCH /accounts/koronaAccountId/tags
KoronaCloudClient::TicketingApi add_creation_task POST /accounts/koronaAccountId/ticketCreation
KoronaCloudClient::TicketingApi add_entry_gates POST /accounts/koronaAccountId/entryGates
KoronaCloudClient::TicketingApi add_events POST /accounts/koronaAccountId/events
KoronaCloudClient::TicketingApi add_or_update_attendances POST /accounts/koronaAccountId/attendances
KoronaCloudClient::TicketingApi add_ticket_definitions POST /accounts/koronaAccountId/ticketDefinitions
KoronaCloudClient::TicketingApi cancel_attendance DELETE /accounts/koronaAccountId/attendances/attendanceId
KoronaCloudClient::TicketingApi delete_entry_gates DELETE /accounts/koronaAccountId/entryGates
KoronaCloudClient::TicketingApi delete_event DELETE /accounts/koronaAccountId/events/eventId
KoronaCloudClient::TicketingApi delete_ticket_definition DELETE /accounts/koronaAccountId/ticketDefinitions/ticketDefinitionId
KoronaCloudClient::TicketingApi delete_ticket_definitions DELETE /accounts/koronaAccountId/ticketDefinitions
KoronaCloudClient::TicketingApi get_attendance GET /accounts/koronaAccountId/attendances/attendanceId
KoronaCloudClient::TicketingApi get_attendances GET /accounts/koronaAccountId/attendances
KoronaCloudClient::TicketingApi get_creation_tasks GET /accounts/koronaAccountId/ticketCreation
KoronaCloudClient::TicketingApi get_entry_gate GET /accounts/koronaAccountId/entryGates/entryGateId
KoronaCloudClient::TicketingApi get_entry_gates GET /accounts/koronaAccountId/entryGates
KoronaCloudClient::TicketingApi get_event GET /accounts/koronaAccountId/events/eventId
KoronaCloudClient::TicketingApi get_events GET /accounts/koronaAccountId/events
KoronaCloudClient::TicketingApi get_ticket_definition GET /accounts/koronaAccountId/ticketDefinitions/ticketDefinitionId
KoronaCloudClient::TicketingApi get_ticket_definitions GET /accounts/koronaAccountId/ticketDefinitions
KoronaCloudClient::TicketingApi get_tickets GET /accounts/koronaAccountId/tickets
KoronaCloudClient::TicketingApi lock_ticket DELETE /accounts/koronaAccountId/tickets/ticketNumber
KoronaCloudClient::TicketingApi unlock_ticket POST /accounts/koronaAccountId/tickets/ticketNumber
KoronaCloudClient::TicketingApi update_entry_gates PATCH /accounts/koronaAccountId/entryGates
KoronaCloudClient::TicketingApi update_event PATCH /accounts/koronaAccountId/events/eventId
KoronaCloudClient::TicketingApi update_events PATCH /accounts/koronaAccountId/events
KoronaCloudClient::TicketingApi update_ticket PATCH /accounts/koronaAccountId/tickets/ticketNumber
KoronaCloudClient::TicketingApi update_ticket_definitions PATCH /accounts/koronaAccountId/ticketDefinitions
KoronaCloudClient::TimeTrackingApi add_time_tracking_entities POST /accounts/koronaAccountId/timeTrackingEntities
KoronaCloudClient::TimeTrackingApi add_time_tracking_entries POST /accounts/koronaAccountId/timeTrackingEntries
KoronaCloudClient::TimeTrackingApi get_time_tracking_entities GET /accounts/koronaAccountId/timeTrackingEntities
KoronaCloudClient::TimeTrackingApi get_time_tracking_entity GET /accounts/koronaAccountId/timeTrackingEntities/timeTrackingEntityId
KoronaCloudClient::TimeTrackingApi get_time_tracking_entries GET /accounts/koronaAccountId/timeTrackingEntries
KoronaCloudClient::TimeTrackingApi get_time_tracking_entry GET /accounts/koronaAccountId/timeTrackingEntries/timeTrackingEntryId
KoronaCloudClient::UserRolesApi add_user_roles POST /accounts/koronaAccountId/userRoles
KoronaCloudClient::UserRolesApi delete_user_role DELETE /accounts/koronaAccountId/userRoles/userRoleId
KoronaCloudClient::UserRolesApi delete_user_roles DELETE /accounts/koronaAccountId/userRoles
KoronaCloudClient::UserRolesApi get_user_role GET /accounts/koronaAccountId/userRoles/userRoleId
KoronaCloudClient::UserRolesApi get_user_roles GET /accounts/koronaAccountId/userRoles
KoronaCloudClient::UserRolesApi update_user_role PATCH /accounts/koronaAccountId/userRoles/userRoleId
KoronaCloudClient::UserRolesApi update_user_roles PATCH /accounts/koronaAccountId/userRoles
KoronaCloudClient::UsersApi add_users POST /accounts/koronaAccountId/users
KoronaCloudClient::UsersApi delete_user DELETE /accounts/koronaAccountId/users/userId
KoronaCloudClient::UsersApi delete_users DELETE /accounts/koronaAccountId/users
KoronaCloudClient::UsersApi get_user GET /accounts/koronaAccountId/users/userId
KoronaCloudClient::UsersApi get_users GET /accounts/koronaAccountId/users
KoronaCloudClient::UsersApi update_user PATCH /accounts/koronaAccountId/users/userId
KoronaCloudClient::UsersApi update_users PATCH /accounts/koronaAccountId/users
KoronaCloudClient::VoucherConfigurationsApi add_voucher_configurations POST /accounts/koronaAccountId/voucherConfigurations
KoronaCloudClient::VoucherConfigurationsApi delete_voucher_configuration DELETE /accounts/koronaAccountId/voucherConfigurations/voucherConfigurationId
KoronaCloudClient::VoucherConfigurationsApi delete_voucher_configurations DELETE /accounts/koronaAccountId/voucherConfigurations
KoronaCloudClient::VoucherConfigurationsApi get_voucher_configuration GET /accounts/koronaAccountId/voucherConfigurations/voucherConfigurationId
KoronaCloudClient::VoucherConfigurationsApi get_voucher_configurations GET /accounts/koronaAccountId/voucherConfigurations
KoronaCloudClient::VoucherConfigurationsApi update_voucher_configuration PATCH /accounts/koronaAccountId/voucherConfigurations/voucherConfigurationId
KoronaCloudClient::VoucherConfigurationsApi update_voucher_configurations PATCH /accounts/koronaAccountId/voucherConfigurations
KoronaCloudClient::VoucherTransactionsApi get_voucher_transaction GET /accounts/koronaAccountId/voucherTransactions/voucherTransactionId
KoronaCloudClient::VoucherTransactionsApi get_voucher_transactions GET /accounts/koronaAccountId/voucherTransactions
KoronaCloudClient::VouchersApi add_voucher_voucher_transactions POST /accounts/koronaAccountId/vouchers/voucherId/transactions
KoronaCloudClient::VouchersApi add_vouchers POST /accounts/koronaAccountId/vouchers
KoronaCloudClient::VouchersApi delete_voucher DELETE /accounts/koronaAccountId/vouchers/voucherId
KoronaCloudClient::VouchersApi delete_vouchers DELETE /accounts/koronaAccountId/vouchers
KoronaCloudClient::VouchersApi get_voucher GET /accounts/koronaAccountId/vouchers/voucherId
KoronaCloudClient::VouchersApi get_voucher_voucher_transaction GET /accounts/koronaAccountId/vouchers/voucherId/transactions/voucherTransactionId
KoronaCloudClient::VouchersApi get_voucher_voucher_transactions GET /accounts/koronaAccountId/vouchers/voucherId/transactions
KoronaCloudClient::VouchersApi get_vouchers GET /accounts/koronaAccountId/vouchers
KoronaCloudClient::VouchersApi update_voucher PATCH /accounts/koronaAccountId/vouchers/voucherId
KoronaCloudClient::VouchersApi update_voucher_voucher_transaction PATCH /accounts/koronaAccountId/vouchers/voucherId/transactions/voucherTransactionId
KoronaCloudClient::VouchersApi update_voucher_voucher_transactions PATCH /accounts/koronaAccountId/vouchers/voucherId/transactions
KoronaCloudClient::VouchersApi update_vouchers PATCH /accounts/koronaAccountId/vouchers
KoronaCloudClient::VouchersApi void_voucher_voucher_transaction PATCH /accounts/koronaAccountId/vouchers/voucherId/transactions/voucherTransactionId/void

Documentation for Models

Documentation for Authorization

Authentication schemes defined for the API:

basicAuth

  • Type: HTTP basic authentication