korona_client 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +7 -0
- data/Gemfile.lock +69 -0
- data/README.md +332 -0
- data/Rakefile +8 -0
- data/docs/Account.md +19 -0
- data/docs/AccountSummary.md +10 -0
- data/docs/AccountTransaction.md +11 -0
- data/docs/AccountsApi.md +131 -0
- data/docs/AddOrUpdateResult.md +13 -0
- data/docs/AddressInformation.md +14 -0
- data/docs/Admission.md +9 -0
- data/docs/Amount.md +12 -0
- data/docs/AmountCountData.md +9 -0
- data/docs/Assortment.md +15 -0
- data/docs/AssortmentsApi.md +254 -0
- data/docs/BadRequestError.md +9 -0
- data/docs/Capacity.md +9 -0
- data/docs/Cashier.md +20 -0
- data/docs/CashierSummary.md +13 -0
- data/docs/CashiersApi.md +131 -0
- data/docs/Category.md +9 -0
- data/docs/CloudSubscription.md +9 -0
- data/docs/CommodityGroup.md +13 -0
- data/docs/CommodityGroupSummary.md +11 -0
- data/docs/CompanyIdentification.md +9 -0
- data/docs/CurrenciesApi.md +131 -0
- data/docs/Currency.md +19 -0
- data/docs/CurrencyDenomination.md +9 -0
- data/docs/CurrencyExchangeRate.md +9 -0
- data/docs/Customer.md +26 -0
- data/docs/CustomerCard.md +9 -0
- data/docs/CustomerData.md +9 -0
- data/docs/CustomerGroup.md +13 -0
- data/docs/CustomerGroupSummary.md +11 -0
- data/docs/CustomerGroupsApi.md +131 -0
- data/docs/CustomerInformation.md +10 -0
- data/docs/CustomerOrder.md +26 -0
- data/docs/CustomerOrdersApi.md +368 -0
- data/docs/CustomersApi.md +360 -0
- data/docs/DayRating.md +17 -0
- data/docs/DeviceInformation.md +9 -0
- data/docs/EconomicZone.md +12 -0
- data/docs/EconomicZonesApi.md +131 -0
- data/docs/EndOfDayStatement.md +16 -0
- data/docs/EndOfDayStatementSummary.md +13 -0
- data/docs/EntryGate.md +14 -0
- data/docs/Event.md +17 -0
- data/docs/ForbiddenError.md +9 -0
- data/docs/GeoLocation.md +9 -0
- data/docs/ImagesApi.md +64 -0
- data/docs/InfoText.md +13 -0
- data/docs/InfoTextsApi.md +131 -0
- data/docs/Interval.md +9 -0
- data/docs/InventoriesKORONARetailApi.md +890 -0
- data/docs/Inventory.md +26 -0
- data/docs/InventoryList.md +22 -0
- data/docs/InventoryListItem.md +13 -0
- data/docs/InventoryListItemStock.md +9 -0
- data/docs/KoronaAccount.md +16 -0
- data/docs/KoronaAccountApi.md +62 -0
- data/docs/MethodNotAllowedError.md +9 -0
- data/docs/ModelReference.md +10 -0
- data/docs/NotFoundError.md +9 -0
- data/docs/OrganizationalUnit.md +17 -0
- data/docs/OrganizationalUnitsApi.md +724 -0
- data/docs/Payment.md +12 -0
- data/docs/PaymentMethod.md +17 -0
- data/docs/PaymentMethodsApi.md +131 -0
- data/docs/PaymentSummary.md +10 -0
- data/docs/Period.md +10 -0
- data/docs/PeriodListTopSeller.md +10 -0
- data/docs/PeriodMapStringRevenueData.md +10 -0
- data/docs/PeriodObject.md +10 -0
- data/docs/PeriodRevenueData.md +10 -0
- data/docs/PointsOfSaleApi.md +537 -0
- data/docs/Pos.md +25 -0
- data/docs/PriceGroup.md +14 -0
- data/docs/PriceGroupsApi.md +131 -0
- data/docs/Product.md +49 -0
- data/docs/ProductCode.md +9 -0
- data/docs/ProductDescription.md +9 -0
- data/docs/ProductPrice.md +12 -0
- data/docs/ProductStock.md +12 -0
- data/docs/ProductSubproduct.md +10 -0
- data/docs/ProductSupplierPrice.md +12 -0
- data/docs/ProductTransferInvolvedPartyInformation.md +13 -0
- data/docs/ProductTransferInvolvedPartyInformationData.md +10 -0
- data/docs/ProductsApi.md +435 -0
- data/docs/Rating.md +10 -0
- data/docs/Receipt.md +28 -0
- data/docs/ReceiptItem.md +16 -0
- data/docs/ReceiptsApi.md +139 -0
- data/docs/ResultList.md +13 -0
- data/docs/ResultListAccount.md +13 -0
- data/docs/ResultListAssortment.md +13 -0
- data/docs/ResultListCashier.md +13 -0
- data/docs/ResultListCommodityGroup.md +13 -0
- data/docs/ResultListCurrency.md +13 -0
- data/docs/ResultListCustomer.md +13 -0
- data/docs/ResultListCustomerGroup.md +13 -0
- data/docs/ResultListCustomerOrder.md +13 -0
- data/docs/ResultListDayRating.md +13 -0
- data/docs/ResultListEconomicZone.md +13 -0
- data/docs/ResultListEndOfDayStatement.md +13 -0
- data/docs/ResultListEntryGate.md +13 -0
- data/docs/ResultListEvent.md +13 -0
- data/docs/ResultListInfoText.md +13 -0
- data/docs/ResultListInventory.md +13 -0
- data/docs/ResultListInventoryList.md +13 -0
- data/docs/ResultListInventoryListItem.md +13 -0
- data/docs/ResultListOrganizationalUnit.md +13 -0
- data/docs/ResultListPaymentMethod.md +13 -0
- data/docs/ResultListPos.md +13 -0
- data/docs/ResultListPriceGroup.md +13 -0
- data/docs/ResultListProduct.md +13 -0
- data/docs/ResultListProductStock.md +13 -0
- data/docs/ResultListReceipt.md +13 -0
- data/docs/ResultListSalesTax.md +13 -0
- data/docs/ResultListSector.md +13 -0
- data/docs/ResultListStockReceipt.md +13 -0
- data/docs/ResultListStockReceiptItem.md +13 -0
- data/docs/ResultListSupplier.md +13 -0
- data/docs/ResultListTag.md +13 -0
- data/docs/ResultListTicketDefinition.md +13 -0
- data/docs/RevenueData.md +12 -0
- data/docs/SalesTax.md +15 -0
- data/docs/SalesTaxRate.md +9 -0
- data/docs/SalesTaxesApi.md +131 -0
- data/docs/Sector.md +13 -0
- data/docs/SectorSalesTaxItem.md +9 -0
- data/docs/SectorsApi.md +131 -0
- data/docs/Statistic.md +10 -0
- data/docs/StatisticListTopSeller.md +10 -0
- data/docs/StatisticMapStringRevenueData.md +10 -0
- data/docs/StatisticRevenueData.md +10 -0
- data/docs/StatisticsApi.md +250 -0
- data/docs/StockReceipt.md +28 -0
- data/docs/StockReceiptItem.md +14 -0
- data/docs/StockReceiptItemAmount.md +9 -0
- data/docs/StockReceiptItemIdentification.md +10 -0
- data/docs/StockReceiptItemPurchasePrice.md +9 -0
- data/docs/StockReceiptsKORONARetailApi.md +629 -0
- data/docs/Supplier.md +19 -0
- data/docs/SupplierContact.md +11 -0
- data/docs/SupplierContactPerson.md +14 -0
- data/docs/SupplierPaymentInformation.md +16 -0
- data/docs/SuppliersApi.md +131 -0
- data/docs/Tag.md +12 -0
- data/docs/TagsApi.md +131 -0
- data/docs/TaxPayment.md +11 -0
- data/docs/TaxSummary.md +10 -0
- data/docs/TicketDefinition.md +19 -0
- data/docs/TicketingApi.md +377 -0
- data/docs/TimePeriod.md +14 -0
- data/docs/TooManyRequestsError.md +9 -0
- data/docs/TopSeller.md +12 -0
- data/docs/TotalPrice.md +12 -0
- data/docs/Weather.md +10 -0
- data/git_push.sh +55 -0
- data/korona_client.gemspec +46 -0
- data/lib/korona_client.rb +193 -0
- data/lib/korona_client/api/accounts_api.rb +154 -0
- data/lib/korona_client/api/assortments_api.rb +285 -0
- data/lib/korona_client/api/cashiers_api.rb +154 -0
- data/lib/korona_client/api/currencies_api.rb +154 -0
- data/lib/korona_client/api/customer_groups_api.rb +154 -0
- data/lib/korona_client/api/customer_orders_api.rb +414 -0
- data/lib/korona_client/api/customers_api.rb +402 -0
- data/lib/korona_client/api/economic_zones_api.rb +154 -0
- data/lib/korona_client/api/images_api.rb +81 -0
- data/lib/korona_client/api/info_texts_api.rb +154 -0
- data/lib/korona_client/api/inventories_korona_retail_api.rb +1022 -0
- data/lib/korona_client/api/korona_account_api.rb +78 -0
- data/lib/korona_client/api/organizational_units_api.rb +827 -0
- data/lib/korona_client/api/payment_methods_api.rb +154 -0
- data/lib/korona_client/api/points_of_sale_api.rb +604 -0
- data/lib/korona_client/api/price_groups_api.rb +154 -0
- data/lib/korona_client/api/products_api.rb +487 -0
- data/lib/korona_client/api/receipts_api.rb +166 -0
- data/lib/korona_client/api/sales_taxes_api.rb +154 -0
- data/lib/korona_client/api/sectors_api.rb +154 -0
- data/lib/korona_client/api/statistics_api.rb +282 -0
- data/lib/korona_client/api/stock_receipts_korona_retail_api.rb +717 -0
- data/lib/korona_client/api/suppliers_api.rb +154 -0
- data/lib/korona_client/api/tags_api.rb +154 -0
- data/lib/korona_client/api/ticketing_api.rb +416 -0
- data/lib/korona_client/api_client.rb +389 -0
- data/lib/korona_client/api_error.rb +38 -0
- data/lib/korona_client/configuration.rb +209 -0
- data/lib/korona_client/models/account.rb +324 -0
- data/lib/korona_client/models/account_summary.rb +206 -0
- data/lib/korona_client/models/account_transaction.rb +215 -0
- data/lib/korona_client/models/add_or_update_result.rb +278 -0
- data/lib/korona_client/models/address_information.rb +242 -0
- data/lib/korona_client/models/admission.rb +197 -0
- data/lib/korona_client/models/amount.rb +224 -0
- data/lib/korona_client/models/amount_count_data.rb +197 -0
- data/lib/korona_client/models/assortment.rb +255 -0
- data/lib/korona_client/models/bad_request_error.rb +232 -0
- data/lib/korona_client/models/capacity.rb +197 -0
- data/lib/korona_client/models/cashier.rb +337 -0
- data/lib/korona_client/models/cashier_summary.rb +233 -0
- data/lib/korona_client/models/category.rb +197 -0
- data/lib/korona_client/models/cloud_subscription.rb +230 -0
- data/lib/korona_client/models/commodity_group.rb +237 -0
- data/lib/korona_client/models/commodity_group_summary.rb +215 -0
- data/lib/korona_client/models/company_identification.rb +197 -0
- data/lib/korona_client/models/currency.rb +295 -0
- data/lib/korona_client/models/currency_denomination.rb +230 -0
- data/lib/korona_client/models/currency_exchange_rate.rb +197 -0
- data/lib/korona_client/models/customer.rb +391 -0
- data/lib/korona_client/models/customer_card.rb +230 -0
- data/lib/korona_client/models/customer_data.rb +197 -0
- data/lib/korona_client/models/customer_group.rb +237 -0
- data/lib/korona_client/models/customer_group_summary.rb +215 -0
- data/lib/korona_client/models/customer_information.rb +206 -0
- data/lib/korona_client/models/customer_order.rb +356 -0
- data/lib/korona_client/models/day_rating.rb +269 -0
- data/lib/korona_client/models/device_information.rb +197 -0
- data/lib/korona_client/models/economic_zone.rb +228 -0
- data/lib/korona_client/models/end_of_day_statement.rb +264 -0
- data/lib/korona_client/models/end_of_day_statement_summary.rb +245 -0
- data/lib/korona_client/models/entry_gate.rb +246 -0
- data/lib/korona_client/models/event.rb +275 -0
- data/lib/korona_client/models/forbidden_error.rb +232 -0
- data/lib/korona_client/models/geo_location.rb +197 -0
- data/lib/korona_client/models/info_text.rb +270 -0
- data/lib/korona_client/models/interval.rb +197 -0
- data/lib/korona_client/models/inventory.rb +408 -0
- data/lib/korona_client/models/inventory_list.rb +351 -0
- data/lib/korona_client/models/inventory_list_item.rb +233 -0
- data/lib/korona_client/models/inventory_list_item_stock.rb +197 -0
- data/lib/korona_client/models/korona_account.rb +264 -0
- data/lib/korona_client/models/method_not_allowed_error.rb +232 -0
- data/lib/korona_client/models/model_reference.rb +209 -0
- data/lib/korona_client/models/not_found_error.rb +232 -0
- data/lib/korona_client/models/organizational_unit.rb +278 -0
- data/lib/korona_client/models/payment.rb +224 -0
- data/lib/korona_client/models/payment_method.rb +273 -0
- data/lib/korona_client/models/payment_summary.rb +206 -0
- data/lib/korona_client/models/period.rb +206 -0
- data/lib/korona_client/models/period_list_top_seller.rb +208 -0
- data/lib/korona_client/models/period_map_string_revenue_data.rb +208 -0
- data/lib/korona_client/models/period_object.rb +206 -0
- data/lib/korona_client/models/period_revenue_data.rb +206 -0
- data/lib/korona_client/models/pos.rb +351 -0
- data/lib/korona_client/models/price_group.rb +246 -0
- data/lib/korona_client/models/product.rb +620 -0
- data/lib/korona_client/models/product_code.rb +197 -0
- data/lib/korona_client/models/product_description.rb +230 -0
- data/lib/korona_client/models/product_price.rb +224 -0
- data/lib/korona_client/models/product_stock.rb +224 -0
- data/lib/korona_client/models/product_subproduct.rb +208 -0
- data/lib/korona_client/models/product_supplier_price.rb +224 -0
- data/lib/korona_client/models/product_transfer_involved_party_information.rb +233 -0
- data/lib/korona_client/models/product_transfer_involved_party_information_data.rb +206 -0
- data/lib/korona_client/models/rating.rb +206 -0
- data/lib/korona_client/models/receipt.rb +378 -0
- data/lib/korona_client/models/receipt_item.rb +262 -0
- data/lib/korona_client/models/result_list.rb +273 -0
- data/lib/korona_client/models/result_list_account.rb +273 -0
- data/lib/korona_client/models/result_list_assortment.rb +273 -0
- data/lib/korona_client/models/result_list_cashier.rb +273 -0
- data/lib/korona_client/models/result_list_commodity_group.rb +273 -0
- data/lib/korona_client/models/result_list_currency.rb +273 -0
- data/lib/korona_client/models/result_list_customer.rb +273 -0
- data/lib/korona_client/models/result_list_customer_group.rb +273 -0
- data/lib/korona_client/models/result_list_customer_order.rb +273 -0
- data/lib/korona_client/models/result_list_day_rating.rb +273 -0
- data/lib/korona_client/models/result_list_economic_zone.rb +273 -0
- data/lib/korona_client/models/result_list_end_of_day_statement.rb +273 -0
- data/lib/korona_client/models/result_list_entry_gate.rb +273 -0
- data/lib/korona_client/models/result_list_event.rb +273 -0
- data/lib/korona_client/models/result_list_info_text.rb +273 -0
- data/lib/korona_client/models/result_list_inventory.rb +273 -0
- data/lib/korona_client/models/result_list_inventory_list.rb +273 -0
- data/lib/korona_client/models/result_list_inventory_list_item.rb +273 -0
- data/lib/korona_client/models/result_list_organizational_unit.rb +273 -0
- data/lib/korona_client/models/result_list_payment_method.rb +273 -0
- data/lib/korona_client/models/result_list_pos.rb +273 -0
- data/lib/korona_client/models/result_list_price_group.rb +273 -0
- data/lib/korona_client/models/result_list_product.rb +273 -0
- data/lib/korona_client/models/result_list_product_stock.rb +273 -0
- data/lib/korona_client/models/result_list_receipt.rb +273 -0
- data/lib/korona_client/models/result_list_sales_tax.rb +273 -0
- data/lib/korona_client/models/result_list_sector.rb +273 -0
- data/lib/korona_client/models/result_list_stock_receipt.rb +273 -0
- data/lib/korona_client/models/result_list_stock_receipt_item.rb +273 -0
- data/lib/korona_client/models/result_list_supplier.rb +273 -0
- data/lib/korona_client/models/result_list_tag.rb +273 -0
- data/lib/korona_client/models/result_list_ticket_definition.rb +273 -0
- data/lib/korona_client/models/revenue_data.rb +224 -0
- data/lib/korona_client/models/sales_tax.rb +257 -0
- data/lib/korona_client/models/sales_tax_rate.rb +197 -0
- data/lib/korona_client/models/sector.rb +239 -0
- data/lib/korona_client/models/sector_sales_tax_item.rb +197 -0
- data/lib/korona_client/models/statistic.rb +206 -0
- data/lib/korona_client/models/statistic_list_top_seller.rb +206 -0
- data/lib/korona_client/models/statistic_map_string_revenue_data.rb +206 -0
- data/lib/korona_client/models/statistic_revenue_data.rb +206 -0
- data/lib/korona_client/models/stock_receipt.rb +405 -0
- data/lib/korona_client/models/stock_receipt_item.rb +242 -0
- data/lib/korona_client/models/stock_receipt_item_amount.rb +197 -0
- data/lib/korona_client/models/stock_receipt_item_identification.rb +206 -0
- data/lib/korona_client/models/stock_receipt_item_purchase_price.rb +197 -0
- data/lib/korona_client/models/supplier.rb +291 -0
- data/lib/korona_client/models/supplier_contact.rb +215 -0
- data/lib/korona_client/models/supplier_contact_person.rb +242 -0
- data/lib/korona_client/models/supplier_payment_information.rb +293 -0
- data/lib/korona_client/models/tag.rb +228 -0
- data/lib/korona_client/models/tax_payment.rb +215 -0
- data/lib/korona_client/models/tax_summary.rb +206 -0
- data/lib/korona_client/models/ticket_definition.rb +293 -0
- data/lib/korona_client/models/time_period.rb +242 -0
- data/lib/korona_client/models/too_many_requests_error.rb +232 -0
- data/lib/korona_client/models/top_seller.rb +227 -0
- data/lib/korona_client/models/total_price.rb +241 -0
- data/lib/korona_client/models/weather.rb +239 -0
- data/lib/korona_client/version.rb +15 -0
- data/spec/api/accounts_api_spec.rb +65 -0
- data/spec/api/assortments_api_spec.rb +95 -0
- data/spec/api/cashiers_api_spec.rb +65 -0
- data/spec/api/currencies_api_spec.rb +65 -0
- data/spec/api/customer_groups_api_spec.rb +65 -0
- data/spec/api/customer_orders_api_spec.rb +122 -0
- data/spec/api/customers_api_spec.rb +118 -0
- data/spec/api/economic_zones_api_spec.rb +65 -0
- data/spec/api/images_api_spec.rb +48 -0
- data/spec/api/info_texts_api_spec.rb +65 -0
- data/spec/api/inventories_korona_retail_api_spec.rb +251 -0
- data/spec/api/korona_account_api_spec.rb +47 -0
- data/spec/api/organizational_units_api_spec.rb +216 -0
- data/spec/api/payment_methods_api_spec.rb +65 -0
- data/spec/api/points_of_sale_api_spec.rb +166 -0
- data/spec/api/price_groups_api_spec.rb +65 -0
- data/spec/api/products_api_spec.rb +139 -0
- data/spec/api/receipts_api_spec.rb +69 -0
- data/spec/api/sales_taxes_api_spec.rb +65 -0
- data/spec/api/sectors_api_spec.rb +65 -0
- data/spec/api/statistics_api_spec.rb +92 -0
- data/spec/api/stock_receipts_korona_retail_api_spec.rb +187 -0
- data/spec/api/suppliers_api_spec.rb +65 -0
- data/spec/api/tags_api_spec.rb +65 -0
- data/spec/api/ticketing_api_spec.rb +125 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_spec.rb +112 -0
- data/spec/models/account_summary_spec.rb +54 -0
- data/spec/models/account_transaction_spec.rb +60 -0
- data/spec/models/add_or_update_result_spec.rb +80 -0
- data/spec/models/address_information_spec.rb +78 -0
- data/spec/models/admission_spec.rb +48 -0
- data/spec/models/amount_count_data_spec.rb +48 -0
- data/spec/models/amount_spec.rb +66 -0
- data/spec/models/assortment_spec.rb +84 -0
- data/spec/models/bad_request_error_spec.rb +52 -0
- data/spec/models/capacity_spec.rb +48 -0
- data/spec/models/cashier_spec.rb +122 -0
- data/spec/models/cashier_summary_spec.rb +72 -0
- data/spec/models/category_spec.rb +48 -0
- data/spec/models/cloud_subscription_spec.rb +52 -0
- data/spec/models/commodity_group_spec.rb +72 -0
- data/spec/models/commodity_group_summary_spec.rb +60 -0
- data/spec/models/company_identification_spec.rb +48 -0
- data/spec/models/currency_denomination_spec.rb +52 -0
- data/spec/models/currency_exchange_rate_spec.rb +48 -0
- data/spec/models/currency_spec.rb +108 -0
- data/spec/models/customer_card_spec.rb +52 -0
- data/spec/models/customer_data_spec.rb +48 -0
- data/spec/models/customer_group_spec.rb +72 -0
- data/spec/models/customer_group_summary_spec.rb +60 -0
- data/spec/models/customer_information_spec.rb +54 -0
- data/spec/models/customer_order_spec.rb +150 -0
- data/spec/models/customer_spec.rb +154 -0
- data/spec/models/day_rating_spec.rb +96 -0
- data/spec/models/device_information_spec.rb +48 -0
- data/spec/models/economic_zone_spec.rb +66 -0
- data/spec/models/end_of_day_statement_spec.rb +90 -0
- data/spec/models/end_of_day_statement_summary_spec.rb +72 -0
- data/spec/models/entry_gate_spec.rb +78 -0
- data/spec/models/event_spec.rb +96 -0
- data/spec/models/forbidden_error_spec.rb +52 -0
- data/spec/models/geo_location_spec.rb +48 -0
- data/spec/models/info_text_spec.rb +76 -0
- data/spec/models/interval_spec.rb +48 -0
- data/spec/models/inventory_list_item_spec.rb +72 -0
- data/spec/models/inventory_list_item_stock_spec.rb +48 -0
- data/spec/models/inventory_list_spec.rb +130 -0
- data/spec/models/inventory_spec.rb +162 -0
- data/spec/models/korona_account_spec.rb +90 -0
- data/spec/models/method_not_allowed_error_spec.rb +52 -0
- data/spec/models/model_reference_spec.rb +54 -0
- data/spec/models/not_found_error_spec.rb +52 -0
- data/spec/models/organizational_unit_spec.rb +96 -0
- data/spec/models/payment_method_spec.rb +96 -0
- data/spec/models/payment_spec.rb +66 -0
- data/spec/models/payment_summary_spec.rb +54 -0
- data/spec/models/period_list_top_seller_spec.rb +54 -0
- data/spec/models/period_map_string_revenue_data_spec.rb +54 -0
- data/spec/models/period_object_spec.rb +54 -0
- data/spec/models/period_revenue_data_spec.rb +54 -0
- data/spec/models/period_spec.rb +54 -0
- data/spec/models/pos_spec.rb +144 -0
- data/spec/models/price_group_spec.rb +78 -0
- data/spec/models/product_code_spec.rb +48 -0
- data/spec/models/product_description_spec.rb +52 -0
- data/spec/models/product_price_spec.rb +66 -0
- data/spec/models/product_spec.rb +296 -0
- data/spec/models/product_stock_spec.rb +66 -0
- data/spec/models/product_subproduct_spec.rb +54 -0
- data/spec/models/product_supplier_price_spec.rb +66 -0
- data/spec/models/product_transfer_involved_party_information_data_spec.rb +54 -0
- data/spec/models/product_transfer_involved_party_information_spec.rb +72 -0
- data/spec/models/rating_spec.rb +54 -0
- data/spec/models/receipt_item_spec.rb +90 -0
- data/spec/models/receipt_spec.rb +162 -0
- data/spec/models/result_list_account_spec.rb +72 -0
- data/spec/models/result_list_assortment_spec.rb +72 -0
- data/spec/models/result_list_cashier_spec.rb +72 -0
- data/spec/models/result_list_commodity_group_spec.rb +72 -0
- data/spec/models/result_list_currency_spec.rb +72 -0
- data/spec/models/result_list_customer_group_spec.rb +72 -0
- data/spec/models/result_list_customer_order_spec.rb +72 -0
- data/spec/models/result_list_customer_spec.rb +72 -0
- data/spec/models/result_list_day_rating_spec.rb +72 -0
- data/spec/models/result_list_economic_zone_spec.rb +72 -0
- data/spec/models/result_list_end_of_day_statement_spec.rb +72 -0
- data/spec/models/result_list_entry_gate_spec.rb +72 -0
- data/spec/models/result_list_event_spec.rb +72 -0
- data/spec/models/result_list_info_text_spec.rb +72 -0
- data/spec/models/result_list_inventory_list_item_spec.rb +72 -0
- data/spec/models/result_list_inventory_list_spec.rb +72 -0
- data/spec/models/result_list_inventory_spec.rb +72 -0
- data/spec/models/result_list_organizational_unit_spec.rb +72 -0
- data/spec/models/result_list_payment_method_spec.rb +72 -0
- data/spec/models/result_list_pos_spec.rb +72 -0
- data/spec/models/result_list_price_group_spec.rb +72 -0
- data/spec/models/result_list_product_spec.rb +72 -0
- data/spec/models/result_list_product_stock_spec.rb +72 -0
- data/spec/models/result_list_receipt_spec.rb +72 -0
- data/spec/models/result_list_sales_tax_spec.rb +72 -0
- data/spec/models/result_list_sector_spec.rb +72 -0
- data/spec/models/result_list_spec.rb +72 -0
- data/spec/models/result_list_stock_receipt_item_spec.rb +72 -0
- data/spec/models/result_list_stock_receipt_spec.rb +72 -0
- data/spec/models/result_list_supplier_spec.rb +72 -0
- data/spec/models/result_list_tag_spec.rb +72 -0
- data/spec/models/result_list_ticket_definition_spec.rb +72 -0
- data/spec/models/revenue_data_spec.rb +66 -0
- data/spec/models/sales_tax_rate_spec.rb +48 -0
- data/spec/models/sales_tax_spec.rb +84 -0
- data/spec/models/sector_sales_tax_item_spec.rb +48 -0
- data/spec/models/sector_spec.rb +72 -0
- data/spec/models/statistic_list_top_seller_spec.rb +54 -0
- data/spec/models/statistic_map_string_revenue_data_spec.rb +54 -0
- data/spec/models/statistic_revenue_data_spec.rb +54 -0
- data/spec/models/statistic_spec.rb +54 -0
- data/spec/models/stock_receipt_item_amount_spec.rb +48 -0
- data/spec/models/stock_receipt_item_identification_spec.rb +54 -0
- data/spec/models/stock_receipt_item_purchase_price_spec.rb +48 -0
- data/spec/models/stock_receipt_item_spec.rb +78 -0
- data/spec/models/stock_receipt_spec.rb +166 -0
- data/spec/models/supplier_contact_person_spec.rb +78 -0
- data/spec/models/supplier_contact_spec.rb +60 -0
- data/spec/models/supplier_payment_information_spec.rb +94 -0
- data/spec/models/supplier_spec.rb +108 -0
- data/spec/models/tag_spec.rb +66 -0
- data/spec/models/tax_payment_spec.rb +60 -0
- data/spec/models/tax_summary_spec.rb +54 -0
- data/spec/models/ticket_definition_spec.rb +108 -0
- data/spec/models/time_period_spec.rb +78 -0
- data/spec/models/too_many_requests_error_spec.rb +52 -0
- data/spec/models/top_seller_spec.rb +66 -0
- data/spec/models/total_price_spec.rb +66 -0
- data/spec/models/weather_spec.rb +58 -0
- data/spec/spec_helper.rb +111 -0
- metadata +856 -0
data/docs/Payment.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# KoronaClient::Payment
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**amount** | **Float** | | [optional]
|
|
7
|
+
**currency** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
8
|
+
**payment_method** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
9
|
+
**transaction_time** | **DateTime** | | [optional]
|
|
10
|
+
**transaction_token** | **String** | | [optional]
|
|
11
|
+
|
|
12
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# KoronaClient::PaymentMethod
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**active** | **BOOLEAN** | indicates whether the object is active for use or not | [optional]
|
|
7
|
+
**id** | **String** | global object uuid (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) | [optional]
|
|
8
|
+
**number** | **String** | number of the object, like it is set in backoffice; will be removed when active=false | [optional]
|
|
9
|
+
**revision** | **Integer** | the revision number of the object. revision numbers are unique per object-type. there is is no object of the same type with identical revision numbers. | [optional]
|
|
10
|
+
**allowed_balance_difference** | **Float** | | [optional]
|
|
11
|
+
**currency** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
12
|
+
**force_customer_number** | **BOOLEAN** | | [optional]
|
|
13
|
+
**force_print** | **BOOLEAN** | | [optional]
|
|
14
|
+
**name** | **String** | | [optional]
|
|
15
|
+
**print_copies** | **Integer** | | [optional]
|
|
16
|
+
|
|
17
|
+
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
# KoronaClient::PaymentMethodsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://www.koronacloud.com/web/api/v3*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**get_payment_method**](PaymentMethodsApi.md#get_payment_method) | **GET** /accounts/{koronaAccountId}/paymentMethods/{paymentMethodIdOrNumber} | lists the payment method
|
|
8
|
+
[**get_payment_methods**](PaymentMethodsApi.md#get_payment_methods) | **GET** /accounts/{koronaAccountId}/paymentMethods | lists all payment methods
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
# **get_payment_method**
|
|
12
|
+
> PaymentMethod get_payment_method(korona_account_id, payment_method_id_or_number)
|
|
13
|
+
|
|
14
|
+
lists the payment method
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Example
|
|
19
|
+
```ruby
|
|
20
|
+
# load the gem
|
|
21
|
+
require 'korona_client'
|
|
22
|
+
# setup authorization
|
|
23
|
+
KoronaClient.configure do |config|
|
|
24
|
+
# Configure HTTP basic authorization: basicAuth
|
|
25
|
+
config.username = 'YOUR USERNAME'
|
|
26
|
+
config.password = 'YOUR PASSWORD'
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
api_instance = KoronaClient::PaymentMethodsApi.new
|
|
30
|
+
|
|
31
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
|
32
|
+
|
|
33
|
+
payment_method_id_or_number = "payment_method_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
begin
|
|
37
|
+
#lists the payment method
|
|
38
|
+
result = api_instance.get_payment_method(korona_account_id, payment_method_id_or_number)
|
|
39
|
+
p result
|
|
40
|
+
rescue KoronaClient::ApiError => e
|
|
41
|
+
puts "Exception when calling PaymentMethodsApi->get_payment_method: #{e}"
|
|
42
|
+
end
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
### Parameters
|
|
46
|
+
|
|
47
|
+
Name | Type | Description | Notes
|
|
48
|
+
------------- | ------------- | ------------- | -------------
|
|
49
|
+
**korona_account_id** | **String**| the account id |
|
|
50
|
+
**payment_method_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
|
|
51
|
+
|
|
52
|
+
### Return type
|
|
53
|
+
|
|
54
|
+
[**PaymentMethod**](PaymentMethod.md)
|
|
55
|
+
|
|
56
|
+
### Authorization
|
|
57
|
+
|
|
58
|
+
[basicAuth](../README.md#basicAuth)
|
|
59
|
+
|
|
60
|
+
### HTTP request headers
|
|
61
|
+
|
|
62
|
+
- **Content-Type**: application/json
|
|
63
|
+
- **Accept**: application/json
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
# **get_payment_methods**
|
|
68
|
+
> ResultListPaymentMethod get_payment_methods(korona_account_id, opts)
|
|
69
|
+
|
|
70
|
+
lists all payment methods
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Example
|
|
75
|
+
```ruby
|
|
76
|
+
# load the gem
|
|
77
|
+
require 'korona_client'
|
|
78
|
+
# setup authorization
|
|
79
|
+
KoronaClient.configure do |config|
|
|
80
|
+
# Configure HTTP basic authorization: basicAuth
|
|
81
|
+
config.username = 'YOUR USERNAME'
|
|
82
|
+
config.password = 'YOUR PASSWORD'
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
api_instance = KoronaClient::PaymentMethodsApi.new
|
|
86
|
+
|
|
87
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
|
88
|
+
|
|
89
|
+
opts = {
|
|
90
|
+
page: 56, # Integer | number of the page to fetch
|
|
91
|
+
size: 56, # Integer | amount of objects to return per page
|
|
92
|
+
sort: "sort_example", # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
93
|
+
revision: 789, # Integer | last revision number, objects with a greater revision than this will be returned
|
|
94
|
+
include_deleted: true # BOOLEAN | indicates deleted objects should be loaded or not (default: false)
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
begin
|
|
98
|
+
#lists all payment methods
|
|
99
|
+
result = api_instance.get_payment_methods(korona_account_id, opts)
|
|
100
|
+
p result
|
|
101
|
+
rescue KoronaClient::ApiError => e
|
|
102
|
+
puts "Exception when calling PaymentMethodsApi->get_payment_methods: #{e}"
|
|
103
|
+
end
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
### Parameters
|
|
107
|
+
|
|
108
|
+
Name | Type | Description | Notes
|
|
109
|
+
------------- | ------------- | ------------- | -------------
|
|
110
|
+
**korona_account_id** | **String**| the account id |
|
|
111
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
112
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
113
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
114
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
115
|
+
**include_deleted** | **BOOLEAN**| indicates deleted objects should be loaded or not (default: false) | [optional]
|
|
116
|
+
|
|
117
|
+
### Return type
|
|
118
|
+
|
|
119
|
+
[**ResultListPaymentMethod**](ResultListPaymentMethod.md)
|
|
120
|
+
|
|
121
|
+
### Authorization
|
|
122
|
+
|
|
123
|
+
[basicAuth](../README.md#basicAuth)
|
|
124
|
+
|
|
125
|
+
### HTTP request headers
|
|
126
|
+
|
|
127
|
+
- **Content-Type**: application/json
|
|
128
|
+
- **Accept**: application/json
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# KoronaClient::PaymentSummary
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**actual_amount** | **Float** | | [optional]
|
|
7
|
+
**expected_amount** | **Float** | | [optional]
|
|
8
|
+
**payment_method** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
9
|
+
|
|
10
|
+
|
data/docs/Period.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# KoronaClient::Period
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**start** | **DateTime** | | [optional]
|
|
7
|
+
**_end** | **DateTime** | | [optional]
|
|
8
|
+
**results** | **Object** | | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# KoronaClient::PeriodListTopSeller
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**start** | **DateTime** | | [optional]
|
|
7
|
+
**_end** | **DateTime** | | [optional]
|
|
8
|
+
**results** | [**Array<TopSeller>**](TopSeller.md) | | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# KoronaClient::PeriodMapStringRevenueData
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**start** | **DateTime** | | [optional]
|
|
7
|
+
**_end** | **DateTime** | | [optional]
|
|
8
|
+
**results** | [**Hash<String, RevenueData>**](RevenueData.md) | | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# KoronaClient::PeriodObject
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**start** | **DateTime** | | [optional]
|
|
7
|
+
**_end** | **DateTime** | | [optional]
|
|
8
|
+
**results** | **Object** | | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# KoronaClient::PeriodRevenueData
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**start** | **DateTime** | | [optional]
|
|
7
|
+
**_end** | **DateTime** | | [optional]
|
|
8
|
+
**results** | [**RevenueData**](RevenueData.md) | | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,537 @@
|
|
|
1
|
+
# KoronaClient::PointsOfSaleApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://www.koronacloud.com/web/api/v3*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**add_point_of_sale_end_of_day_statements**](PointsOfSaleApi.md#add_point_of_sale_end_of_day_statements) | **POST** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}/endOfDayStatements | adds a batch of point of sale-related end-of-day-statements
|
|
8
|
+
[**add_point_of_sale_receipts**](PointsOfSaleApi.md#add_point_of_sale_receipts) | **POST** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}/receipts | adds a batch of point of sale-related receipts
|
|
9
|
+
[**get_point_of_sale**](PointsOfSaleApi.md#get_point_of_sale) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber} | lists the point of sale
|
|
10
|
+
[**get_point_of_sale_end_of_day_statements**](PointsOfSaleApi.md#get_point_of_sale_end_of_day_statements) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}/endOfDayStatements | lists all point of sale-related end-of-day-statements
|
|
11
|
+
[**get_point_of_sale_receipt**](PointsOfSaleApi.md#get_point_of_sale_receipt) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}/receipts/{receiptId} | lists a single point of sale-related receipt
|
|
12
|
+
[**get_point_of_sale_receipts**](PointsOfSaleApi.md#get_point_of_sale_receipts) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}/receipts | lists all point of sale-related receipts
|
|
13
|
+
[**get_points_of_sale**](PointsOfSaleApi.md#get_points_of_sale) | **GET** /accounts/{koronaAccountId}/pointsOfSale | lists all point of sales
|
|
14
|
+
[**update_point_of_sale**](PointsOfSaleApi.md#update_point_of_sale) | **PATCH** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber} | updates a point of sale (works only for coupling (attribute 'couplingId') or updating device information (attribute 'deviceInformation'))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# **add_point_of_sale_end_of_day_statements**
|
|
18
|
+
> Array<AddOrUpdateResult> add_point_of_sale_end_of_day_statements(korona_account_id, point_of_sale_id_or_number, coupling_id, opts)
|
|
19
|
+
|
|
20
|
+
adds a batch of point of sale-related end-of-day-statements
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Example
|
|
25
|
+
```ruby
|
|
26
|
+
# load the gem
|
|
27
|
+
require 'korona_client'
|
|
28
|
+
# setup authorization
|
|
29
|
+
KoronaClient.configure do |config|
|
|
30
|
+
# Configure HTTP basic authorization: basicAuth
|
|
31
|
+
config.username = 'YOUR USERNAME'
|
|
32
|
+
config.password = 'YOUR PASSWORD'
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
api_instance = KoronaClient::PointsOfSaleApi.new
|
|
36
|
+
|
|
37
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
|
38
|
+
|
|
39
|
+
point_of_sale_id_or_number = "point_of_sale_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
|
|
40
|
+
|
|
41
|
+
coupling_id = "coupling_id_example" # String | the coupling-id of the device
|
|
42
|
+
|
|
43
|
+
opts = {
|
|
44
|
+
body: [KoronaClient::EndOfDayStatement.new] # Array<EndOfDayStatement> | the end-of-day-statements to add
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
begin
|
|
48
|
+
#adds a batch of point of sale-related end-of-day-statements
|
|
49
|
+
result = api_instance.add_point_of_sale_end_of_day_statements(korona_account_id, point_of_sale_id_or_number, coupling_id, opts)
|
|
50
|
+
p result
|
|
51
|
+
rescue KoronaClient::ApiError => e
|
|
52
|
+
puts "Exception when calling PointsOfSaleApi->add_point_of_sale_end_of_day_statements: #{e}"
|
|
53
|
+
end
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
### Parameters
|
|
57
|
+
|
|
58
|
+
Name | Type | Description | Notes
|
|
59
|
+
------------- | ------------- | ------------- | -------------
|
|
60
|
+
**korona_account_id** | **String**| the account id |
|
|
61
|
+
**point_of_sale_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
|
|
62
|
+
**coupling_id** | **String**| the coupling-id of the device |
|
|
63
|
+
**body** | [**Array<EndOfDayStatement>**](EndOfDayStatement.md)| the end-of-day-statements to add | [optional]
|
|
64
|
+
|
|
65
|
+
### Return type
|
|
66
|
+
|
|
67
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
68
|
+
|
|
69
|
+
### Authorization
|
|
70
|
+
|
|
71
|
+
[basicAuth](../README.md#basicAuth)
|
|
72
|
+
|
|
73
|
+
### HTTP request headers
|
|
74
|
+
|
|
75
|
+
- **Content-Type**: application/json
|
|
76
|
+
- **Accept**: application/json
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
# **add_point_of_sale_receipts**
|
|
81
|
+
> Array<AddOrUpdateResult> add_point_of_sale_receipts(korona_account_id, point_of_sale_id_or_number, coupling_id, opts)
|
|
82
|
+
|
|
83
|
+
adds a batch of point of sale-related receipts
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### Example
|
|
88
|
+
```ruby
|
|
89
|
+
# load the gem
|
|
90
|
+
require 'korona_client'
|
|
91
|
+
# setup authorization
|
|
92
|
+
KoronaClient.configure do |config|
|
|
93
|
+
# Configure HTTP basic authorization: basicAuth
|
|
94
|
+
config.username = 'YOUR USERNAME'
|
|
95
|
+
config.password = 'YOUR PASSWORD'
|
|
96
|
+
end
|
|
97
|
+
|
|
98
|
+
api_instance = KoronaClient::PointsOfSaleApi.new
|
|
99
|
+
|
|
100
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
|
101
|
+
|
|
102
|
+
point_of_sale_id_or_number = "point_of_sale_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
|
|
103
|
+
|
|
104
|
+
coupling_id = "coupling_id_example" # String | the coupling-id of the device
|
|
105
|
+
|
|
106
|
+
opts = {
|
|
107
|
+
body: [KoronaClient::Receipt.new] # Array<Receipt> | the receipts to add
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
begin
|
|
111
|
+
#adds a batch of point of sale-related receipts
|
|
112
|
+
result = api_instance.add_point_of_sale_receipts(korona_account_id, point_of_sale_id_or_number, coupling_id, opts)
|
|
113
|
+
p result
|
|
114
|
+
rescue KoronaClient::ApiError => e
|
|
115
|
+
puts "Exception when calling PointsOfSaleApi->add_point_of_sale_receipts: #{e}"
|
|
116
|
+
end
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
### Parameters
|
|
120
|
+
|
|
121
|
+
Name | Type | Description | Notes
|
|
122
|
+
------------- | ------------- | ------------- | -------------
|
|
123
|
+
**korona_account_id** | **String**| the account id |
|
|
124
|
+
**point_of_sale_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
|
|
125
|
+
**coupling_id** | **String**| the coupling-id of the device |
|
|
126
|
+
**body** | [**Array<Receipt>**](Receipt.md)| the receipts to add | [optional]
|
|
127
|
+
|
|
128
|
+
### Return type
|
|
129
|
+
|
|
130
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
131
|
+
|
|
132
|
+
### Authorization
|
|
133
|
+
|
|
134
|
+
[basicAuth](../README.md#basicAuth)
|
|
135
|
+
|
|
136
|
+
### HTTP request headers
|
|
137
|
+
|
|
138
|
+
- **Content-Type**: application/json
|
|
139
|
+
- **Accept**: application/json
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
# **get_point_of_sale**
|
|
144
|
+
> Pos get_point_of_sale(korona_account_id, point_of_sale_id_or_number, opts)
|
|
145
|
+
|
|
146
|
+
lists the point of sale
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Example
|
|
151
|
+
```ruby
|
|
152
|
+
# load the gem
|
|
153
|
+
require 'korona_client'
|
|
154
|
+
# setup authorization
|
|
155
|
+
KoronaClient.configure do |config|
|
|
156
|
+
# Configure HTTP basic authorization: basicAuth
|
|
157
|
+
config.username = 'YOUR USERNAME'
|
|
158
|
+
config.password = 'YOUR PASSWORD'
|
|
159
|
+
end
|
|
160
|
+
|
|
161
|
+
api_instance = KoronaClient::PointsOfSaleApi.new
|
|
162
|
+
|
|
163
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
|
164
|
+
|
|
165
|
+
point_of_sale_id_or_number = "point_of_sale_id_or_number_example" # String | the number of the point of sale
|
|
166
|
+
|
|
167
|
+
opts = {
|
|
168
|
+
coupling_id: "coupling_id_example" # String | the coupling-id of the device. It can be set to check whether your coupling-id is correct or not (works only, if point of sale is external).
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
begin
|
|
172
|
+
#lists the point of sale
|
|
173
|
+
result = api_instance.get_point_of_sale(korona_account_id, point_of_sale_id_or_number, opts)
|
|
174
|
+
p result
|
|
175
|
+
rescue KoronaClient::ApiError => e
|
|
176
|
+
puts "Exception when calling PointsOfSaleApi->get_point_of_sale: #{e}"
|
|
177
|
+
end
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
### Parameters
|
|
181
|
+
|
|
182
|
+
Name | Type | Description | Notes
|
|
183
|
+
------------- | ------------- | ------------- | -------------
|
|
184
|
+
**korona_account_id** | **String**| the account id |
|
|
185
|
+
**point_of_sale_id_or_number** | **String**| the number of the point of sale |
|
|
186
|
+
**coupling_id** | **String**| the coupling-id of the device. It can be set to check whether your coupling-id is correct or not (works only, if point of sale is external). | [optional]
|
|
187
|
+
|
|
188
|
+
### Return type
|
|
189
|
+
|
|
190
|
+
[**Pos**](Pos.md)
|
|
191
|
+
|
|
192
|
+
### Authorization
|
|
193
|
+
|
|
194
|
+
[basicAuth](../README.md#basicAuth)
|
|
195
|
+
|
|
196
|
+
### HTTP request headers
|
|
197
|
+
|
|
198
|
+
- **Content-Type**: application/json
|
|
199
|
+
- **Accept**: application/json
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
# **get_point_of_sale_end_of_day_statements**
|
|
204
|
+
> ResultListEndOfDayStatement get_point_of_sale_end_of_day_statements(korona_account_id, point_of_sale_id_or_number, coupling_id, opts)
|
|
205
|
+
|
|
206
|
+
lists all point of sale-related end-of-day-statements
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
### Example
|
|
211
|
+
```ruby
|
|
212
|
+
# load the gem
|
|
213
|
+
require 'korona_client'
|
|
214
|
+
# setup authorization
|
|
215
|
+
KoronaClient.configure do |config|
|
|
216
|
+
# Configure HTTP basic authorization: basicAuth
|
|
217
|
+
config.username = 'YOUR USERNAME'
|
|
218
|
+
config.password = 'YOUR PASSWORD'
|
|
219
|
+
end
|
|
220
|
+
|
|
221
|
+
api_instance = KoronaClient::PointsOfSaleApi.new
|
|
222
|
+
|
|
223
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
|
224
|
+
|
|
225
|
+
point_of_sale_id_or_number = "point_of_sale_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
|
|
226
|
+
|
|
227
|
+
coupling_id = "coupling_id_example" # String | the coupling-id of the device
|
|
228
|
+
|
|
229
|
+
opts = {
|
|
230
|
+
page: 56, # Integer | number of the page to fetch
|
|
231
|
+
size: 56, # Integer | amount of objects to return per page
|
|
232
|
+
sort: "sort_example", # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
233
|
+
revision: 789 # Integer | last revision number, objects with a greater revision than this will be returned
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
begin
|
|
237
|
+
#lists all point of sale-related end-of-day-statements
|
|
238
|
+
result = api_instance.get_point_of_sale_end_of_day_statements(korona_account_id, point_of_sale_id_or_number, coupling_id, opts)
|
|
239
|
+
p result
|
|
240
|
+
rescue KoronaClient::ApiError => e
|
|
241
|
+
puts "Exception when calling PointsOfSaleApi->get_point_of_sale_end_of_day_statements: #{e}"
|
|
242
|
+
end
|
|
243
|
+
```
|
|
244
|
+
|
|
245
|
+
### Parameters
|
|
246
|
+
|
|
247
|
+
Name | Type | Description | Notes
|
|
248
|
+
------------- | ------------- | ------------- | -------------
|
|
249
|
+
**korona_account_id** | **String**| the account id |
|
|
250
|
+
**point_of_sale_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
|
|
251
|
+
**coupling_id** | **String**| the coupling-id of the device |
|
|
252
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
253
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
254
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
255
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
256
|
+
|
|
257
|
+
### Return type
|
|
258
|
+
|
|
259
|
+
[**ResultListEndOfDayStatement**](ResultListEndOfDayStatement.md)
|
|
260
|
+
|
|
261
|
+
### Authorization
|
|
262
|
+
|
|
263
|
+
[basicAuth](../README.md#basicAuth)
|
|
264
|
+
|
|
265
|
+
### HTTP request headers
|
|
266
|
+
|
|
267
|
+
- **Content-Type**: application/json
|
|
268
|
+
- **Accept**: application/json
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
# **get_point_of_sale_receipt**
|
|
273
|
+
> Receipt get_point_of_sale_receipt(korona_account_id, point_of_sale_id_or_number, receipt_id, opts)
|
|
274
|
+
|
|
275
|
+
lists a single point of sale-related receipt
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
### Example
|
|
280
|
+
```ruby
|
|
281
|
+
# load the gem
|
|
282
|
+
require 'korona_client'
|
|
283
|
+
# setup authorization
|
|
284
|
+
KoronaClient.configure do |config|
|
|
285
|
+
# Configure HTTP basic authorization: basicAuth
|
|
286
|
+
config.username = 'YOUR USERNAME'
|
|
287
|
+
config.password = 'YOUR PASSWORD'
|
|
288
|
+
end
|
|
289
|
+
|
|
290
|
+
api_instance = KoronaClient::PointsOfSaleApi.new
|
|
291
|
+
|
|
292
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
|
293
|
+
|
|
294
|
+
point_of_sale_id_or_number = "point_of_sale_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
|
|
295
|
+
|
|
296
|
+
receipt_id = "receipt_id_example" # String | the id of the receipt
|
|
297
|
+
|
|
298
|
+
opts = {
|
|
299
|
+
coupling_id: "coupling_id_example" # String | the coupling-id of the device. It can be set to check whether your coupling-id is correct or not (works only, if point of sale is external).
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
begin
|
|
303
|
+
#lists a single point of sale-related receipt
|
|
304
|
+
result = api_instance.get_point_of_sale_receipt(korona_account_id, point_of_sale_id_or_number, receipt_id, opts)
|
|
305
|
+
p result
|
|
306
|
+
rescue KoronaClient::ApiError => e
|
|
307
|
+
puts "Exception when calling PointsOfSaleApi->get_point_of_sale_receipt: #{e}"
|
|
308
|
+
end
|
|
309
|
+
```
|
|
310
|
+
|
|
311
|
+
### Parameters
|
|
312
|
+
|
|
313
|
+
Name | Type | Description | Notes
|
|
314
|
+
------------- | ------------- | ------------- | -------------
|
|
315
|
+
**korona_account_id** | **String**| the account id |
|
|
316
|
+
**point_of_sale_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
|
|
317
|
+
**receipt_id** | **String**| the id of the receipt |
|
|
318
|
+
**coupling_id** | **String**| the coupling-id of the device. It can be set to check whether your coupling-id is correct or not (works only, if point of sale is external). | [optional]
|
|
319
|
+
|
|
320
|
+
### Return type
|
|
321
|
+
|
|
322
|
+
[**Receipt**](Receipt.md)
|
|
323
|
+
|
|
324
|
+
### Authorization
|
|
325
|
+
|
|
326
|
+
[basicAuth](../README.md#basicAuth)
|
|
327
|
+
|
|
328
|
+
### HTTP request headers
|
|
329
|
+
|
|
330
|
+
- **Content-Type**: application/json
|
|
331
|
+
- **Accept**: application/json
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
# **get_point_of_sale_receipts**
|
|
336
|
+
> ResultListReceipt get_point_of_sale_receipts(korona_account_id, point_of_sale_id_or_number, opts)
|
|
337
|
+
|
|
338
|
+
lists all point of sale-related receipts
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### Example
|
|
343
|
+
```ruby
|
|
344
|
+
# load the gem
|
|
345
|
+
require 'korona_client'
|
|
346
|
+
# setup authorization
|
|
347
|
+
KoronaClient.configure do |config|
|
|
348
|
+
# Configure HTTP basic authorization: basicAuth
|
|
349
|
+
config.username = 'YOUR USERNAME'
|
|
350
|
+
config.password = 'YOUR PASSWORD'
|
|
351
|
+
end
|
|
352
|
+
|
|
353
|
+
api_instance = KoronaClient::PointsOfSaleApi.new
|
|
354
|
+
|
|
355
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
|
356
|
+
|
|
357
|
+
point_of_sale_id_or_number = "point_of_sale_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
|
|
358
|
+
|
|
359
|
+
opts = {
|
|
360
|
+
coupling_id: "coupling_id_example", # String | the coupling-id of the device. It can be set to check whether your coupling-id is correct or not (works only, if point of sale is external).
|
|
361
|
+
page: 56, # Integer | number of the page to fetch
|
|
362
|
+
size: 56, # Integer | amount of objects to return per page
|
|
363
|
+
sort: "sort_example", # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
364
|
+
revision: 789, # Integer | last revision number, objects with a greater revision than this will be returned
|
|
365
|
+
z_count: 789, # Integer | z-count of the receipt
|
|
366
|
+
min_create_time: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | min (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
|
|
367
|
+
max_create_time: DateTime.parse("2013-10-20T19:20:30+01:00") # DateTime | max (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
begin
|
|
371
|
+
#lists all point of sale-related receipts
|
|
372
|
+
result = api_instance.get_point_of_sale_receipts(korona_account_id, point_of_sale_id_or_number, opts)
|
|
373
|
+
p result
|
|
374
|
+
rescue KoronaClient::ApiError => e
|
|
375
|
+
puts "Exception when calling PointsOfSaleApi->get_point_of_sale_receipts: #{e}"
|
|
376
|
+
end
|
|
377
|
+
```
|
|
378
|
+
|
|
379
|
+
### Parameters
|
|
380
|
+
|
|
381
|
+
Name | Type | Description | Notes
|
|
382
|
+
------------- | ------------- | ------------- | -------------
|
|
383
|
+
**korona_account_id** | **String**| the account id |
|
|
384
|
+
**point_of_sale_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
|
|
385
|
+
**coupling_id** | **String**| the coupling-id of the device. It can be set to check whether your coupling-id is correct or not (works only, if point of sale is external). | [optional]
|
|
386
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
387
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
388
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
389
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
390
|
+
**z_count** | **Integer**| z-count of the receipt | [optional]
|
|
391
|
+
**min_create_time** | **DateTime**| min (inclusive) create time of the receipt (ISO 8601; date, time and timezone) | [optional]
|
|
392
|
+
**max_create_time** | **DateTime**| max (inclusive) create time of the receipt (ISO 8601; date, time and timezone) | [optional]
|
|
393
|
+
|
|
394
|
+
### Return type
|
|
395
|
+
|
|
396
|
+
[**ResultListReceipt**](ResultListReceipt.md)
|
|
397
|
+
|
|
398
|
+
### Authorization
|
|
399
|
+
|
|
400
|
+
[basicAuth](../README.md#basicAuth)
|
|
401
|
+
|
|
402
|
+
### HTTP request headers
|
|
403
|
+
|
|
404
|
+
- **Content-Type**: application/json
|
|
405
|
+
- **Accept**: application/json
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
# **get_points_of_sale**
|
|
410
|
+
> ResultListPos get_points_of_sale(korona_account_id, opts)
|
|
411
|
+
|
|
412
|
+
lists all point of sales
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
### Example
|
|
417
|
+
```ruby
|
|
418
|
+
# load the gem
|
|
419
|
+
require 'korona_client'
|
|
420
|
+
# setup authorization
|
|
421
|
+
KoronaClient.configure do |config|
|
|
422
|
+
# Configure HTTP basic authorization: basicAuth
|
|
423
|
+
config.username = 'YOUR USERNAME'
|
|
424
|
+
config.password = 'YOUR PASSWORD'
|
|
425
|
+
end
|
|
426
|
+
|
|
427
|
+
api_instance = KoronaClient::PointsOfSaleApi.new
|
|
428
|
+
|
|
429
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
|
430
|
+
|
|
431
|
+
opts = {
|
|
432
|
+
page: 56, # Integer | number of the page to fetch
|
|
433
|
+
size: 56, # Integer | amount of objects to return per page
|
|
434
|
+
sort: "sort_example", # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
435
|
+
revision: 789, # Integer | last revision number, objects with a greater revision than this will be returned
|
|
436
|
+
include_deleted: true # BOOLEAN | indicates deleted objects should be loaded or not (default: false)
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
begin
|
|
440
|
+
#lists all point of sales
|
|
441
|
+
result = api_instance.get_points_of_sale(korona_account_id, opts)
|
|
442
|
+
p result
|
|
443
|
+
rescue KoronaClient::ApiError => e
|
|
444
|
+
puts "Exception when calling PointsOfSaleApi->get_points_of_sale: #{e}"
|
|
445
|
+
end
|
|
446
|
+
```
|
|
447
|
+
|
|
448
|
+
### Parameters
|
|
449
|
+
|
|
450
|
+
Name | Type | Description | Notes
|
|
451
|
+
------------- | ------------- | ------------- | -------------
|
|
452
|
+
**korona_account_id** | **String**| the account id |
|
|
453
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
454
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
455
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
456
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
457
|
+
**include_deleted** | **BOOLEAN**| indicates deleted objects should be loaded or not (default: false) | [optional]
|
|
458
|
+
|
|
459
|
+
### Return type
|
|
460
|
+
|
|
461
|
+
[**ResultListPos**](ResultListPos.md)
|
|
462
|
+
|
|
463
|
+
### Authorization
|
|
464
|
+
|
|
465
|
+
[basicAuth](../README.md#basicAuth)
|
|
466
|
+
|
|
467
|
+
### HTTP request headers
|
|
468
|
+
|
|
469
|
+
- **Content-Type**: application/json
|
|
470
|
+
- **Accept**: application/json
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
# **update_point_of_sale**
|
|
475
|
+
> update_point_of_sale(korona_account_id, point_of_sale_id_or_number, body, opts)
|
|
476
|
+
|
|
477
|
+
updates a point of sale (works only for coupling (attribute 'couplingId') or updating device information (attribute 'deviceInformation'))
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
### Example
|
|
482
|
+
```ruby
|
|
483
|
+
# load the gem
|
|
484
|
+
require 'korona_client'
|
|
485
|
+
# setup authorization
|
|
486
|
+
KoronaClient.configure do |config|
|
|
487
|
+
# Configure HTTP basic authorization: basicAuth
|
|
488
|
+
config.username = 'YOUR USERNAME'
|
|
489
|
+
config.password = 'YOUR PASSWORD'
|
|
490
|
+
end
|
|
491
|
+
|
|
492
|
+
api_instance = KoronaClient::PointsOfSaleApi.new
|
|
493
|
+
|
|
494
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
|
495
|
+
|
|
496
|
+
point_of_sale_id_or_number = "point_of_sale_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
|
|
497
|
+
|
|
498
|
+
body = KoronaClient::Pos.new # Pos | the properties to update of the point of sale ('couplingId' only)
|
|
499
|
+
|
|
500
|
+
opts = {
|
|
501
|
+
coupling_id: "coupling_id_example", # String | the coupling-id of the device (required if already coupled)
|
|
502
|
+
decouple: true # BOOLEAN | executes uncoupling, if set to true, device will be uncoupled if point of sale is already coupled
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
begin
|
|
506
|
+
#updates a point of sale (works only for coupling (attribute 'couplingId') or updating device information (attribute 'deviceInformation'))
|
|
507
|
+
api_instance.update_point_of_sale(korona_account_id, point_of_sale_id_or_number, body, opts)
|
|
508
|
+
rescue KoronaClient::ApiError => e
|
|
509
|
+
puts "Exception when calling PointsOfSaleApi->update_point_of_sale: #{e}"
|
|
510
|
+
end
|
|
511
|
+
```
|
|
512
|
+
|
|
513
|
+
### Parameters
|
|
514
|
+
|
|
515
|
+
Name | Type | Description | Notes
|
|
516
|
+
------------- | ------------- | ------------- | -------------
|
|
517
|
+
**korona_account_id** | **String**| the account id |
|
|
518
|
+
**point_of_sale_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
|
|
519
|
+
**body** | [**Pos**](Pos.md)| the properties to update of the point of sale ('couplingId' only) |
|
|
520
|
+
**coupling_id** | **String**| the coupling-id of the device (required if already coupled) | [optional]
|
|
521
|
+
**decouple** | **BOOLEAN**| executes uncoupling, if set to true, device will be uncoupled if point of sale is already coupled | [optional]
|
|
522
|
+
|
|
523
|
+
### Return type
|
|
524
|
+
|
|
525
|
+
nil (empty response body)
|
|
526
|
+
|
|
527
|
+
### Authorization
|
|
528
|
+
|
|
529
|
+
[basicAuth](../README.md#basicAuth)
|
|
530
|
+
|
|
531
|
+
### HTTP request headers
|
|
532
|
+
|
|
533
|
+
- **Content-Type**: application/json
|
|
534
|
+
- **Accept**: application/json
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
|