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/Pos.md
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
# KoronaClient::Pos
|
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
|
+
**coupled** | **BOOLEAN** | | [optional]
|
11
|
+
**coupling_id** | **String** | | [optional]
|
12
|
+
**default_customer_group** | [**ModelReference**](ModelReference.md) | | [optional]
|
13
|
+
**default_payment_method** | [**ModelReference**](ModelReference.md) | | [optional]
|
14
|
+
**device_information** | [**DeviceInformation**](DeviceInformation.md) | | [optional]
|
15
|
+
**external** | **BOOLEAN** | | [optional]
|
16
|
+
**last_receipt_number** | **String** | | [optional]
|
17
|
+
**last_z_count** | **Integer** | | [optional]
|
18
|
+
**name** | **String** | | [optional]
|
19
|
+
**organizational_unit** | [**ModelReference**](ModelReference.md) | | [optional]
|
20
|
+
**print_footer_lines** | **Hash<String, String>** | | [optional]
|
21
|
+
**print_header_lines** | **Hash<String, String>** | | [optional]
|
22
|
+
**receipt_info_texts** | [**Array<ModelReference>**](ModelReference.md) | | [optional]
|
23
|
+
**use_alternative_sector** | **BOOLEAN** | | [optional]
|
24
|
+
|
25
|
+
|
data/docs/PriceGroup.md
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
# KoronaClient::PriceGroup
|
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
|
+
**currency** | [**ModelReference**](ModelReference.md) | | [optional]
|
11
|
+
**name** | **String** | | [optional]
|
12
|
+
**net_prices** | **BOOLEAN** | | [optional]
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,131 @@
|
|
1
|
+
# KoronaClient::PriceGroupsApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://www.koronacloud.com/web/api/v3*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**get_price_group**](PriceGroupsApi.md#get_price_group) | **GET** /accounts/{koronaAccountId}/priceGroups/{priceGroupIdOrNumber} | lists the price group
|
8
|
+
[**get_price_groups**](PriceGroupsApi.md#get_price_groups) | **GET** /accounts/{koronaAccountId}/priceGroups | lists all price groups
|
9
|
+
|
10
|
+
|
11
|
+
# **get_price_group**
|
12
|
+
> PriceGroup get_price_group(korona_account_id, price_group_id_or_number)
|
13
|
+
|
14
|
+
lists the price group
|
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::PriceGroupsApi.new
|
30
|
+
|
31
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
32
|
+
|
33
|
+
price_group_id_or_number = "price_group_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 price group
|
38
|
+
result = api_instance.get_price_group(korona_account_id, price_group_id_or_number)
|
39
|
+
p result
|
40
|
+
rescue KoronaClient::ApiError => e
|
41
|
+
puts "Exception when calling PriceGroupsApi->get_price_group: #{e}"
|
42
|
+
end
|
43
|
+
```
|
44
|
+
|
45
|
+
### Parameters
|
46
|
+
|
47
|
+
Name | Type | Description | Notes
|
48
|
+
------------- | ------------- | ------------- | -------------
|
49
|
+
**korona_account_id** | **String**| the account id |
|
50
|
+
**price_group_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
|
+
[**PriceGroup**](PriceGroup.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_price_groups**
|
68
|
+
> ResultListPriceGroup get_price_groups(korona_account_id, opts)
|
69
|
+
|
70
|
+
lists all price groups
|
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::PriceGroupsApi.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 price groups
|
99
|
+
result = api_instance.get_price_groups(korona_account_id, opts)
|
100
|
+
p result
|
101
|
+
rescue KoronaClient::ApiError => e
|
102
|
+
puts "Exception when calling PriceGroupsApi->get_price_groups: #{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
|
+
[**ResultListPriceGroup**](ResultListPriceGroup.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
|
+
|
data/docs/Product.md
ADDED
@@ -0,0 +1,49 @@
|
|
1
|
+
# KoronaClient::Product
|
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
|
+
**alternative_sector** | [**ModelReference**](ModelReference.md) | | [optional]
|
11
|
+
**assortment** | [**ModelReference**](ModelReference.md) | | [optional]
|
12
|
+
**codes** | [**Array<ProductCode>**](ProductCode.md) | | [optional]
|
13
|
+
**commodity_group** | [**ModelReference**](ModelReference.md) | | [optional]
|
14
|
+
**conversion** | **BOOLEAN** | | [optional]
|
15
|
+
**costs** | **Float** | | [optional]
|
16
|
+
**deactivated** | **BOOLEAN** | | [optional]
|
17
|
+
**deposit** | **BOOLEAN** | | [optional]
|
18
|
+
**descriptions** | [**Array<ProductDescription>**](ProductDescription.md) | | [optional]
|
19
|
+
**discountable** | **BOOLEAN** | | [optional]
|
20
|
+
**image** | [**ModelReference**](ModelReference.md) | | [optional]
|
21
|
+
**info_texts** | [**Array<ModelReference>**](ModelReference.md) | | [optional]
|
22
|
+
**item_sequence** | [**ModelReference**](ModelReference.md) | | [optional]
|
23
|
+
**last_purchase_price** | **Float** | | [optional]
|
24
|
+
**listed** | **BOOLEAN** | | [optional]
|
25
|
+
**listed_since** | **DateTime** | | [optional]
|
26
|
+
**max_price** | **Float** | | [optional]
|
27
|
+
**min_price** | **Float** | | [optional]
|
28
|
+
**name** | **String** | | [optional]
|
29
|
+
**packaging_quantity** | **Float** | | [optional]
|
30
|
+
**packaging_required** | **BOOLEAN** | | [optional]
|
31
|
+
**packaging_unit** | **String** | | [optional]
|
32
|
+
**personalization_required** | **BOOLEAN** | | [optional]
|
33
|
+
**price_changable** | **BOOLEAN** | | [optional]
|
34
|
+
**prices** | [**Array<ProductPrice>**](ProductPrice.md) | | [optional]
|
35
|
+
**print_tickets_separately** | **BOOLEAN** | | [optional]
|
36
|
+
**production_type** | [**ModelReference**](ModelReference.md) | | [optional]
|
37
|
+
**recommended_retail_price** | **Float** | | [optional]
|
38
|
+
**related_products** | [**ModelReference**](ModelReference.md) | | [optional]
|
39
|
+
**sector** | [**ModelReference**](ModelReference.md) | | [optional]
|
40
|
+
**serial_number_required** | **BOOLEAN** | | [optional]
|
41
|
+
**subproduct_presentation** | **String** | | [optional]
|
42
|
+
**subproducts** | [**Array<ProductSubproduct>**](ProductSubproduct.md) | | [optional]
|
43
|
+
**supplier_prices** | [**Array<ProductSupplierPrice>**](ProductSupplierPrice.md) | | [optional]
|
44
|
+
**tags** | [**Array<ModelReference>**](ModelReference.md) | | [optional]
|
45
|
+
**ticket_definition** | [**ModelReference**](ModelReference.md) | | [optional]
|
46
|
+
**track_inventory** | **BOOLEAN** | | [optional]
|
47
|
+
**stock_return_unsellable** | **BOOLEAN** | | [optional]
|
48
|
+
|
49
|
+
|
data/docs/ProductCode.md
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
# KoronaClient::ProductPrice
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**value** | **Float** | | [optional]
|
7
|
+
**valid_from** | **DateTime** | | [optional]
|
8
|
+
**product_code** | **String** | | [optional]
|
9
|
+
**price_group** | [**ModelReference**](ModelReference.md) | | [optional]
|
10
|
+
**organizational_unit** | [**ModelReference**](ModelReference.md) | | [optional]
|
11
|
+
|
12
|
+
|
@@ -0,0 +1,12 @@
|
|
1
|
+
# KoronaClient::ProductStock
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**amount** | [**Amount**](Amount.md) | | [optional]
|
7
|
+
**average_purchase_price** | **Float** | | [optional]
|
8
|
+
**product** | [**ModelReference**](ModelReference.md) | | [optional]
|
9
|
+
**revision** | **Integer** | | [optional]
|
10
|
+
**warehouse** | [**ModelReference**](ModelReference.md) | | [optional]
|
11
|
+
|
12
|
+
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# KoronaClient::ProductSubproduct
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**prices** | [**Array<ProductPrice>**](ProductPrice.md) | | [optional]
|
7
|
+
**product** | [**ModelReference**](ModelReference.md) | | [optional]
|
8
|
+
**quantity** | **Float** | | [optional]
|
9
|
+
|
10
|
+
|
@@ -0,0 +1,12 @@
|
|
1
|
+
# KoronaClient::ProductSupplierPrice
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**supplier** | [**ModelReference**](ModelReference.md) | | [optional]
|
7
|
+
**order_code** | **String** | | [optional]
|
8
|
+
**value** | **Float** | | [optional]
|
9
|
+
**container_size** | **Float** | | [optional]
|
10
|
+
**description** | **String** | | [optional]
|
11
|
+
|
12
|
+
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# KoronaClient::ProductTransferInvolvedPartyInformation
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**buyer** | [**ProductTransferInvolvedPartyInformationData**](ProductTransferInvolvedPartyInformationData.md) | | [optional]
|
7
|
+
**delivery_address** | [**ProductTransferInvolvedPartyInformationData**](ProductTransferInvolvedPartyInformationData.md) | | [optional]
|
8
|
+
**final_recipient** | [**ProductTransferInvolvedPartyInformationData**](ProductTransferInvolvedPartyInformationData.md) | | [optional]
|
9
|
+
**invoice_recipient** | [**ProductTransferInvolvedPartyInformationData**](ProductTransferInvolvedPartyInformationData.md) | | [optional]
|
10
|
+
**supplier** | [**ProductTransferInvolvedPartyInformationData**](ProductTransferInvolvedPartyInformationData.md) | | [optional]
|
11
|
+
**transport_service_provider** | [**ProductTransferInvolvedPartyInformationData**](ProductTransferInvolvedPartyInformationData.md) | | [optional]
|
12
|
+
|
13
|
+
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# KoronaClient::ProductTransferInvolvedPartyInformationData
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**address** | [**AddressInformation**](AddressInformation.md) | | [optional]
|
7
|
+
**company** | **String** | | [optional]
|
8
|
+
**identification** | [**CompanyIdentification**](CompanyIdentification.md) | | [optional]
|
9
|
+
|
10
|
+
|
data/docs/ProductsApi.md
ADDED
@@ -0,0 +1,435 @@
|
|
1
|
+
# KoronaClient::ProductsApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://www.koronacloud.com/web/api/v3*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**add_products**](ProductsApi.md#add_products) | **POST** /accounts/{koronaAccountId}/products | adds a batch of new products
|
8
|
+
[**delete_product**](ProductsApi.md#delete_product) | **DELETE** /accounts/{koronaAccountId}/products/{productIdOrNumber} | deletes the product
|
9
|
+
[**get_product**](ProductsApi.md#get_product) | **GET** /accounts/{koronaAccountId}/products/{productIdOrNumber} | lists the product
|
10
|
+
[**get_product_stocks**](ProductsApi.md#get_product_stocks) | **GET** /accounts/{koronaAccountId}/products/{productIdOrNumber}/stocks | lists the product stocks in different warehouses (KORONA.retail required)
|
11
|
+
[**get_products**](ProductsApi.md#get_products) | **GET** /accounts/{koronaAccountId}/products | lists all products
|
12
|
+
[**update_product**](ProductsApi.md#update_product) | **PATCH** /accounts/{koronaAccountId}/products/{productIdOrNumber} | changes the product
|
13
|
+
[**update_products**](ProductsApi.md#update_products) | **PATCH** /accounts/{koronaAccountId}/products | changes a batch of products
|
14
|
+
|
15
|
+
|
16
|
+
# **add_products**
|
17
|
+
> Array<AddOrUpdateResult> add_products(korona_account_id, body)
|
18
|
+
|
19
|
+
adds a batch of new products
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
### Example
|
24
|
+
```ruby
|
25
|
+
# load the gem
|
26
|
+
require 'korona_client'
|
27
|
+
# setup authorization
|
28
|
+
KoronaClient.configure do |config|
|
29
|
+
# Configure HTTP basic authorization: basicAuth
|
30
|
+
config.username = 'YOUR USERNAME'
|
31
|
+
config.password = 'YOUR PASSWORD'
|
32
|
+
end
|
33
|
+
|
34
|
+
api_instance = KoronaClient::ProductsApi.new
|
35
|
+
|
36
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
37
|
+
|
38
|
+
body = [KoronaClient::Product.new] # Array<Product> | a array of new products
|
39
|
+
|
40
|
+
|
41
|
+
begin
|
42
|
+
#adds a batch of new products
|
43
|
+
result = api_instance.add_products(korona_account_id, body)
|
44
|
+
p result
|
45
|
+
rescue KoronaClient::ApiError => e
|
46
|
+
puts "Exception when calling ProductsApi->add_products: #{e}"
|
47
|
+
end
|
48
|
+
```
|
49
|
+
|
50
|
+
### Parameters
|
51
|
+
|
52
|
+
Name | Type | Description | Notes
|
53
|
+
------------- | ------------- | ------------- | -------------
|
54
|
+
**korona_account_id** | **String**| the account id |
|
55
|
+
**body** | [**Array<Product>**](Product.md)| a array of new products |
|
56
|
+
|
57
|
+
### Return type
|
58
|
+
|
59
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
60
|
+
|
61
|
+
### Authorization
|
62
|
+
|
63
|
+
[basicAuth](../README.md#basicAuth)
|
64
|
+
|
65
|
+
### HTTP request headers
|
66
|
+
|
67
|
+
- **Content-Type**: application/json
|
68
|
+
- **Accept**: application/json
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
# **delete_product**
|
73
|
+
> delete_product(korona_account_id, product_id_or_number)
|
74
|
+
|
75
|
+
deletes the product
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
### Example
|
80
|
+
```ruby
|
81
|
+
# load the gem
|
82
|
+
require 'korona_client'
|
83
|
+
# setup authorization
|
84
|
+
KoronaClient.configure do |config|
|
85
|
+
# Configure HTTP basic authorization: basicAuth
|
86
|
+
config.username = 'YOUR USERNAME'
|
87
|
+
config.password = 'YOUR PASSWORD'
|
88
|
+
end
|
89
|
+
|
90
|
+
api_instance = KoronaClient::ProductsApi.new
|
91
|
+
|
92
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
93
|
+
|
94
|
+
product_id_or_number = "product_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)
|
95
|
+
|
96
|
+
|
97
|
+
begin
|
98
|
+
#deletes the product
|
99
|
+
api_instance.delete_product(korona_account_id, product_id_or_number)
|
100
|
+
rescue KoronaClient::ApiError => e
|
101
|
+
puts "Exception when calling ProductsApi->delete_product: #{e}"
|
102
|
+
end
|
103
|
+
```
|
104
|
+
|
105
|
+
### Parameters
|
106
|
+
|
107
|
+
Name | Type | Description | Notes
|
108
|
+
------------- | ------------- | ------------- | -------------
|
109
|
+
**korona_account_id** | **String**| the account id |
|
110
|
+
**product_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) |
|
111
|
+
|
112
|
+
### Return type
|
113
|
+
|
114
|
+
nil (empty response body)
|
115
|
+
|
116
|
+
### Authorization
|
117
|
+
|
118
|
+
[basicAuth](../README.md#basicAuth)
|
119
|
+
|
120
|
+
### HTTP request headers
|
121
|
+
|
122
|
+
- **Content-Type**: application/json
|
123
|
+
- **Accept**: application/json
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
# **get_product**
|
128
|
+
> Product get_product(korona_account_id, product_id_or_number)
|
129
|
+
|
130
|
+
lists the product
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
### Example
|
135
|
+
```ruby
|
136
|
+
# load the gem
|
137
|
+
require 'korona_client'
|
138
|
+
# setup authorization
|
139
|
+
KoronaClient.configure do |config|
|
140
|
+
# Configure HTTP basic authorization: basicAuth
|
141
|
+
config.username = 'YOUR USERNAME'
|
142
|
+
config.password = 'YOUR PASSWORD'
|
143
|
+
end
|
144
|
+
|
145
|
+
api_instance = KoronaClient::ProductsApi.new
|
146
|
+
|
147
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
148
|
+
|
149
|
+
product_id_or_number = "product_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)
|
150
|
+
|
151
|
+
|
152
|
+
begin
|
153
|
+
#lists the product
|
154
|
+
result = api_instance.get_product(korona_account_id, product_id_or_number)
|
155
|
+
p result
|
156
|
+
rescue KoronaClient::ApiError => e
|
157
|
+
puts "Exception when calling ProductsApi->get_product: #{e}"
|
158
|
+
end
|
159
|
+
```
|
160
|
+
|
161
|
+
### Parameters
|
162
|
+
|
163
|
+
Name | Type | Description | Notes
|
164
|
+
------------- | ------------- | ------------- | -------------
|
165
|
+
**korona_account_id** | **String**| the account id |
|
166
|
+
**product_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) |
|
167
|
+
|
168
|
+
### Return type
|
169
|
+
|
170
|
+
[**Product**](Product.md)
|
171
|
+
|
172
|
+
### Authorization
|
173
|
+
|
174
|
+
[basicAuth](../README.md#basicAuth)
|
175
|
+
|
176
|
+
### HTTP request headers
|
177
|
+
|
178
|
+
- **Content-Type**: application/json
|
179
|
+
- **Accept**: application/json
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
# **get_product_stocks**
|
184
|
+
> ResultListProductStock get_product_stocks(korona_account_id, product_id_or_number, opts)
|
185
|
+
|
186
|
+
lists the product stocks in different warehouses (KORONA.retail required)
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
### Example
|
191
|
+
```ruby
|
192
|
+
# load the gem
|
193
|
+
require 'korona_client'
|
194
|
+
# setup authorization
|
195
|
+
KoronaClient.configure do |config|
|
196
|
+
# Configure HTTP basic authorization: basicAuth
|
197
|
+
config.username = 'YOUR USERNAME'
|
198
|
+
config.password = 'YOUR PASSWORD'
|
199
|
+
end
|
200
|
+
|
201
|
+
api_instance = KoronaClient::ProductsApi.new
|
202
|
+
|
203
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
204
|
+
|
205
|
+
product_id_or_number = "product_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)
|
206
|
+
|
207
|
+
opts = {
|
208
|
+
page: 56, # Integer | number of the page to fetch
|
209
|
+
size: 56, # Integer | amount of objects to return per page
|
210
|
+
sort: "sort_example", # String | attribute to sort by (multiple separated by comma; max. 5)
|
211
|
+
revision: 789 # Integer | last revision number, objects with a greater revision than this will be returned
|
212
|
+
}
|
213
|
+
|
214
|
+
begin
|
215
|
+
#lists the product stocks in different warehouses (KORONA.retail required)
|
216
|
+
result = api_instance.get_product_stocks(korona_account_id, product_id_or_number, opts)
|
217
|
+
p result
|
218
|
+
rescue KoronaClient::ApiError => e
|
219
|
+
puts "Exception when calling ProductsApi->get_product_stocks: #{e}"
|
220
|
+
end
|
221
|
+
```
|
222
|
+
|
223
|
+
### Parameters
|
224
|
+
|
225
|
+
Name | Type | Description | Notes
|
226
|
+
------------- | ------------- | ------------- | -------------
|
227
|
+
**korona_account_id** | **String**| the account id |
|
228
|
+
**product_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) |
|
229
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
230
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
231
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
232
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
233
|
+
|
234
|
+
### Return type
|
235
|
+
|
236
|
+
[**ResultListProductStock**](ResultListProductStock.md)
|
237
|
+
|
238
|
+
### Authorization
|
239
|
+
|
240
|
+
[basicAuth](../README.md#basicAuth)
|
241
|
+
|
242
|
+
### HTTP request headers
|
243
|
+
|
244
|
+
- **Content-Type**: application/json
|
245
|
+
- **Accept**: application/json
|
246
|
+
|
247
|
+
|
248
|
+
|
249
|
+
# **get_products**
|
250
|
+
> ResultListProduct get_products(korona_account_id, opts)
|
251
|
+
|
252
|
+
lists all products
|
253
|
+
|
254
|
+
|
255
|
+
|
256
|
+
### Example
|
257
|
+
```ruby
|
258
|
+
# load the gem
|
259
|
+
require 'korona_client'
|
260
|
+
# setup authorization
|
261
|
+
KoronaClient.configure do |config|
|
262
|
+
# Configure HTTP basic authorization: basicAuth
|
263
|
+
config.username = 'YOUR USERNAME'
|
264
|
+
config.password = 'YOUR PASSWORD'
|
265
|
+
end
|
266
|
+
|
267
|
+
api_instance = KoronaClient::ProductsApi.new
|
268
|
+
|
269
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
270
|
+
|
271
|
+
opts = {
|
272
|
+
page: 56, # Integer | number of the page to fetch
|
273
|
+
size: 56, # Integer | amount of objects to return per page
|
274
|
+
sort: "sort_example", # String | attribute to sort by (multiple separated by comma; max. 5)
|
275
|
+
revision: 789, # Integer | last revision number, objects with a greater revision than this will be returned
|
276
|
+
include_deleted: true, # BOOLEAN | indicates deleted objects should be loaded or not (default: false)
|
277
|
+
product_codes: "product_codes_example", # String | at least one product code to filter by (multiple separated by comma; max. 10)
|
278
|
+
commodity_group: "commodity_group_example", # String | commodity group id or number to filter by
|
279
|
+
assortment: "assortment_example", # String | assortment id or number to filter by
|
280
|
+
tag: "tag_example" # String | tag id or number to filter by
|
281
|
+
}
|
282
|
+
|
283
|
+
begin
|
284
|
+
#lists all products
|
285
|
+
result = api_instance.get_products(korona_account_id, opts)
|
286
|
+
p result
|
287
|
+
rescue KoronaClient::ApiError => e
|
288
|
+
puts "Exception when calling ProductsApi->get_products: #{e}"
|
289
|
+
end
|
290
|
+
```
|
291
|
+
|
292
|
+
### Parameters
|
293
|
+
|
294
|
+
Name | Type | Description | Notes
|
295
|
+
------------- | ------------- | ------------- | -------------
|
296
|
+
**korona_account_id** | **String**| the account id |
|
297
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
298
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
299
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
300
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
301
|
+
**include_deleted** | **BOOLEAN**| indicates deleted objects should be loaded or not (default: false) | [optional]
|
302
|
+
**product_codes** | **String**| at least one product code to filter by (multiple separated by comma; max. 10) | [optional]
|
303
|
+
**commodity_group** | **String**| commodity group id or number to filter by | [optional]
|
304
|
+
**assortment** | **String**| assortment id or number to filter by | [optional]
|
305
|
+
**tag** | **String**| tag id or number to filter by | [optional]
|
306
|
+
|
307
|
+
### Return type
|
308
|
+
|
309
|
+
[**ResultListProduct**](ResultListProduct.md)
|
310
|
+
|
311
|
+
### Authorization
|
312
|
+
|
313
|
+
[basicAuth](../README.md#basicAuth)
|
314
|
+
|
315
|
+
### HTTP request headers
|
316
|
+
|
317
|
+
- **Content-Type**: application/json
|
318
|
+
- **Accept**: application/json
|
319
|
+
|
320
|
+
|
321
|
+
|
322
|
+
# **update_product**
|
323
|
+
> update_product(korona_account_id, product_id_or_number, body)
|
324
|
+
|
325
|
+
changes the product
|
326
|
+
|
327
|
+
if [number] is set, the number of the object will change and the resource location as well
|
328
|
+
|
329
|
+
### Example
|
330
|
+
```ruby
|
331
|
+
# load the gem
|
332
|
+
require 'korona_client'
|
333
|
+
# setup authorization
|
334
|
+
KoronaClient.configure do |config|
|
335
|
+
# Configure HTTP basic authorization: basicAuth
|
336
|
+
config.username = 'YOUR USERNAME'
|
337
|
+
config.password = 'YOUR PASSWORD'
|
338
|
+
end
|
339
|
+
|
340
|
+
api_instance = KoronaClient::ProductsApi.new
|
341
|
+
|
342
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
343
|
+
|
344
|
+
product_id_or_number = "product_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)
|
345
|
+
|
346
|
+
body = KoronaClient::Product.new # Product | the properties to update of the product
|
347
|
+
|
348
|
+
|
349
|
+
begin
|
350
|
+
#changes the product
|
351
|
+
api_instance.update_product(korona_account_id, product_id_or_number, body)
|
352
|
+
rescue KoronaClient::ApiError => e
|
353
|
+
puts "Exception when calling ProductsApi->update_product: #{e}"
|
354
|
+
end
|
355
|
+
```
|
356
|
+
|
357
|
+
### Parameters
|
358
|
+
|
359
|
+
Name | Type | Description | Notes
|
360
|
+
------------- | ------------- | ------------- | -------------
|
361
|
+
**korona_account_id** | **String**| the account id |
|
362
|
+
**product_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) |
|
363
|
+
**body** | [**Product**](Product.md)| the properties to update of the product |
|
364
|
+
|
365
|
+
### Return type
|
366
|
+
|
367
|
+
nil (empty response body)
|
368
|
+
|
369
|
+
### Authorization
|
370
|
+
|
371
|
+
[basicAuth](../README.md#basicAuth)
|
372
|
+
|
373
|
+
### HTTP request headers
|
374
|
+
|
375
|
+
- **Content-Type**: application/json
|
376
|
+
- **Accept**: application/json
|
377
|
+
|
378
|
+
|
379
|
+
|
380
|
+
# **update_products**
|
381
|
+
> Array<AddOrUpdateResult> update_products(korona_account_id, body)
|
382
|
+
|
383
|
+
changes a batch of products
|
384
|
+
|
385
|
+
[number] must be set in the objects, otherwise the object cannot be updated
|
386
|
+
|
387
|
+
### Example
|
388
|
+
```ruby
|
389
|
+
# load the gem
|
390
|
+
require 'korona_client'
|
391
|
+
# setup authorization
|
392
|
+
KoronaClient.configure do |config|
|
393
|
+
# Configure HTTP basic authorization: basicAuth
|
394
|
+
config.username = 'YOUR USERNAME'
|
395
|
+
config.password = 'YOUR PASSWORD'
|
396
|
+
end
|
397
|
+
|
398
|
+
api_instance = KoronaClient::ProductsApi.new
|
399
|
+
|
400
|
+
korona_account_id = "korona_account_id_example" # String | the account id
|
401
|
+
|
402
|
+
body = [KoronaClient::Product.new] # Array<Product> | a array of existing products
|
403
|
+
|
404
|
+
|
405
|
+
begin
|
406
|
+
#changes a batch of products
|
407
|
+
result = api_instance.update_products(korona_account_id, body)
|
408
|
+
p result
|
409
|
+
rescue KoronaClient::ApiError => e
|
410
|
+
puts "Exception when calling ProductsApi->update_products: #{e}"
|
411
|
+
end
|
412
|
+
```
|
413
|
+
|
414
|
+
### Parameters
|
415
|
+
|
416
|
+
Name | Type | Description | Notes
|
417
|
+
------------- | ------------- | ------------- | -------------
|
418
|
+
**korona_account_id** | **String**| the account id |
|
419
|
+
**body** | [**Array<Product>**](Product.md)| a array of existing products |
|
420
|
+
|
421
|
+
### Return type
|
422
|
+
|
423
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
424
|
+
|
425
|
+
### Authorization
|
426
|
+
|
427
|
+
[basicAuth](../README.md#basicAuth)
|
428
|
+
|
429
|
+
### HTTP request headers
|
430
|
+
|
431
|
+
- **Content-Type**: application/json
|
432
|
+
- **Accept**: application/json
|
433
|
+
|
434
|
+
|
435
|
+
|