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: 2.19.20
  • Package version: 1.0.10
  • Build package: org.openapitools.codegen.languages.RubyClientCodegen

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.10.gem

(for development, run gem install --dev ./korona-cloud-client-1.0.10.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.10'

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
body = [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
}

begin
  #adds a batch of new accounts
  result = api_instance.add_accounts(, body, 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 https://www.koronacloud.com/web/api/v3

Class Method HTTP request Description
KoronaCloudClient::AccountsApi add_accounts POST /accounts/koronaAccountId/accounts adds a batch of new accounts
KoronaCloudClient::AccountsApi delete_account DELETE /accounts/koronaAccountId/accounts/accountId deletes the single account
KoronaCloudClient::AccountsApi delete_accounts DELETE /accounts/koronaAccountId/accounts deletes a batch of accounts
KoronaCloudClient::AccountsApi get_account GET /accounts/koronaAccountId/accounts/accountId returns a single account
KoronaCloudClient::AccountsApi get_accounts GET /accounts/koronaAccountId/accounts lists all accounts
KoronaCloudClient::AccountsApi update_account PATCH /accounts/koronaAccountId/accounts/accountId updates the single account
KoronaCloudClient::AccountsApi update_accounts PATCH /accounts/koronaAccountId/accounts updates a batch of accounts
KoronaCloudClient::AdditionalReceiptInfoTypesApi add_additional_receipt_info_types POST /accounts/koronaAccountId/additionalReceiptInfoTypes adds a batch of new additional receipt infos
KoronaCloudClient::AdditionalReceiptInfoTypesApi delete_additional_receipt_info_type DELETE /accounts/koronaAccountId/additionalReceiptInfoTypes/additionalReceiptInfoTypeId deletes the single additional receipt info type
KoronaCloudClient::AdditionalReceiptInfoTypesApi delete_additional_receipt_info_types DELETE /accounts/koronaAccountId/additionalReceiptInfoTypes deletes a batch of additional receipt info types
KoronaCloudClient::AdditionalReceiptInfoTypesApi get_additional_receipt_info_type GET /accounts/koronaAccountId/additionalReceiptInfoTypes/additionalReceiptInfoTypeId returns the single additional receipt info type
KoronaCloudClient::AdditionalReceiptInfoTypesApi get_additional_receipt_info_types GET /accounts/koronaAccountId/additionalReceiptInfoTypes lists all additional receipt info types
KoronaCloudClient::AdditionalReceiptInfoTypesApi update_additional_receipt_info_type PATCH /accounts/koronaAccountId/additionalReceiptInfoTypes/additionalReceiptInfoTypeId updates the single additional receipt info type
KoronaCloudClient::AdditionalReceiptInfoTypesApi update_additional_receipt_info_types PATCH /accounts/koronaAccountId/additionalReceiptInfoTypes updates a batch of additional receipt info types
KoronaCloudClient::AssortmentsApi add_assortments POST /accounts/koronaAccountId/assortments adds a batch of new assortments
KoronaCloudClient::AssortmentsApi delete_assortment DELETE /accounts/koronaAccountId/assortments/assortmentId deletes the single assortment
KoronaCloudClient::AssortmentsApi delete_assortments DELETE /accounts/koronaAccountId/assortments deletes a batch of assortments
KoronaCloudClient::AssortmentsApi get_assortment GET /accounts/koronaAccountId/assortments/assortmentId returns the single assortment
KoronaCloudClient::AssortmentsApi get_assortments GET /accounts/koronaAccountId/assortments lists all assortments
KoronaCloudClient::AssortmentsApi update_assortment PATCH /accounts/koronaAccountId/assortments/assortmentId updates the single assortment
KoronaCloudClient::AssortmentsApi update_assortments PATCH /accounts/koronaAccountId/assortments updates a batch of assortments
KoronaCloudClient::CashierRolesApi add_cashier_roles POST /accounts/koronaAccountId/cashierRoles adds a batch of new cashier roles
KoronaCloudClient::CashierRolesApi delete_cashier_role DELETE /accounts/koronaAccountId/cashierRoles/cashierRoleId deletes the single cashier role
KoronaCloudClient::CashierRolesApi delete_cashier_roles DELETE /accounts/koronaAccountId/cashierRoles deletes a batch of cashier roles
KoronaCloudClient::CashierRolesApi get_cashier_role GET /accounts/koronaAccountId/cashierRoles/cashierRoleId returns the single cashier role
KoronaCloudClient::CashierRolesApi get_cashier_roles GET /accounts/koronaAccountId/cashierRoles lists all cashier roles
KoronaCloudClient::CashierRolesApi update_cashier_role PATCH /accounts/koronaAccountId/cashierRoles/cashierRoleId updates the single cashier role
KoronaCloudClient::CashierRolesApi update_cashier_roles PATCH /accounts/koronaAccountId/cashierRoles updates a batch of cashier roles
KoronaCloudClient::CashierVerificationRequirementsApi add_cashier_verification_requirements POST /accounts/koronaAccountId/cashierVerificationRequirements adds a batch of new cashier verification requirements
KoronaCloudClient::CashierVerificationRequirementsApi delete_cashier_verification_requirements DELETE /accounts/koronaAccountId/cashierVerificationRequirements deletes a batch of cashier verification requirements
KoronaCloudClient::CashierVerificationRequirementsApi get_cashier_verification_requirement GET /accounts/koronaAccountId/cashierVerificationRequirements/cashierVerificationRequirementId returns the single cashier verification requirement
KoronaCloudClient::CashierVerificationRequirementsApi get_cashier_verification_requirements GET /accounts/koronaAccountId/cashierVerificationRequirements lists all cashier verification requirements
KoronaCloudClient::CashierVerificationRequirementsApi update_cashier_verification_requirements PATCH /accounts/koronaAccountId/cashierVerificationRequirements updates a batch of cashier verification requirements
KoronaCloudClient::CashiersApi add_cashiers POST /accounts/koronaAccountId/cashiers adds a batch of new cashiers
KoronaCloudClient::CashiersApi delete_cashier DELETE /accounts/koronaAccountId/cashiers/cashierId deletes the single cashier
KoronaCloudClient::CashiersApi delete_cashiers DELETE /accounts/koronaAccountId/cashiers deletes a batch of cashiers
KoronaCloudClient::CashiersApi get_cashier GET /accounts/koronaAccountId/cashiers/cashierId returns the single cashier
KoronaCloudClient::CashiersApi get_cashiers GET /accounts/koronaAccountId/cashiers lists all cashiers
KoronaCloudClient::CashiersApi update_cashier PATCH /accounts/koronaAccountId/cashiers/cashierId updates the single cashier
KoronaCloudClient::CashiersApi update_cashiers PATCH /accounts/koronaAccountId/cashiers updates a batch of cashiers
KoronaCloudClient::CommodityGroupsApi add_commodity_groups POST /accounts/koronaAccountId/commodityGroups adds a batch of new commodity groups
KoronaCloudClient::CommodityGroupsApi delete_commodity_group DELETE /accounts/koronaAccountId/commodityGroups/commodityGroupId deletes the single commodity group
KoronaCloudClient::CommodityGroupsApi delete_commodity_groups DELETE /accounts/koronaAccountId/commodityGroups deletes a batch of commodity groups
KoronaCloudClient::CommodityGroupsApi get_commodity_group GET /accounts/koronaAccountId/commodityGroups/commodityGroupId returns the single commodity group
KoronaCloudClient::CommodityGroupsApi get_commodity_groups GET /accounts/koronaAccountId/commodityGroups lists all commodity groups
KoronaCloudClient::CommodityGroupsApi update_commodity_group PATCH /accounts/koronaAccountId/commodityGroups/commodityGroupId updates the single commodity group
KoronaCloudClient::CommodityGroupsApi update_commodity_groups PATCH /accounts/koronaAccountId/commodityGroups updates a batch of commodity groups
KoronaCloudClient::ContraAccountsApi add_contra_accounts POST /accounts/koronaAccountId/contraAccounts adds a batch of new contra accounts
KoronaCloudClient::ContraAccountsApi delete_contra_account DELETE /accounts/koronaAccountId/contraAccounts/contraAccountId deletes the single contra account
KoronaCloudClient::ContraAccountsApi delete_contra_accounts DELETE /accounts/koronaAccountId/contraAccounts deletes a batch of contra accounts
KoronaCloudClient::ContraAccountsApi get_contra_account GET /accounts/koronaAccountId/contraAccounts/contraAccountId returns a single contra account
KoronaCloudClient::ContraAccountsApi get_contra_accounts GET /accounts/koronaAccountId/contraAccounts lists all contra accounts
KoronaCloudClient::ContraAccountsApi update_contra_account PATCH /accounts/koronaAccountId/contraAccounts/contraAccountId updates the single contra account
KoronaCloudClient::ContraAccountsApi update_contra_accounts PATCH /accounts/koronaAccountId/contraAccounts updates a batch of contra accounts
KoronaCloudClient::CostCentersApi add_cost_centers POST /accounts/koronaAccountId/costCenters adds a batch of new cost centers
KoronaCloudClient::CostCentersApi delete_cost_center DELETE /accounts/koronaAccountId/costCenters/costCenterId deletes the single cost center
KoronaCloudClient::CostCentersApi delete_cost_centers DELETE /accounts/koronaAccountId/costCenters deletes a batch of cost centers
KoronaCloudClient::CostCentersApi get_cost_center GET /accounts/koronaAccountId/costCenters/costCenterId returns a single cost center
KoronaCloudClient::CostCentersApi get_cost_centers GET /accounts/koronaAccountId/costCenters lists all cost centers
KoronaCloudClient::CostCentersApi update_cost_center PATCH /accounts/koronaAccountId/costCenters/costCenterId updates the single cost center
KoronaCloudClient::CostCentersApi update_cost_centers PATCH /accounts/koronaAccountId/costCenters updates a batch of cost centers
KoronaCloudClient::CouponsApi get_coupon GET /accounts/koronaAccountId/coupons/couponId returns the single coupon
KoronaCloudClient::CouponsApi get_coupons GET /accounts/koronaAccountId/coupons lists all coupons
KoronaCloudClient::CurrenciesApi add_currencies POST /accounts/koronaAccountId/currencies adds a batch of new currencies
KoronaCloudClient::CurrenciesApi delete_currencies DELETE /accounts/koronaAccountId/currencies deletes a batch of currencies
KoronaCloudClient::CurrenciesApi get_currencies GET /accounts/koronaAccountId/currencies lists all currencies
KoronaCloudClient::CurrenciesApi get_currency GET /accounts/koronaAccountId/currencies/currencyId returns the single currency
KoronaCloudClient::CurrenciesApi update_currencies PATCH /accounts/koronaAccountId/currencies updates a batch of currencies
KoronaCloudClient::CustomerDisplayConfigurationsApi add_customer_display_configurations POST /accounts/koronaAccountId/customerDisplayConfigurations adds a batch of new customer display configurations
KoronaCloudClient::CustomerDisplayConfigurationsApi delete_customer_display_configuration DELETE /accounts/koronaAccountId/customerDisplayConfigurations/customerDisplayConfigurationId deletes the single customer display configuration
KoronaCloudClient::CustomerDisplayConfigurationsApi delete_customer_display_configurations DELETE /accounts/koronaAccountId/customerDisplayConfigurations deletes a batch of customer display configurations
KoronaCloudClient::CustomerDisplayConfigurationsApi get_customer_display_configuration GET /accounts/koronaAccountId/customerDisplayConfigurations/customerDisplayConfigurationId returns the single customer display configuration
KoronaCloudClient::CustomerDisplayConfigurationsApi get_customer_display_configurations GET /accounts/koronaAccountId/customerDisplayConfigurations lists all customer display configurations
KoronaCloudClient::CustomerDisplayConfigurationsApi update_customer_display_configurations PATCH /accounts/koronaAccountId/customerDisplayConfigurations updates a batch of customer display configurations
KoronaCloudClient::CustomerGroupsApi add_customer_groups POST /accounts/koronaAccountId/customerGroups adds a batch of new customer groups
KoronaCloudClient::CustomerGroupsApi delete_customer_group DELETE /accounts/koronaAccountId/customerGroups/customerGroupId deletes the single customer group
KoronaCloudClient::CustomerGroupsApi delete_customer_groups DELETE /accounts/koronaAccountId/customerGroups deletes a batch of customer groups
KoronaCloudClient::CustomerGroupsApi get_customer_group GET /accounts/koronaAccountId/customerGroups/customerGroupId returns the single customer group
KoronaCloudClient::CustomerGroupsApi get_customer_groups GET /accounts/koronaAccountId/customerGroups lists all customer groups
KoronaCloudClient::CustomerGroupsApi update_customer_group PATCH /accounts/koronaAccountId/customerGroups/customerGroupId updates the single customer group
KoronaCloudClient::CustomerGroupsApi update_customer_groups PATCH /accounts/koronaAccountId/customerGroups updates a batch of customer groups
KoronaCloudClient::CustomerOrdersApi add_customer_orders POST /accounts/koronaAccountId/customerOrders adds a batch of new customer orders
KoronaCloudClient::CustomerOrdersApi delete_customer_order DELETE /accounts/koronaAccountId/customerOrders/customerOrderId deletes the single customer order
KoronaCloudClient::CustomerOrdersApi get_customer_order GET /accounts/koronaAccountId/customerOrders/customerOrderId returns the single customer order
KoronaCloudClient::CustomerOrdersApi get_customer_orders GET /accounts/koronaAccountId/customerOrders lists all customer orders
KoronaCloudClient::CustomerOrdersApi update_customer_order PATCH /accounts/koronaAccountId/customerOrders/customerOrderId updates the single customer order
KoronaCloudClient::CustomerOrdersApi update_customer_orders PATCH /accounts/koronaAccountId/customerOrders updates a batch of customer orders
KoronaCloudClient::CustomersApi add_customers POST /accounts/koronaAccountId/customers adds a batch of new customers
KoronaCloudClient::CustomersApi delete_customer DELETE /accounts/koronaAccountId/customers/customerId deletes the single customer
KoronaCloudClient::CustomersApi delete_customers DELETE /accounts/koronaAccountId/customers deletes a batch of customers
KoronaCloudClient::CustomersApi get_customer GET /accounts/koronaAccountId/customers/customerId returns the single customer
KoronaCloudClient::CustomersApi get_customers GET /accounts/koronaAccountId/customers lists all customers
KoronaCloudClient::CustomersApi update_customer PATCH /accounts/koronaAccountId/customers/customerId updates the single customer
KoronaCloudClient::CustomersApi update_customers PATCH /accounts/koronaAccountId/customers updates a batch of customers
KoronaCloudClient::DeliveryNotesApi add_delivery_notes POST /accounts/koronaAccountId/deliveryNotes adds delivery notes
KoronaCloudClient::DeliveryNotesApi book_delivery_note PATCH /accounts/koronaAccountId/deliveryNotes/deliveryNoteId/book book the single delivery note
KoronaCloudClient::DeliveryNotesApi finalize_delivery_note PATCH /accounts/koronaAccountId/deliveryNotes/deliveryNoteId/finalize finalize the single delivery note
KoronaCloudClient::DeliveryNotesApi get_delivery_note GET /accounts/koronaAccountId/deliveryNotes/deliveryNoteId returns a single delivery note
KoronaCloudClient::DeliveryNotesApi get_delivery_note_item GET /accounts/koronaAccountId/deliveryNotes/deliveryNoteId/items/deliveryNoteItemId returns a single delivery note item
KoronaCloudClient::DeliveryNotesApi get_delivery_notes GET /accounts/koronaAccountId/deliveryNotes lists all delivery notes
KoronaCloudClient::DeviceConfigurationVariablesApi add_device_configuration_variables POST /accounts/koronaAccountId/deviceConfigurationVariables adds a batch of new device configuration variables
KoronaCloudClient::DeviceConfigurationVariablesApi delete_device_configuration_variable DELETE /accounts/koronaAccountId/deviceConfigurationVariables/deviceConfigurationVariableId deletes the single device configuration variable
KoronaCloudClient::DeviceConfigurationVariablesApi delete_device_configuration_variables DELETE /accounts/koronaAccountId/deviceConfigurationVariables deletes a batch of device configuration variables
KoronaCloudClient::DeviceConfigurationVariablesApi get_device_configuration_variable GET /accounts/koronaAccountId/deviceConfigurationVariables/deviceConfigurationVariableId returns the single device configuration variable
KoronaCloudClient::DeviceConfigurationVariablesApi get_device_configuration_variables GET /accounts/koronaAccountId/deviceConfigurationVariables lists all device configuration variables
KoronaCloudClient::DeviceConfigurationVariablesApi update_device_configuration_variables PATCH /accounts/koronaAccountId/deviceConfigurationVariables updates a batch of device configuration variables
KoronaCloudClient::DiscountConfigurationsApi add_discount_configurations POST /accounts/koronaAccountId/discountconfigurations adds a batch of new discount configurations
KoronaCloudClient::DiscountConfigurationsApi delete_discount_configuration DELETE /accounts/koronaAccountId/discountconfigurations/discountConfigurationId deletes the single discount configuration
KoronaCloudClient::DiscountConfigurationsApi delete_discount_configurations DELETE /accounts/koronaAccountId/discountconfigurations deletes a batch of discountConfigurations
KoronaCloudClient::DiscountConfigurationsApi get_discount_configuration GET /accounts/koronaAccountId/discountconfigurations/discountConfigurationId returns the single discount configuration
KoronaCloudClient::DiscountConfigurationsApi get_discount_configurations GET /accounts/koronaAccountId/discountconfigurations lists all discountConfigurations
KoronaCloudClient::DiscountConfigurationsApi update_discount_configuration PATCH /accounts/koronaAccountId/discountconfigurations/discountConfigurationId updates the single discount configuration
KoronaCloudClient::DiscountConfigurationsApi update_discount_configurations PATCH /accounts/koronaAccountId/discountconfigurations updates a batch of discountConfigurations
KoronaCloudClient::DiscountLevelsApi add_discount_levels POST /accounts/koronaAccountId/discountlevels adds a batch of new discount levels
KoronaCloudClient::DiscountLevelsApi delete_discount_level DELETE /accounts/koronaAccountId/discountlevels/discountLevelId deletes the single discount level
KoronaCloudClient::DiscountLevelsApi delete_discount_levels DELETE /accounts/koronaAccountId/discountlevels deletes a batch of discountLevels
KoronaCloudClient::DiscountLevelsApi get_discount_level GET /accounts/koronaAccountId/discountlevels/discountLevelId returns the single discount level
KoronaCloudClient::DiscountLevelsApi get_discount_levels GET /accounts/koronaAccountId/discountlevels lists all discountLevels
KoronaCloudClient::DiscountLevelsApi update_discount_level PATCH /accounts/koronaAccountId/discountlevels/discountLevelId updates the single discount level
KoronaCloudClient::DiscountLevelsApi update_discount_levels PATCH /accounts/koronaAccountId/discountlevels updates a batch of discountLevels
KoronaCloudClient::DispatchNotificationsApi add_dispatch_notification_items POST /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId/items adds dispatch notification items
KoronaCloudClient::DispatchNotificationsApi add_dispatch_notifications POST /accounts/koronaAccountId/dispatchNotifications adds dispatch notifications
KoronaCloudClient::DispatchNotificationsApi book_dispatch_notification PATCH /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId/book books the single dispatch notification
KoronaCloudClient::DispatchNotificationsApi delete_dispatch_notification DELETE /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId deletes the single dispatch notification
KoronaCloudClient::DispatchNotificationsApi delete_dispatch_notification_item DELETE /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId/items/dispatchNotificationItemId deletes the single dispatch notification item
KoronaCloudClient::DispatchNotificationsApi get_dispatch_notification GET /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId returns the single dispatch notification
KoronaCloudClient::DispatchNotificationsApi get_dispatch_notification_item GET /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId/items/dispatchNotificationItemId returns the single dispatch notification item
KoronaCloudClient::DispatchNotificationsApi get_dispatch_notification_items GET /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId/items lists all dispatch notification items
KoronaCloudClient::DispatchNotificationsApi get_dispatch_notifications GET /accounts/koronaAccountId/dispatchNotifications lists all dispatch notifications
KoronaCloudClient::DispatchNotificationsApi update_dispatch_notification PATCH /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId updates the single dispatch notification
KoronaCloudClient::DispatchNotificationsApi update_dispatch_notification_item PATCH /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId/items/dispatchNotificationItemId updates the single dispatch notification item
KoronaCloudClient::DispatchNotificationsApi update_dispatch_notification_items PATCH /accounts/koronaAccountId/dispatchNotifications/dispatchNotificationId/items updates dispatch notification items
KoronaCloudClient::EconomicZonesApi add_economic_zones POST /accounts/koronaAccountId/economicZones adds a batch of new economic zones
KoronaCloudClient::EconomicZonesApi delete_economic_zones DELETE /accounts/koronaAccountId/economicZones deletes a batch of economic zones
KoronaCloudClient::EconomicZonesApi get_economic_zone GET /accounts/koronaAccountId/economicZones/economicZoneId returns the single economic zone
KoronaCloudClient::EconomicZonesApi get_economic_zones GET /accounts/koronaAccountId/economicZones lists all economic zones
KoronaCloudClient::EconomicZonesApi update_economic_zones PATCH /accounts/koronaAccountId/economicZones updates a batch of economic zones
KoronaCloudClient::ExternalSystemCallsApi add_external_system_calls POST /accounts/koronaAccountId/externalSystemCalls adds a batch of new external system calls
KoronaCloudClient::ExternalSystemCallsApi delete_external_system_call DELETE /accounts/koronaAccountId/externalSystemCalls/externalSystemCallId deletes a single external system call
KoronaCloudClient::ExternalSystemCallsApi delete_external_system_calls DELETE /accounts/koronaAccountId/externalSystemCalls deletes a batch of external system calls
KoronaCloudClient::ExternalSystemCallsApi get_external_system_call GET /accounts/koronaAccountId/externalSystemCalls/externalSystemCallId returns a single external system call
KoronaCloudClient::ExternalSystemCallsApi get_external_system_calls GET /accounts/koronaAccountId/externalSystemCalls lists all external system calls
KoronaCloudClient::ExternalSystemCallsApi update_external_system_call PATCH /accounts/koronaAccountId/externalSystemCalls/externalSystemCallId updates the single external system call
KoronaCloudClient::ExternalSystemCallsApi update_external_system_calls PATCH /accounts/koronaAccountId/externalSystemCalls updates a batch of external system calls
KoronaCloudClient::FiscalUnitsApi add_fiscal_units POST /accounts/koronaAccountId/fiscalUnits adds a batch of fiscal units
KoronaCloudClient::FiscalUnitsApi get_fiscal_unit GET /accounts/koronaAccountId/fiscalUnits/fiscalUnitId returns the single fiscal unit
KoronaCloudClient::FiscalUnitsApi get_fiscal_units GET /accounts/koronaAccountId/fiscalUnits lists all fiscal units
KoronaCloudClient::FiscalUnitsApi update_fiscal_unit PATCH /accounts/koronaAccountId/fiscalUnits/fiscalUnitId updates the fiscal unit
KoronaCloudClient::FiscalUnitsApi update_fiscal_units PATCH /accounts/koronaAccountId/fiscalUnits updates a batch of fiscal units
KoronaCloudClient::ImagesApi get_image GET /accounts/koronaAccountId/images/imageId displays the image
KoronaCloudClient::InfoTextsApi add_info_texts POST /accounts/koronaAccountId/infoTexts adds a batch of new info texts
KoronaCloudClient::InfoTextsApi delete_info_texts DELETE /accounts/koronaAccountId/infoTexts deletes a batch of info texts
KoronaCloudClient::InfoTextsApi get_info_text GET /accounts/koronaAccountId/infoTexts/infoTextId returns the single info text
KoronaCloudClient::InfoTextsApi get_info_texts GET /accounts/koronaAccountId/infoTexts lists all info texts
KoronaCloudClient::InfoTextsApi update_info_texts PATCH /accounts/koronaAccountId/infoTexts updates a batch of info texts
KoronaCloudClient::InventoriesApi add_inventories POST /accounts/koronaAccountId/inventories adds a batch of new inventories
KoronaCloudClient::InventoriesApi add_inventory_list_items POST /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId/items adds inventory list items
KoronaCloudClient::InventoriesApi book_inventory_list PATCH /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId/book book the single inventory list
KoronaCloudClient::InventoriesApi delete_inventory DELETE /accounts/koronaAccountId/inventories/inventoryId deletes the single inventory (only allowed if hasBookedReceipts=false)
KoronaCloudClient::InventoriesApi delete_inventory_list_item DELETE /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId/items/productId deletes the single inventory list item
KoronaCloudClient::InventoriesApi get_inventories GET /accounts/koronaAccountId/inventories lists all inventories
KoronaCloudClient::InventoriesApi get_inventory GET /accounts/koronaAccountId/inventories/inventoryId returns the single inventory
KoronaCloudClient::InventoriesApi get_inventory_list GET /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId returns the single inventory list
KoronaCloudClient::InventoriesApi get_inventory_list_item GET /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId/items/productId returns the single inventory list item
KoronaCloudClient::InventoriesApi get_inventory_list_items GET /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId/items lists all inventory list items
KoronaCloudClient::InventoriesApi get_inventory_lists GET /accounts/koronaAccountId/inventories/inventoryId/inventoryLists lists all inventory lists
KoronaCloudClient::InventoriesApi update_inventory PATCH /accounts/koronaAccountId/inventories/inventoryId updates the single inventory
KoronaCloudClient::InventoriesApi update_inventory_list PATCH /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId updates the single inventory list
KoronaCloudClient::InventoriesApi update_inventory_list_item PATCH /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId/items/productId updates the single inventory list item
KoronaCloudClient::InventoriesApi update_inventory_list_items PATCH /accounts/koronaAccountId/inventories/inventoryId/inventoryLists/inventoryListId/items updates inventory list items (property [product] required))
KoronaCloudClient::ItemSequencesApi add_item_sequences POST /accounts/koronaAccountId/itemSequences adds a batch of new item sequences
KoronaCloudClient::ItemSequencesApi delete_item_sequence DELETE /accounts/koronaAccountId/itemSequences/itemSequenceId deletes the single item sequence
KoronaCloudClient::ItemSequencesApi delete_item_sequences DELETE /accounts/koronaAccountId/itemSequences deletes a batch of item sequences
KoronaCloudClient::ItemSequencesApi get_item_sequence GET /accounts/koronaAccountId/itemSequences/itemSequenceId returns a single item sequence
KoronaCloudClient::ItemSequencesApi get_item_sequences GET /accounts/koronaAccountId/itemSequences lists all item sequences
KoronaCloudClient::ItemSequencesApi update_item_sequence PATCH /accounts/koronaAccountId/itemSequences/itemSequenceId updates the single item sequence
KoronaCloudClient::ItemSequencesApi update_item_sequences PATCH /accounts/koronaAccountId/itemSequences updates a batch of item sequences
KoronaCloudClient::KoronaAccountApi get_korona_account GET /accounts/koronaAccountId returns the single korona account
KoronaCloudClient::LanguagesApi add_languages POST /accounts/koronaAccountId/languages adds a batch of new languages
KoronaCloudClient::LanguagesApi delete_language DELETE /accounts/koronaAccountId/languages/languageId deletes the single language
KoronaCloudClient::LanguagesApi delete_languages DELETE /accounts/koronaAccountId/languages deletes a batch of languages
KoronaCloudClient::LanguagesApi get_language GET /accounts/koronaAccountId/languages/languageId returns a single language
KoronaCloudClient::LanguagesApi get_languages GET /accounts/koronaAccountId/languages lists all languages
KoronaCloudClient::LanguagesApi update_language PATCH /accounts/koronaAccountId/languages/languageId updates the single language
KoronaCloudClient::LanguagesApi update_languages PATCH /accounts/koronaAccountId/languages updates a batch of languages
KoronaCloudClient::MessagesApi add_messages POST /accounts/koronaAccountId/messages sends a command type to points of sale
KoronaCloudClient::NumberRangeConfigurationsApi add_number_range_configurations POST /accounts/koronaAccountId/numberRangeConfigurations adds a batch of new number range configurations
KoronaCloudClient::NumberRangeConfigurationsApi get_number_range_configuration GET /accounts/koronaAccountId/numberRangeConfigurations/numberRangeConfigurationId returns the number range configuration
KoronaCloudClient::NumberRangeConfigurationsApi get_number_range_configurations GET /accounts/koronaAccountId/numberRangeConfigurations lists all number range configurations
KoronaCloudClient::NumberRangeConfigurationsApi update_number_range_configurations PATCH /accounts/koronaAccountId/numberRangeConfigurations updates a batch of number range configurations
KoronaCloudClient::OrganizationalUnitsApi add_organizational_unit_day_ratings POST /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/dayRatings adds a batch of new day ratings
KoronaCloudClient::OrganizationalUnitsApi add_organizational_units POST /accounts/koronaAccountId/organizationalUnits adds a batch of new organizational units
KoronaCloudClient::OrganizationalUnitsApi delete_organizational_unit DELETE /accounts/koronaAccountId/organizationalUnits/organizationalUnitId deletes the single organizational unit by its id
KoronaCloudClient::OrganizationalUnitsApi delete_organizational_unit_day_rating DELETE /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/dayRatings/dayRatingIdOrDate deletes the single day rating by its id or date
KoronaCloudClient::OrganizationalUnitsApi delete_organizational_units DELETE /accounts/koronaAccountId/organizationalUnits deletes a batch of organizational units
KoronaCloudClient::OrganizationalUnitsApi get_organizational_unit GET /accounts/koronaAccountId/organizationalUnits/organizationalUnitId returns the single organizational unit
KoronaCloudClient::OrganizationalUnitsApi get_organizational_unit_day_rating GET /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/dayRatings/dayRatingIdOrDate returns the single day rating by its id or date
KoronaCloudClient::OrganizationalUnitsApi get_organizational_unit_day_ratings GET /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/dayRatings lists all organizational unit related day ratings
KoronaCloudClient::OrganizationalUnitsApi get_organizational_unit_inventory_lists GET /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/inventoryLists lists the inventory lists belonging to the organizational unit (KORONA.retail required)
KoronaCloudClient::OrganizationalUnitsApi get_organizational_unit_product_stocks GET /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/productStocks lists the product stocks of the organizational unit, in case it contains a warehouse (KORONA.retail required)
KoronaCloudClient::OrganizationalUnitsApi get_organizational_unit_stock_receipts GET /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/stockReceipts lists the stock receipts belonging to the organizational unit (KORONA.retail required)
KoronaCloudClient::OrganizationalUnitsApi get_organizational_units GET /accounts/koronaAccountId/organizationalUnits lists all organizational units
KoronaCloudClient::OrganizationalUnitsApi update_organizational_unit PATCH /accounts/koronaAccountId/organizationalUnits/organizationalUnitId updates the organizational unit
KoronaCloudClient::OrganizationalUnitsApi update_organizational_unit_day_rating PATCH /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/dayRatings/dayRatingIdOrDate updates the day rating by its id or date
KoronaCloudClient::OrganizationalUnitsApi update_organizational_unit_day_ratings PATCH /accounts/koronaAccountId/organizationalUnits/organizationalUnitId/dayRatings updates a batch of day ratings
KoronaCloudClient::OrganizationalUnitsApi update_organizational_units PATCH /accounts/koronaAccountId/organizationalUnits updates a batch of organizational units
KoronaCloudClient::PaymentMethodCategoriesApi add_payment_method_categories POST /accounts/koronaAccountId/paymentMethodCategories adds a batch of new payment method categories
KoronaCloudClient::PaymentMethodCategoriesApi delete_payment_method_categories DELETE /accounts/koronaAccountId/paymentMethodCategories deletes a batch of payment method categories
KoronaCloudClient::PaymentMethodCategoriesApi delete_payment_method_category DELETE /accounts/koronaAccountId/paymentMethodCategories/paymentMethodCategoryId deletes the single payment method category
KoronaCloudClient::PaymentMethodCategoriesApi get_payment_method_categories GET /accounts/koronaAccountId/paymentMethodCategories lists all payment method categories
KoronaCloudClient::PaymentMethodCategoriesApi get_payment_method_category GET /accounts/koronaAccountId/paymentMethodCategories/paymentMethodCategoryId returns the single payment method category
KoronaCloudClient::PaymentMethodCategoriesApi update_payment_method_categories PATCH /accounts/koronaAccountId/paymentMethodCategories updates a batch of payment method categories
KoronaCloudClient::PaymentMethodCategoriesApi update_payment_method_category PATCH /accounts/koronaAccountId/paymentMethodCategories/paymentMethodCategoryId updates the single payment method category
KoronaCloudClient::PaymentMethodsApi add_payment_methods POST /accounts/koronaAccountId/paymentMethods adds a batch of new payment methods
KoronaCloudClient::PaymentMethodsApi delete_payment_method DELETE /accounts/koronaAccountId/paymentMethods/paymentMethodId deletes the single payment method
KoronaCloudClient::PaymentMethodsApi delete_payment_methods DELETE /accounts/koronaAccountId/paymentMethods deletes a batch of payment methods
KoronaCloudClient::PaymentMethodsApi get_payment_method GET /accounts/koronaAccountId/paymentMethods/paymentMethodId returns the single payment method
KoronaCloudClient::PaymentMethodsApi get_payment_methods GET /accounts/koronaAccountId/paymentMethods lists all payment methods
KoronaCloudClient::PaymentMethodsApi update_payment_method PATCH /accounts/koronaAccountId/paymentMethods/paymentMethodId updates the single payment method
KoronaCloudClient::PaymentMethodsApi update_payment_methods PATCH /accounts/koronaAccountId/paymentMethods updates a batch of payment methods
KoronaCloudClient::PointsOfSaleApi add_point_of_sale_end_of_day_statements POST /accounts/koronaAccountId/pointsOfSale/pointOfSaleId/endOfDayStatements adds a batch of point of sale-related end-of-day-statements
KoronaCloudClient::PointsOfSaleApi add_point_of_sale_receipts POST /accounts/koronaAccountId/pointsOfSale/pointOfSaleId/receipts adds a batch of point of sale-related receipts
KoronaCloudClient::PointsOfSaleApi add_points_of_sale POST /accounts/koronaAccountId/pointsOfSale adds a batch of new points of sale
KoronaCloudClient::PointsOfSaleApi get_point_of_sale GET /accounts/koronaAccountId/pointsOfSale/pointOfSaleId returns the single point of sale
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 lists all point of sale-related end-of-day-statements
KoronaCloudClient::PointsOfSaleApi get_point_of_sale_receipt GET /accounts/koronaAccountId/pointsOfSale/pointOfSaleId/receipts/receiptId returns the single point of sale-related receipt
KoronaCloudClient::PointsOfSaleApi get_point_of_sale_receipts GET /accounts/koronaAccountId/pointsOfSale/pointOfSaleId/receipts lists all point of sale-related receipts
KoronaCloudClient::PointsOfSaleApi get_points_of_sale GET /accounts/koronaAccountId/pointsOfSale lists all points of sale
KoronaCloudClient::PointsOfSaleApi update_point_of_sale PATCH /accounts/koronaAccountId/pointsOfSale/pointOfSaleId updates the point of sale
KoronaCloudClient::PointsOfSaleApi update_points_of_sale PATCH /accounts/koronaAccountId/pointsOfSale updates a batch of points of sale
KoronaCloudClient::PosButtonLayoutsApi add_pos_button_layouts POST /accounts/koronaAccountId/posButtonLayouts adds a batch of new pos button layouts
KoronaCloudClient::PosButtonLayoutsApi delete_pos_button_layout DELETE /accounts/koronaAccountId/posButtonLayouts/posButtonLayoutId deletes the single pos botton layout
KoronaCloudClient::PosButtonLayoutsApi delete_pos_button_layouts DELETE /accounts/koronaAccountId/posButtonLayouts deletes a batch of pos button layouts
KoronaCloudClient::PosButtonLayoutsApi get_pos_button_layout GET /accounts/koronaAccountId/posButtonLayouts/posButtonLayoutId returns the single pos button layout
KoronaCloudClient::PosButtonLayoutsApi get_pos_button_layouts GET /accounts/koronaAccountId/posButtonLayouts lists all pos button layouts
KoronaCloudClient::PosButtonLayoutsApi update_pos_button_layout PATCH /accounts/koronaAccountId/posButtonLayouts/posButtonLayoutId updates the single pos button layout
KoronaCloudClient::PosButtonLayoutsApi update_pos_button_layouts PATCH /accounts/koronaAccountId/posButtonLayouts updates a batch of pos button layouts
KoronaCloudClient::PosPageLayoutConfigurationsApi add_pos_page_layout_configurations POST /accounts/koronaAccountId/posPageLayoutConfigurations adds a batch of new pos page layout configurations
KoronaCloudClient::PosPageLayoutConfigurationsApi delete_pos_page_layout_configuration DELETE /accounts/koronaAccountId/posPageLayoutConfigurations/posPageLayoutConfigurationId deletes the single pos page layout configuration
KoronaCloudClient::PosPageLayoutConfigurationsApi delete_pos_page_layout_configurations DELETE /accounts/koronaAccountId/posPageLayoutConfigurations deletes a batch of pos page layout configurations
KoronaCloudClient::PosPageLayoutConfigurationsApi get_pos_page_layout_configuration GET /accounts/koronaAccountId/posPageLayoutConfigurations/posPageLayoutConfigurationId returns the single pos page layout configuration
KoronaCloudClient::PosPageLayoutConfigurationsApi get_pos_page_layout_configurations GET /accounts/koronaAccountId/posPageLayoutConfigurations lists all pos page layout configurations
KoronaCloudClient::PosPageLayoutConfigurationsApi update_pos_page_layout_configuration PATCH /accounts/koronaAccountId/posPageLayoutConfigurations/posPageLayoutConfigurationId updates the single pos page layout configuration
KoronaCloudClient::PosPageLayoutConfigurationsApi update_pos_page_layout_configurations PATCH /accounts/koronaAccountId/posPageLayoutConfigurations updates a batch of pos page layout configurations
KoronaCloudClient::PosProfilesApi add_pos_profiles POST /accounts/koronaAccountId/posProfiles adds a batch of new pos profiles
KoronaCloudClient::PosProfilesApi delete_pos_profile DELETE /accounts/koronaAccountId/posProfiles/posProfileId deletes the single pos profile
KoronaCloudClient::PosProfilesApi delete_pos_profiles DELETE /accounts/koronaAccountId/posProfiles deletes a batch of pos profiles
KoronaCloudClient::PosProfilesApi get_pos_profile GET /accounts/koronaAccountId/posProfiles/posProfileId returns the single pos profile
KoronaCloudClient::PosProfilesApi get_pos_profiles GET /accounts/koronaAccountId/posProfiles lists all pos profiles
KoronaCloudClient::PosProfilesApi update_pos_profile PATCH /accounts/koronaAccountId/posProfiles/posProfileId updates the single pos profile
KoronaCloudClient::PosProfilesApi update_pos_profiles PATCH /accounts/koronaAccountId/posProfiles updates a batch of pos profiles
KoronaCloudClient::PriceGroupsApi add_price_groups POST /accounts/koronaAccountId/priceGroups adds a batch of new price groups
KoronaCloudClient::PriceGroupsApi delete_price_groups DELETE /accounts/koronaAccountId/priceGroups deletes a batch of price groups
KoronaCloudClient::PriceGroupsApi get_price_group GET /accounts/koronaAccountId/priceGroups/priceGroupId returns the single price group
KoronaCloudClient::PriceGroupsApi get_price_groups GET /accounts/koronaAccountId/priceGroups lists all price groups
KoronaCloudClient::PriceGroupsApi update_price_groups PATCH /accounts/koronaAccountId/priceGroups updates a batch of price groups
KoronaCloudClient::PriceRulesApi add_price_rules POST /accounts/koronaAccountId/priceRules adds a batch of new price rules
KoronaCloudClient::PriceRulesApi delete_price_rule DELETE /accounts/koronaAccountId/priceRules/priceRuleId deletes the single price rule
KoronaCloudClient::PriceRulesApi delete_price_rules DELETE /accounts/koronaAccountId/priceRules deletes a batch of price rules
KoronaCloudClient::PriceRulesApi get_price_rule GET /accounts/koronaAccountId/priceRules/priceRuleId returns the single price rule
KoronaCloudClient::PriceRulesApi get_price_rules GET /accounts/koronaAccountId/priceRules lists all price rules
KoronaCloudClient::PriceRulesApi update_price_rule PATCH /accounts/koronaAccountId/priceRules/priceRuleId updates the single price rule
KoronaCloudClient::PriceRulesApi update_price_rules PATCH /accounts/koronaAccountId/priceRules updates a batch of price rules
KoronaCloudClient::ProductionTypesApi add_production_types POST /accounts/koronaAccountId/productionTypes adds a batch of new production types
KoronaCloudClient::ProductionTypesApi delete_production_types DELETE /accounts/koronaAccountId/productionTypes deletes a batch of production types
KoronaCloudClient::ProductionTypesApi get_production_type GET /accounts/koronaAccountId/productionTypes/productionTypeId returns the single production type
KoronaCloudClient::ProductionTypesApi get_production_types GET /accounts/koronaAccountId/productionTypes lists all production types
KoronaCloudClient::ProductionTypesApi update_production_types PATCH /accounts/koronaAccountId/productionTypes updates a batch of production types
KoronaCloudClient::ProductsApi add_products POST /accounts/koronaAccountId/products adds a batch of new products
KoronaCloudClient::ProductsApi delete_product DELETE /accounts/koronaAccountId/products/productId deletes the single product
KoronaCloudClient::ProductsApi delete_products DELETE /accounts/koronaAccountId/products deletes a batch of products
KoronaCloudClient::ProductsApi get_product GET /accounts/koronaAccountId/products/productId returns the single product
KoronaCloudClient::ProductsApi get_product_stocks GET /accounts/koronaAccountId/products/productId/stocks lists the product stocks in different warehouses (KORONA.retail required)
KoronaCloudClient::ProductsApi get_products GET /accounts/koronaAccountId/products lists all products
KoronaCloudClient::ProductsApi remove_tag_from_product DELETE /accounts/koronaAccountId/products/productId/tags/tagId removes the tag from the product
KoronaCloudClient::ProductsApi update_product PATCH /accounts/koronaAccountId/products/productId updates the single product
KoronaCloudClient::ProductsApi update_products PATCH /accounts/koronaAccountId/products updates a batch of products
KoronaCloudClient::PromotionsApi add_promotions POST /accounts/koronaAccountId/promotions adds a batch of new promotions
KoronaCloudClient::PromotionsApi delete_promotion DELETE /accounts/koronaAccountId/promotions/promotionId deletes the single promotion
KoronaCloudClient::PromotionsApi delete_promotions DELETE /accounts/koronaAccountId/promotions deletes a batch of promotions
KoronaCloudClient::PromotionsApi get_promotion GET /accounts/koronaAccountId/promotions/promotionId returns the single promotion
KoronaCloudClient::PromotionsApi get_promotions GET /accounts/koronaAccountId/promotions lists all promotions
KoronaCloudClient::PromotionsApi update_promotion PATCH /accounts/koronaAccountId/promotions/promotionId updates the single promotion
KoronaCloudClient::PromotionsApi update_promotions PATCH /accounts/koronaAccountId/promotions updates a batch of promotions
KoronaCloudClient::ReceiptLayoutConfigurationsApi add_receipt_layout_configurations POST /accounts/koronaAccountId/receiptLayoutConfigurations adds a batch of new receipt layout configurations
KoronaCloudClient::ReceiptLayoutConfigurationsApi delete_receipt_layout_configuration DELETE /accounts/koronaAccountId/receiptLayoutConfigurations/receiptLayoutConfigurationId deletes the single receipt layout configuration
KoronaCloudClient::ReceiptLayoutConfigurationsApi delete_receipt_layout_configurations DELETE /accounts/koronaAccountId/receiptLayoutConfigurations deletes a batch of receipt layout configurations
KoronaCloudClient::ReceiptLayoutConfigurationsApi get_receipt_layout_configuration GET /accounts/koronaAccountId/receiptLayoutConfigurations/receiptLayoutConfigurationId returns the single receipt layout configuration
KoronaCloudClient::ReceiptLayoutConfigurationsApi get_receipt_layout_configurations GET /accounts/koronaAccountId/receiptLayoutConfigurations lists all receipt layout configurations
KoronaCloudClient::ReceiptLayoutConfigurationsApi update_receipt_layout_configuration PATCH /accounts/koronaAccountId/receiptLayoutConfigurations/receiptLayoutConfigurationId updates the single receipt layout configuration
KoronaCloudClient::ReceiptLayoutConfigurationsApi update_receipt_layout_configurations PATCH /accounts/koronaAccountId/receiptLayoutConfigurations updates a batch of receipt layout configurations
KoronaCloudClient::ReceiptsApi get_receipt GET /accounts/koronaAccountId/receipts/receiptId returns the single receipt
KoronaCloudClient::ReceiptsApi get_receipt_item GET /accounts/koronaAccountId/receipts/receiptId/items/receiptItemId returns the single receipt item
KoronaCloudClient::ReceiptsApi get_receipts GET /accounts/koronaAccountId/receipts lists all receipts
KoronaCloudClient::ReportFilesApi add_report_files POST /accounts/koronaAccountId/reportFiles adds a batch of new report files
KoronaCloudClient::ReportFilesApi delete_report_file DELETE /accounts/koronaAccountId/reportFiles/reportFileId deletes the single report file
KoronaCloudClient::ReportFilesApi delete_report_files DELETE /accounts/koronaAccountId/reportFiles deletes a batch of report files
KoronaCloudClient::ReportFilesApi get_report_file GET /accounts/koronaAccountId/reportFiles/reportFileId returns the single report file
KoronaCloudClient::ReportFilesApi get_report_files GET /accounts/koronaAccountId/reportFiles lists all report files
KoronaCloudClient::ReportFilesApi update_report_file PATCH /accounts/koronaAccountId/reportFiles/reportFileId updates the single report file
KoronaCloudClient::ReportFilesApi update_report_files PATCH /accounts/koronaAccountId/reportFiles updates a batch of report files
KoronaCloudClient::RevenueAccountsApi add_revenue_accounts POST /accounts/koronaAccountId/revenueAccounts adds a batch of new revenue accounts
KoronaCloudClient::RevenueAccountsApi delete_revenue_account DELETE /accounts/koronaAccountId/revenueAccounts/revenueAccountId deletes the single revenue account
KoronaCloudClient::RevenueAccountsApi delete_revenue_accounts DELETE /accounts/koronaAccountId/revenueAccounts deletes a batch of revenue accounts
KoronaCloudClient::RevenueAccountsApi get_revenue_account GET /accounts/koronaAccountId/revenueAccounts/revenueAccountId returns a single revenue account
KoronaCloudClient::RevenueAccountsApi get_revenue_accounts GET /accounts/koronaAccountId/revenueAccounts lists all revenue accounts
KoronaCloudClient::RevenueAccountsApi update_revenue_account PATCH /accounts/koronaAccountId/revenueAccounts/revenueAccountId updates the single revenue account
KoronaCloudClient::RevenueAccountsApi update_revenue_accounts PATCH /accounts/koronaAccountId/revenueAccounts updates a batch of revenue accounts
KoronaCloudClient::SalesTaxesApi add_sales_taxes POST /accounts/koronaAccountId/salesTaxes adds a batch of new sales taxes
KoronaCloudClient::SalesTaxesApi delete_sales_taxes DELETE /accounts/koronaAccountId/salesTaxes deletes a batch of sales taxes
KoronaCloudClient::SalesTaxesApi get_sales_tax GET /accounts/koronaAccountId/salesTaxes/salesTaxId returns the single sales tax
KoronaCloudClient::SalesTaxesApi get_sales_taxes GET /accounts/koronaAccountId/salesTaxes lists all sales taxes
KoronaCloudClient::SalesTaxesApi update_sales_taxes PATCH /accounts/koronaAccountId/salesTaxes updates a batch of sales taxes
KoronaCloudClient::SectorsApi add_sectors POST /accounts/koronaAccountId/sectors adds a batch of new sectors
KoronaCloudClient::SectorsApi delete_sectors DELETE /accounts/koronaAccountId/sectors deletes a batch of sectors
KoronaCloudClient::SectorsApi get_sector GET /accounts/koronaAccountId/sectors/sectorId returns the single sector
KoronaCloudClient::SectorsApi get_sectors GET /accounts/koronaAccountId/sectors lists all sectors
KoronaCloudClient::SectorsApi update_sectors PATCH /accounts/koronaAccountId/sectors updates a batch of sectors
KoronaCloudClient::SpecialPriceConfigurationsApi add_special_price_configurations POST /accounts/koronaAccountId/specialPriceConfigurations adds a batch of new special price configurations
KoronaCloudClient::SpecialPriceConfigurationsApi delete_special_price_configurations DELETE /accounts/koronaAccountId/specialPriceConfigurations deletes a batch of special price configurations
KoronaCloudClient::SpecialPriceConfigurationsApi get_special_price_configuration GET /accounts/koronaAccountId/specialPriceConfigurations/specialPriceConfigurationId returns the single special price configuration
KoronaCloudClient::SpecialPriceConfigurationsApi get_special_price_configurations GET /accounts/koronaAccountId/specialPriceConfigurations lists all special price configurations
KoronaCloudClient::SpecialPriceConfigurationsApi get_special_prices GET /accounts/koronaAccountId/specialPriceConfigurations/specialPriceConfigurationId/specialPrices returns the special prices for the given configuration
KoronaCloudClient::SpecialPriceConfigurationsApi update_special_price_configurations PATCH /accounts/koronaAccountId/specialPriceConfigurations updates a batch of special price configurations
KoronaCloudClient::StatisticsApi get_revenue GET /accounts/koronaAccountId/statistics/revenueData returns information about the revenue in the given period
KoronaCloudClient::StatisticsApi get_revenue_for_customer_groups GET /accounts/koronaAccountId/statistics/revenueDataForCustomerGroups returns the turnover per customer group during the given period
KoronaCloudClient::StatisticsApi get_revenue_hourly GET /accounts/koronaAccountId/statistics/revenueDataHourly returns the turnover per hour during the given period
KoronaCloudClient::StatisticsApi get_top_seller GET /accounts/koronaAccountId/statistics/topSeller returns the top-seller
KoronaCloudClient::StockAdjustmentsApi add_stock_adjustment_items POST /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId/items adds stock adjustment items
KoronaCloudClient::StockAdjustmentsApi add_stock_adjustments POST /accounts/koronaAccountId/stockAdjustments adds stock adjustments
KoronaCloudClient::StockAdjustmentsApi book_stock_adjustment PATCH /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId/book book the single stock adjustment
KoronaCloudClient::StockAdjustmentsApi delete_stock_adjustment_item DELETE /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId/items/productId deletes the single stock adjustment item
KoronaCloudClient::StockAdjustmentsApi get_stock_adjustment GET /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId returns a single stock adjustment
KoronaCloudClient::StockAdjustmentsApi get_stock_adjustment_item GET /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId/items/productId returns a single stock adjustment item
KoronaCloudClient::StockAdjustmentsApi get_stock_adjustment_items GET /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId/items lists all stock adjustment items
KoronaCloudClient::StockAdjustmentsApi get_stock_adjustments GET /accounts/koronaAccountId/stockAdjustments lists all stock adjustments
KoronaCloudClient::StockAdjustmentsApi update_stock_adjustment PATCH /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId updates the single stock adjustment
KoronaCloudClient::StockAdjustmentsApi update_stock_adjustment_item PATCH /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId/items/productId updates the single stock adjustment item
KoronaCloudClient::StockAdjustmentsApi update_stock_adjustment_items PATCH /accounts/koronaAccountId/stockAdjustments/stockAdjustmentId/items updates stock adjustment items
KoronaCloudClient::StockOrdersApi book_stock_order PATCH /accounts/koronaAccountId/stockOrders/stockOrderId/book book the single stock order
KoronaCloudClient::StockOrdersApi finalize_stock_order PATCH /accounts/koronaAccountId/stockOrders/stockOrderId/finalize finalize the single stock order
KoronaCloudClient::StockOrdersApi get_stock_order GET /accounts/koronaAccountId/stockOrders/stockOrderId returns a single stock order
KoronaCloudClient::StockOrdersApi get_stock_order_items GET /accounts/koronaAccountId/stockOrders/stockOrderId/items lists all stock order items
KoronaCloudClient::StockOrdersApi get_stock_orders GET /accounts/koronaAccountId/stockOrders lists all stock orders
KoronaCloudClient::StockReceiptsApi add_stock_receipt_items POST /accounts/koronaAccountId/stockReceipts/stockReceiptId/items adds stock-receipt items
KoronaCloudClient::StockReceiptsApi add_stock_receipts POST /accounts/koronaAccountId/stockReceipts adds stock-receipts
KoronaCloudClient::StockReceiptsApi book_stock_receipt PATCH /accounts/koronaAccountId/stockReceipts/stockReceiptId/book book the single stock-receipt
KoronaCloudClient::StockReceiptsApi delete_stock_receipt_item DELETE /accounts/koronaAccountId/stockReceipts/stockReceiptId/items/productId deletes the single stock-receipt item
KoronaCloudClient::StockReceiptsApi get_stock_receipt GET /accounts/koronaAccountId/stockReceipts/stockReceiptId returns the single stock-receipt
KoronaCloudClient::StockReceiptsApi get_stock_receipt_item GET /accounts/koronaAccountId/stockReceipts/stockReceiptId/items/productId returns the single stock-receipt item
KoronaCloudClient::StockReceiptsApi get_stock_receipt_items GET /accounts/koronaAccountId/stockReceipts/stockReceiptId/items lists all stock-receipt items
KoronaCloudClient::StockReceiptsApi get_stock_receipts GET /accounts/koronaAccountId/stockReceipts lists all stock-receipts
KoronaCloudClient::StockReceiptsApi update_stock_receipt PATCH /accounts/koronaAccountId/stockReceipts/stockReceiptId updates the single stock-receipt
KoronaCloudClient::StockReceiptsApi update_stock_receipt_item PATCH /accounts/koronaAccountId/stockReceipts/stockReceiptId/items/productId updates the single stock-receipt item
KoronaCloudClient::StockReceiptsApi update_stock_receipt_items PATCH /accounts/koronaAccountId/stockReceipts/stockReceiptId/items updates stock-receipt items
KoronaCloudClient::StoreOrdersApi add_store_order_items POST /accounts/koronaAccountId/storeOrders/storeOrderId/items adds store order items
KoronaCloudClient::StoreOrdersApi add_store_orders POST /accounts/koronaAccountId/storeOrders adds store orders
KoronaCloudClient::StoreOrdersApi delete_store_order_item DELETE /accounts/koronaAccountId/storeOrders/storeOrderId/items/productId deletes the single store order item
KoronaCloudClient::StoreOrdersApi get_store_order GET /accounts/koronaAccountId/storeOrders/storeOrderId returns a single store order
KoronaCloudClient::StoreOrdersApi get_store_order_item GET /accounts/koronaAccountId/storeOrders/storeOrderId/items/productId returns the single store order item
KoronaCloudClient::StoreOrdersApi get_store_order_items GET /accounts/koronaAccountId/storeOrders/storeOrderId/items lists all store order items
KoronaCloudClient::StoreOrdersApi get_store_orders GET /accounts/koronaAccountId/storeOrders lists all store orders
KoronaCloudClient::StoreOrdersApi order_store_order PATCH /accounts/koronaAccountId/storeOrders/storeOrderId/order orders and finalizes the store order
KoronaCloudClient::StoreOrdersApi update_store_order PATCH /accounts/koronaAccountId/storeOrders/storeOrderId updates the single store order
KoronaCloudClient::StoreOrdersApi update_store_order_item PATCH /accounts/koronaAccountId/storeOrders/storeOrderId/items/productId updates the single store order item
KoronaCloudClient::StoreOrdersApi update_store_order_items PATCH /accounts/koronaAccountId/storeOrders/storeOrderId/items updates store order items
KoronaCloudClient::SuppliersApi add_suppliers POST /accounts/koronaAccountId/suppliers adds a batch of new suppliers
KoronaCloudClient::SuppliersApi delete_suppliers DELETE /accounts/koronaAccountId/suppliers deletes a batch of suppliers
KoronaCloudClient::SuppliersApi get_supplier GET /accounts/koronaAccountId/suppliers/supplierId returns the single supplier
KoronaCloudClient::SuppliersApi get_suppliers GET /accounts/koronaAccountId/suppliers lists all suppliers
KoronaCloudClient::SuppliersApi update_suppliers PATCH /accounts/koronaAccountId/suppliers updates a batch of suppliers
KoronaCloudClient::TagsApi add_tags POST /accounts/koronaAccountId/tags adds a batch of new tags
KoronaCloudClient::TagsApi delete_tag DELETE /accounts/koronaAccountId/tags/tagId deletes the single tag
KoronaCloudClient::TagsApi delete_tags DELETE /accounts/koronaAccountId/tags deletes a batch of tags
KoronaCloudClient::TagsApi get_tag GET /accounts/koronaAccountId/tags/tagId returns the single tag
KoronaCloudClient::TagsApi get_tags GET /accounts/koronaAccountId/tags lists all tags
KoronaCloudClient::TagsApi update_tag PATCH /accounts/koronaAccountId/tags/tagId updates the single tag
KoronaCloudClient::TagsApi update_tags PATCH /accounts/koronaAccountId/tags updates a batch of tags
KoronaCloudClient::TicketingApi add_creation_task POST /accounts/koronaAccountId/ticketCreation adds a creation task
KoronaCloudClient::TicketingApi add_entry_gates POST /accounts/koronaAccountId/entryGates adds a batch of new entry gates
KoronaCloudClient::TicketingApi add_events POST /accounts/koronaAccountId/events adds a batch of new events
KoronaCloudClient::TicketingApi add_or_update_attendances POST /accounts/koronaAccountId/attendances updates/adds attendances
KoronaCloudClient::TicketingApi add_ticket_definitions POST /accounts/koronaAccountId/ticketDefinitions adds a batch of new ticket definitions
KoronaCloudClient::TicketingApi cancel_attendance DELETE /accounts/koronaAccountId/attendances/attendanceId cancel the attendance
KoronaCloudClient::TicketingApi delete_entry_gates DELETE /accounts/koronaAccountId/entryGates deletes a batch of entry gates
KoronaCloudClient::TicketingApi delete_event DELETE /accounts/koronaAccountId/events/eventId deletes the single event
KoronaCloudClient::TicketingApi delete_ticket_definition DELETE /accounts/koronaAccountId/ticketDefinitions/ticketDefinitionId deletes the single ticket definition
KoronaCloudClient::TicketingApi delete_ticket_definitions DELETE /accounts/koronaAccountId/ticketDefinitions deletes a batch of ticket definitions
KoronaCloudClient::TicketingApi get_attendance GET /accounts/koronaAccountId/attendances/attendanceId returns the single attendance
KoronaCloudClient::TicketingApi get_attendances GET /accounts/koronaAccountId/attendances lists all attendances
KoronaCloudClient::TicketingApi get_creation_tasks GET /accounts/koronaAccountId/ticketCreation creation tasks, personalization will always be empty for technical reasons
KoronaCloudClient::TicketingApi get_entry_gate GET /accounts/koronaAccountId/entryGates/entryGateId returns the single entry gate
KoronaCloudClient::TicketingApi get_entry_gates GET /accounts/koronaAccountId/entryGates lists all entry gates
KoronaCloudClient::TicketingApi get_event GET /accounts/koronaAccountId/events/eventId returns the single event
KoronaCloudClient::TicketingApi get_events GET /accounts/koronaAccountId/events lists all events
KoronaCloudClient::TicketingApi get_ticket_definition GET /accounts/koronaAccountId/ticketDefinitions/ticketDefinitionId returns the single ticket definition
KoronaCloudClient::TicketingApi get_ticket_definitions GET /accounts/koronaAccountId/ticketDefinitions lists all ticket definitions
KoronaCloudClient::TicketingApi get_tickets GET /accounts/koronaAccountId/tickets lists all tickets
KoronaCloudClient::TicketingApi lock_ticket DELETE /accounts/koronaAccountId/tickets/ticketNumber locks the single ticket
KoronaCloudClient::TicketingApi unlock_ticket POST /accounts/koronaAccountId/tickets/ticketNumber unlocks the single ticket
KoronaCloudClient::TicketingApi update_entry_gates PATCH /accounts/koronaAccountId/entryGates updates a batch of entry gates
KoronaCloudClient::TicketingApi update_event PATCH /accounts/koronaAccountId/events/eventId updates the single event
KoronaCloudClient::TicketingApi update_events PATCH /accounts/koronaAccountId/events updates a batch of events
KoronaCloudClient::TicketingApi update_ticket PATCH /accounts/koronaAccountId/tickets/ticketNumber updates the single ticket
KoronaCloudClient::TicketingApi update_ticket_definitions PATCH /accounts/koronaAccountId/ticketDefinitions updates a batch of ticket definitions
KoronaCloudClient::TimeTrackingApi add_time_tracking_entities POST /accounts/koronaAccountId/timeTrackingEntities adds a batch of new time tracking entities
KoronaCloudClient::TimeTrackingApi add_time_tracking_entries POST /accounts/koronaAccountId/timeTrackingEntries adds a batch of new time tracking entries
KoronaCloudClient::TimeTrackingApi get_time_tracking_entities GET /accounts/koronaAccountId/timeTrackingEntities lists time tracking entities
KoronaCloudClient::TimeTrackingApi get_time_tracking_entity GET /accounts/koronaAccountId/timeTrackingEntities/timeTrackingEntityId returns a single time tracking entity
KoronaCloudClient::TimeTrackingApi get_time_tracking_entries GET /accounts/koronaAccountId/timeTrackingEntries lists time tracking entries
KoronaCloudClient::TimeTrackingApi get_time_tracking_entry GET /accounts/koronaAccountId/timeTrackingEntries/timeTrackingEntryId returns a single time tracking entry
KoronaCloudClient::UserRolesApi add_user_roles POST /accounts/koronaAccountId/userRoles adds a batch of new user roles
KoronaCloudClient::UserRolesApi delete_user_role DELETE /accounts/koronaAccountId/userRoles/userRoleId deletes the single user role
KoronaCloudClient::UserRolesApi delete_user_roles DELETE /accounts/koronaAccountId/userRoles deletes a batch of user roles
KoronaCloudClient::UserRolesApi get_user_role GET /accounts/koronaAccountId/userRoles/userRoleId returns the single user role
KoronaCloudClient::UserRolesApi get_user_roles GET /accounts/koronaAccountId/userRoles lists all user roles
KoronaCloudClient::UserRolesApi update_user_role PATCH /accounts/koronaAccountId/userRoles/userRoleId updates the single user role
KoronaCloudClient::UserRolesApi update_user_roles PATCH /accounts/koronaAccountId/userRoles updates a batch of user roles
KoronaCloudClient::VoucherConfigurationsApi add_voucher_configurations POST /accounts/koronaAccountId/voucherConfigurations adds a batch of new voucher configurations
KoronaCloudClient::VoucherConfigurationsApi delete_voucher_configuration DELETE /accounts/koronaAccountId/voucherConfigurations/voucherConfigurationId deletes the single voucher configuration
KoronaCloudClient::VoucherConfigurationsApi delete_voucher_configurations DELETE /accounts/koronaAccountId/voucherConfigurations deletes a batch of voucher configurations
KoronaCloudClient::VoucherConfigurationsApi get_voucher_configuration GET /accounts/koronaAccountId/voucherConfigurations/voucherConfigurationId returns the single voucher configuration
KoronaCloudClient::VoucherConfigurationsApi get_voucher_configurations GET /accounts/koronaAccountId/voucherConfigurations lists all voucher configurations
KoronaCloudClient::VoucherConfigurationsApi update_voucher_configuration PATCH /accounts/koronaAccountId/voucherConfigurations/voucherConfigurationId updates the single voucher configuration
KoronaCloudClient::VoucherConfigurationsApi update_voucher_configurations PATCH /accounts/koronaAccountId/voucherConfigurations updates a batch of voucher configurations
KoronaCloudClient::VouchersApi add_voucher_voucher_transactions POST /accounts/koronaAccountId/vouchers/voucherId/transactions adds a batch of new voucher transactions
KoronaCloudClient::VouchersApi add_vouchers POST /accounts/koronaAccountId/vouchers adds a batch of new vouchers
KoronaCloudClient::VouchersApi delete_voucher DELETE /accounts/koronaAccountId/vouchers/voucherId deletes the single voucher
KoronaCloudClient::VouchersApi delete_vouchers DELETE /accounts/koronaAccountId/vouchers deletes a batch of vouchers
KoronaCloudClient::VouchersApi get_voucher GET /accounts/koronaAccountId/vouchers/voucherId returns the single voucher
KoronaCloudClient::VouchersApi get_voucher_transaction GET /accounts/koronaAccountId/voucherTransactions/voucherTransactionId returns the single voucher transaction
KoronaCloudClient::VouchersApi get_voucher_transactions GET /accounts/koronaAccountId/voucherTransactions returns all voucher transactions
KoronaCloudClient::VouchersApi get_voucher_voucher_transaction GET /accounts/koronaAccountId/vouchers/voucherId/transactions/voucherTransactionId returns the single voucher transaction
KoronaCloudClient::VouchersApi get_voucher_voucher_transactions GET /accounts/koronaAccountId/vouchers/voucherId/transactions returns all voucher transaction of specified voucher
KoronaCloudClient::VouchersApi get_vouchers GET /accounts/koronaAccountId/vouchers lists all vouchers
KoronaCloudClient::VouchersApi update_voucher PATCH /accounts/koronaAccountId/vouchers/voucherId updates the single voucher
KoronaCloudClient::VouchersApi update_voucher_voucher_transaction PATCH /accounts/koronaAccountId/vouchers/voucherId/transactions/voucherTransactionId updates the voucher transaction
KoronaCloudClient::VouchersApi update_voucher_voucher_transactions PATCH /accounts/koronaAccountId/vouchers/voucherId/transactions updates a batch of vouchers
KoronaCloudClient::VouchersApi update_vouchers PATCH /accounts/koronaAccountId/vouchers updates a batch of vouchers
KoronaCloudClient::VouchersApi void_voucher_voucher_transaction PATCH /accounts/koronaAccountId/vouchers/voucherId/transactions/voucherTransactionId/void voids the voucher transaction

Documentation for Models

Documentation for Authorization

basicAuth

  • Type: HTTP basic authentication