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
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#KORONA.cloud API v3
|
|
3
|
+
|
|
4
|
+
#Our api provides access to our cloud services
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 3
|
|
7
|
+
Contact: support@combase.net
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.3.1
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require "uri"
|
|
14
|
+
|
|
15
|
+
module KoronaClient
|
|
16
|
+
class KoronaAccountApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
# lists the korona account
|
|
24
|
+
#
|
|
25
|
+
# @param korona_account_id the account id
|
|
26
|
+
# @param [Hash] opts the optional parameters
|
|
27
|
+
# @return [KoronaAccount]
|
|
28
|
+
def get_korona_account(korona_account_id, opts = {})
|
|
29
|
+
data, _status_code, _headers = get_korona_account_with_http_info(korona_account_id, opts)
|
|
30
|
+
return data
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
# lists the korona account
|
|
34
|
+
#
|
|
35
|
+
# @param korona_account_id the account id
|
|
36
|
+
# @param [Hash] opts the optional parameters
|
|
37
|
+
# @return [Array<(KoronaAccount, Fixnum, Hash)>] KoronaAccount data, response status code and response headers
|
|
38
|
+
def get_korona_account_with_http_info(korona_account_id, opts = {})
|
|
39
|
+
if @api_client.config.debugging
|
|
40
|
+
@api_client.config.logger.debug "Calling API: KoronaAccountApi.get_korona_account ..."
|
|
41
|
+
end
|
|
42
|
+
# verify the required parameter 'korona_account_id' is set
|
|
43
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
44
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling KoronaAccountApi.get_korona_account"
|
|
45
|
+
end
|
|
46
|
+
# resource path
|
|
47
|
+
local_var_path = "/accounts/{koronaAccountId}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s)
|
|
48
|
+
|
|
49
|
+
# query parameters
|
|
50
|
+
query_params = {}
|
|
51
|
+
|
|
52
|
+
# header parameters
|
|
53
|
+
header_params = {}
|
|
54
|
+
# HTTP header 'Accept' (if needed)
|
|
55
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
56
|
+
# HTTP header 'Content-Type'
|
|
57
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
58
|
+
|
|
59
|
+
# form parameters
|
|
60
|
+
form_params = {}
|
|
61
|
+
|
|
62
|
+
# http body (model)
|
|
63
|
+
post_body = nil
|
|
64
|
+
auth_names = ['basicAuth']
|
|
65
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
66
|
+
:header_params => header_params,
|
|
67
|
+
:query_params => query_params,
|
|
68
|
+
:form_params => form_params,
|
|
69
|
+
:body => post_body,
|
|
70
|
+
:auth_names => auth_names,
|
|
71
|
+
:return_type => 'KoronaAccount')
|
|
72
|
+
if @api_client.config.debugging
|
|
73
|
+
@api_client.config.logger.debug "API called: KoronaAccountApi#get_korona_account\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
74
|
+
end
|
|
75
|
+
return data, status_code, headers
|
|
76
|
+
end
|
|
77
|
+
end
|
|
78
|
+
end
|
|
@@ -0,0 +1,827 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#KORONA.cloud API v3
|
|
3
|
+
|
|
4
|
+
#Our api provides access to our cloud services
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 3
|
|
7
|
+
Contact: support@combase.net
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.3.1
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require "uri"
|
|
14
|
+
|
|
15
|
+
module KoronaClient
|
|
16
|
+
class OrganizationalUnitsApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
# adds a batch of new day ratings
|
|
24
|
+
#
|
|
25
|
+
# @param korona_account_id the account id
|
|
26
|
+
# @param organizational_unit_id_or_number 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)
|
|
27
|
+
# @param body a array of new day ratings
|
|
28
|
+
# @param [Hash] opts the optional parameters
|
|
29
|
+
# @return [Array<AddOrUpdateResult>]
|
|
30
|
+
def add_organizational_unit_day_ratings(korona_account_id, organizational_unit_id_or_number, body, opts = {})
|
|
31
|
+
data, _status_code, _headers = add_organizational_unit_day_ratings_with_http_info(korona_account_id, organizational_unit_id_or_number, body, opts)
|
|
32
|
+
return data
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
# adds a batch of new day ratings
|
|
36
|
+
#
|
|
37
|
+
# @param korona_account_id the account id
|
|
38
|
+
# @param organizational_unit_id_or_number 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)
|
|
39
|
+
# @param body a array of new day ratings
|
|
40
|
+
# @param [Hash] opts the optional parameters
|
|
41
|
+
# @return [Array<(Array<AddOrUpdateResult>, Fixnum, Hash)>] Array<AddOrUpdateResult> data, response status code and response headers
|
|
42
|
+
def add_organizational_unit_day_ratings_with_http_info(korona_account_id, organizational_unit_id_or_number, body, opts = {})
|
|
43
|
+
if @api_client.config.debugging
|
|
44
|
+
@api_client.config.logger.debug "Calling API: OrganizationalUnitsApi.add_organizational_unit_day_ratings ..."
|
|
45
|
+
end
|
|
46
|
+
# verify the required parameter 'korona_account_id' is set
|
|
47
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
48
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling OrganizationalUnitsApi.add_organizational_unit_day_ratings"
|
|
49
|
+
end
|
|
50
|
+
# verify the required parameter 'organizational_unit_id_or_number' is set
|
|
51
|
+
if @api_client.config.client_side_validation && organizational_unit_id_or_number.nil?
|
|
52
|
+
fail ArgumentError, "Missing the required parameter 'organizational_unit_id_or_number' when calling OrganizationalUnitsApi.add_organizational_unit_day_ratings"
|
|
53
|
+
end
|
|
54
|
+
# verify the required parameter 'body' is set
|
|
55
|
+
if @api_client.config.client_side_validation && body.nil?
|
|
56
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling OrganizationalUnitsApi.add_organizational_unit_day_ratings"
|
|
57
|
+
end
|
|
58
|
+
# resource path
|
|
59
|
+
local_var_path = "/accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/dayRatings".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'organizationalUnitIdOrNumber' + '}', organizational_unit_id_or_number.to_s)
|
|
60
|
+
|
|
61
|
+
# query parameters
|
|
62
|
+
query_params = {}
|
|
63
|
+
|
|
64
|
+
# header parameters
|
|
65
|
+
header_params = {}
|
|
66
|
+
# HTTP header 'Accept' (if needed)
|
|
67
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
68
|
+
# HTTP header 'Content-Type'
|
|
69
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
70
|
+
|
|
71
|
+
# form parameters
|
|
72
|
+
form_params = {}
|
|
73
|
+
|
|
74
|
+
# http body (model)
|
|
75
|
+
post_body = @api_client.object_to_http_body(body)
|
|
76
|
+
auth_names = ['basicAuth']
|
|
77
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
78
|
+
:header_params => header_params,
|
|
79
|
+
:query_params => query_params,
|
|
80
|
+
:form_params => form_params,
|
|
81
|
+
:body => post_body,
|
|
82
|
+
:auth_names => auth_names,
|
|
83
|
+
:return_type => 'Array<AddOrUpdateResult>')
|
|
84
|
+
if @api_client.config.debugging
|
|
85
|
+
@api_client.config.logger.debug "API called: OrganizationalUnitsApi#add_organizational_unit_day_ratings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
86
|
+
end
|
|
87
|
+
return data, status_code, headers
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
# deletes the day rating by its id or date
|
|
91
|
+
#
|
|
92
|
+
# @param korona_account_id the account id
|
|
93
|
+
# @param organizational_unit_id_or_number 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)
|
|
94
|
+
# @param day_rating_id_or_date the id or date (YYYY-MM-DD) of the day rating
|
|
95
|
+
# @param [Hash] opts the optional parameters
|
|
96
|
+
# @return [nil]
|
|
97
|
+
def delete_organizational_unit_day_rating(korona_account_id, organizational_unit_id_or_number, day_rating_id_or_date, opts = {})
|
|
98
|
+
delete_organizational_unit_day_rating_with_http_info(korona_account_id, organizational_unit_id_or_number, day_rating_id_or_date, opts)
|
|
99
|
+
return nil
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
# deletes the day rating by its id or date
|
|
103
|
+
#
|
|
104
|
+
# @param korona_account_id the account id
|
|
105
|
+
# @param organizational_unit_id_or_number 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)
|
|
106
|
+
# @param day_rating_id_or_date the id or date (YYYY-MM-DD) of the day rating
|
|
107
|
+
# @param [Hash] opts the optional parameters
|
|
108
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
109
|
+
def delete_organizational_unit_day_rating_with_http_info(korona_account_id, organizational_unit_id_or_number, day_rating_id_or_date, opts = {})
|
|
110
|
+
if @api_client.config.debugging
|
|
111
|
+
@api_client.config.logger.debug "Calling API: OrganizationalUnitsApi.delete_organizational_unit_day_rating ..."
|
|
112
|
+
end
|
|
113
|
+
# verify the required parameter 'korona_account_id' is set
|
|
114
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
115
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling OrganizationalUnitsApi.delete_organizational_unit_day_rating"
|
|
116
|
+
end
|
|
117
|
+
# verify the required parameter 'organizational_unit_id_or_number' is set
|
|
118
|
+
if @api_client.config.client_side_validation && organizational_unit_id_or_number.nil?
|
|
119
|
+
fail ArgumentError, "Missing the required parameter 'organizational_unit_id_or_number' when calling OrganizationalUnitsApi.delete_organizational_unit_day_rating"
|
|
120
|
+
end
|
|
121
|
+
# verify the required parameter 'day_rating_id_or_date' is set
|
|
122
|
+
if @api_client.config.client_side_validation && day_rating_id_or_date.nil?
|
|
123
|
+
fail ArgumentError, "Missing the required parameter 'day_rating_id_or_date' when calling OrganizationalUnitsApi.delete_organizational_unit_day_rating"
|
|
124
|
+
end
|
|
125
|
+
# resource path
|
|
126
|
+
local_var_path = "/accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/dayRatings/{dayRatingIdOrDate}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'organizationalUnitIdOrNumber' + '}', organizational_unit_id_or_number.to_s).sub('{' + 'dayRatingIdOrDate' + '}', day_rating_id_or_date.to_s)
|
|
127
|
+
|
|
128
|
+
# query parameters
|
|
129
|
+
query_params = {}
|
|
130
|
+
|
|
131
|
+
# header parameters
|
|
132
|
+
header_params = {}
|
|
133
|
+
# HTTP header 'Accept' (if needed)
|
|
134
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
135
|
+
# HTTP header 'Content-Type'
|
|
136
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
137
|
+
|
|
138
|
+
# form parameters
|
|
139
|
+
form_params = {}
|
|
140
|
+
|
|
141
|
+
# http body (model)
|
|
142
|
+
post_body = nil
|
|
143
|
+
auth_names = ['basicAuth']
|
|
144
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
145
|
+
:header_params => header_params,
|
|
146
|
+
:query_params => query_params,
|
|
147
|
+
:form_params => form_params,
|
|
148
|
+
:body => post_body,
|
|
149
|
+
:auth_names => auth_names)
|
|
150
|
+
if @api_client.config.debugging
|
|
151
|
+
@api_client.config.logger.debug "API called: OrganizationalUnitsApi#delete_organizational_unit_day_rating\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
152
|
+
end
|
|
153
|
+
return data, status_code, headers
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
# lists the organizational unit
|
|
157
|
+
#
|
|
158
|
+
# @param korona_account_id the account id
|
|
159
|
+
# @param organizational_unit_id_or_number 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)
|
|
160
|
+
# @param [Hash] opts the optional parameters
|
|
161
|
+
# @return [OrganizationalUnit]
|
|
162
|
+
def get_organizational_unit(korona_account_id, organizational_unit_id_or_number, opts = {})
|
|
163
|
+
data, _status_code, _headers = get_organizational_unit_with_http_info(korona_account_id, organizational_unit_id_or_number, opts)
|
|
164
|
+
return data
|
|
165
|
+
end
|
|
166
|
+
|
|
167
|
+
# lists the organizational unit
|
|
168
|
+
#
|
|
169
|
+
# @param korona_account_id the account id
|
|
170
|
+
# @param organizational_unit_id_or_number 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)
|
|
171
|
+
# @param [Hash] opts the optional parameters
|
|
172
|
+
# @return [Array<(OrganizationalUnit, Fixnum, Hash)>] OrganizationalUnit data, response status code and response headers
|
|
173
|
+
def get_organizational_unit_with_http_info(korona_account_id, organizational_unit_id_or_number, opts = {})
|
|
174
|
+
if @api_client.config.debugging
|
|
175
|
+
@api_client.config.logger.debug "Calling API: OrganizationalUnitsApi.get_organizational_unit ..."
|
|
176
|
+
end
|
|
177
|
+
# verify the required parameter 'korona_account_id' is set
|
|
178
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
179
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling OrganizationalUnitsApi.get_organizational_unit"
|
|
180
|
+
end
|
|
181
|
+
# verify the required parameter 'organizational_unit_id_or_number' is set
|
|
182
|
+
if @api_client.config.client_side_validation && organizational_unit_id_or_number.nil?
|
|
183
|
+
fail ArgumentError, "Missing the required parameter 'organizational_unit_id_or_number' when calling OrganizationalUnitsApi.get_organizational_unit"
|
|
184
|
+
end
|
|
185
|
+
# resource path
|
|
186
|
+
local_var_path = "/accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'organizationalUnitIdOrNumber' + '}', organizational_unit_id_or_number.to_s)
|
|
187
|
+
|
|
188
|
+
# query parameters
|
|
189
|
+
query_params = {}
|
|
190
|
+
|
|
191
|
+
# header parameters
|
|
192
|
+
header_params = {}
|
|
193
|
+
# HTTP header 'Accept' (if needed)
|
|
194
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
195
|
+
# HTTP header 'Content-Type'
|
|
196
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
197
|
+
|
|
198
|
+
# form parameters
|
|
199
|
+
form_params = {}
|
|
200
|
+
|
|
201
|
+
# http body (model)
|
|
202
|
+
post_body = nil
|
|
203
|
+
auth_names = ['basicAuth']
|
|
204
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
205
|
+
:header_params => header_params,
|
|
206
|
+
:query_params => query_params,
|
|
207
|
+
:form_params => form_params,
|
|
208
|
+
:body => post_body,
|
|
209
|
+
:auth_names => auth_names,
|
|
210
|
+
:return_type => 'OrganizationalUnit')
|
|
211
|
+
if @api_client.config.debugging
|
|
212
|
+
@api_client.config.logger.debug "API called: OrganizationalUnitsApi#get_organizational_unit\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
213
|
+
end
|
|
214
|
+
return data, status_code, headers
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
# lists the day rating by its id or date
|
|
218
|
+
#
|
|
219
|
+
# @param korona_account_id the account id
|
|
220
|
+
# @param organizational_unit_id_or_number 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)
|
|
221
|
+
# @param day_rating_id_or_date the id or date (YYYY-MM-DD) of the day rating
|
|
222
|
+
# @param [Hash] opts the optional parameters
|
|
223
|
+
# @return [DayRating]
|
|
224
|
+
def get_organizational_unit_day_rating(korona_account_id, organizational_unit_id_or_number, day_rating_id_or_date, opts = {})
|
|
225
|
+
data, _status_code, _headers = get_organizational_unit_day_rating_with_http_info(korona_account_id, organizational_unit_id_or_number, day_rating_id_or_date, opts)
|
|
226
|
+
return data
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
# lists the day rating by its id or date
|
|
230
|
+
#
|
|
231
|
+
# @param korona_account_id the account id
|
|
232
|
+
# @param organizational_unit_id_or_number 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)
|
|
233
|
+
# @param day_rating_id_or_date the id or date (YYYY-MM-DD) of the day rating
|
|
234
|
+
# @param [Hash] opts the optional parameters
|
|
235
|
+
# @return [Array<(DayRating, Fixnum, Hash)>] DayRating data, response status code and response headers
|
|
236
|
+
def get_organizational_unit_day_rating_with_http_info(korona_account_id, organizational_unit_id_or_number, day_rating_id_or_date, opts = {})
|
|
237
|
+
if @api_client.config.debugging
|
|
238
|
+
@api_client.config.logger.debug "Calling API: OrganizationalUnitsApi.get_organizational_unit_day_rating ..."
|
|
239
|
+
end
|
|
240
|
+
# verify the required parameter 'korona_account_id' is set
|
|
241
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
242
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling OrganizationalUnitsApi.get_organizational_unit_day_rating"
|
|
243
|
+
end
|
|
244
|
+
# verify the required parameter 'organizational_unit_id_or_number' is set
|
|
245
|
+
if @api_client.config.client_side_validation && organizational_unit_id_or_number.nil?
|
|
246
|
+
fail ArgumentError, "Missing the required parameter 'organizational_unit_id_or_number' when calling OrganizationalUnitsApi.get_organizational_unit_day_rating"
|
|
247
|
+
end
|
|
248
|
+
# verify the required parameter 'day_rating_id_or_date' is set
|
|
249
|
+
if @api_client.config.client_side_validation && day_rating_id_or_date.nil?
|
|
250
|
+
fail ArgumentError, "Missing the required parameter 'day_rating_id_or_date' when calling OrganizationalUnitsApi.get_organizational_unit_day_rating"
|
|
251
|
+
end
|
|
252
|
+
# resource path
|
|
253
|
+
local_var_path = "/accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/dayRatings/{dayRatingIdOrDate}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'organizationalUnitIdOrNumber' + '}', organizational_unit_id_or_number.to_s).sub('{' + 'dayRatingIdOrDate' + '}', day_rating_id_or_date.to_s)
|
|
254
|
+
|
|
255
|
+
# query parameters
|
|
256
|
+
query_params = {}
|
|
257
|
+
|
|
258
|
+
# header parameters
|
|
259
|
+
header_params = {}
|
|
260
|
+
# HTTP header 'Accept' (if needed)
|
|
261
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
262
|
+
# HTTP header 'Content-Type'
|
|
263
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
264
|
+
|
|
265
|
+
# form parameters
|
|
266
|
+
form_params = {}
|
|
267
|
+
|
|
268
|
+
# http body (model)
|
|
269
|
+
post_body = nil
|
|
270
|
+
auth_names = ['basicAuth']
|
|
271
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
272
|
+
:header_params => header_params,
|
|
273
|
+
:query_params => query_params,
|
|
274
|
+
:form_params => form_params,
|
|
275
|
+
:body => post_body,
|
|
276
|
+
:auth_names => auth_names,
|
|
277
|
+
:return_type => 'DayRating')
|
|
278
|
+
if @api_client.config.debugging
|
|
279
|
+
@api_client.config.logger.debug "API called: OrganizationalUnitsApi#get_organizational_unit_day_rating\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
280
|
+
end
|
|
281
|
+
return data, status_code, headers
|
|
282
|
+
end
|
|
283
|
+
|
|
284
|
+
# lists all organizational unit related day ratings
|
|
285
|
+
#
|
|
286
|
+
# @param korona_account_id the account id
|
|
287
|
+
# @param organizational_unit_id_or_number 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)
|
|
288
|
+
# @param [Hash] opts the optional parameters
|
|
289
|
+
# @option opts [Integer] :page number of the page to fetch
|
|
290
|
+
# @option opts [Integer] :size amount of objects to return per page
|
|
291
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
292
|
+
# @return [ResultListDayRating]
|
|
293
|
+
def get_organizational_unit_day_ratings(korona_account_id, organizational_unit_id_or_number, opts = {})
|
|
294
|
+
data, _status_code, _headers = get_organizational_unit_day_ratings_with_http_info(korona_account_id, organizational_unit_id_or_number, opts)
|
|
295
|
+
return data
|
|
296
|
+
end
|
|
297
|
+
|
|
298
|
+
# lists all organizational unit related day ratings
|
|
299
|
+
#
|
|
300
|
+
# @param korona_account_id the account id
|
|
301
|
+
# @param organizational_unit_id_or_number 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)
|
|
302
|
+
# @param [Hash] opts the optional parameters
|
|
303
|
+
# @option opts [Integer] :page number of the page to fetch
|
|
304
|
+
# @option opts [Integer] :size amount of objects to return per page
|
|
305
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
306
|
+
# @return [Array<(ResultListDayRating, Fixnum, Hash)>] ResultListDayRating data, response status code and response headers
|
|
307
|
+
def get_organizational_unit_day_ratings_with_http_info(korona_account_id, organizational_unit_id_or_number, opts = {})
|
|
308
|
+
if @api_client.config.debugging
|
|
309
|
+
@api_client.config.logger.debug "Calling API: OrganizationalUnitsApi.get_organizational_unit_day_ratings ..."
|
|
310
|
+
end
|
|
311
|
+
# verify the required parameter 'korona_account_id' is set
|
|
312
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
313
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling OrganizationalUnitsApi.get_organizational_unit_day_ratings"
|
|
314
|
+
end
|
|
315
|
+
# verify the required parameter 'organizational_unit_id_or_number' is set
|
|
316
|
+
if @api_client.config.client_side_validation && organizational_unit_id_or_number.nil?
|
|
317
|
+
fail ArgumentError, "Missing the required parameter 'organizational_unit_id_or_number' when calling OrganizationalUnitsApi.get_organizational_unit_day_ratings"
|
|
318
|
+
end
|
|
319
|
+
# resource path
|
|
320
|
+
local_var_path = "/accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/dayRatings".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'organizationalUnitIdOrNumber' + '}', organizational_unit_id_or_number.to_s)
|
|
321
|
+
|
|
322
|
+
# query parameters
|
|
323
|
+
query_params = {}
|
|
324
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
325
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
326
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
|
327
|
+
|
|
328
|
+
# header parameters
|
|
329
|
+
header_params = {}
|
|
330
|
+
# HTTP header 'Accept' (if needed)
|
|
331
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
332
|
+
# HTTP header 'Content-Type'
|
|
333
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
334
|
+
|
|
335
|
+
# form parameters
|
|
336
|
+
form_params = {}
|
|
337
|
+
|
|
338
|
+
# http body (model)
|
|
339
|
+
post_body = nil
|
|
340
|
+
auth_names = ['basicAuth']
|
|
341
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
342
|
+
:header_params => header_params,
|
|
343
|
+
:query_params => query_params,
|
|
344
|
+
:form_params => form_params,
|
|
345
|
+
:body => post_body,
|
|
346
|
+
:auth_names => auth_names,
|
|
347
|
+
:return_type => 'ResultListDayRating')
|
|
348
|
+
if @api_client.config.debugging
|
|
349
|
+
@api_client.config.logger.debug "API called: OrganizationalUnitsApi#get_organizational_unit_day_ratings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
350
|
+
end
|
|
351
|
+
return data, status_code, headers
|
|
352
|
+
end
|
|
353
|
+
|
|
354
|
+
# lists the inventory lists belonging to the organizational unit (KORONA.retail required)
|
|
355
|
+
#
|
|
356
|
+
# @param korona_account_id the account id
|
|
357
|
+
# @param organizational_unit_id_or_number 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
|
+
# @param [Hash] opts the optional parameters
|
|
359
|
+
# @option opts [Integer] :page number of the page to fetch
|
|
360
|
+
# @option opts [Integer] :size amount of objects to return per page
|
|
361
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
362
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
363
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
|
364
|
+
# @option opts [DateTime] :min_create_time min (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
|
|
365
|
+
# @option opts [DateTime] :max_create_time max (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
|
|
366
|
+
# @option opts [DateTime] :min_booking_time min (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
|
|
367
|
+
# @option opts [DateTime] :max_booking_time max (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
|
|
368
|
+
# @option opts [String] :booking_status booking status (possible values: BOOKED, IN_PROGRESS)
|
|
369
|
+
# @return [ResultListInventoryList]
|
|
370
|
+
def get_organizational_unit_inventory_lists(korona_account_id, organizational_unit_id_or_number, opts = {})
|
|
371
|
+
data, _status_code, _headers = get_organizational_unit_inventory_lists_with_http_info(korona_account_id, organizational_unit_id_or_number, opts)
|
|
372
|
+
return data
|
|
373
|
+
end
|
|
374
|
+
|
|
375
|
+
# lists the inventory lists belonging to the organizational unit (KORONA.retail required)
|
|
376
|
+
#
|
|
377
|
+
# @param korona_account_id the account id
|
|
378
|
+
# @param organizational_unit_id_or_number 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)
|
|
379
|
+
# @param [Hash] opts the optional parameters
|
|
380
|
+
# @option opts [Integer] :page number of the page to fetch
|
|
381
|
+
# @option opts [Integer] :size amount of objects to return per page
|
|
382
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
383
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
384
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
|
385
|
+
# @option opts [DateTime] :min_create_time min (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
|
|
386
|
+
# @option opts [DateTime] :max_create_time max (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
|
|
387
|
+
# @option opts [DateTime] :min_booking_time min (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
|
|
388
|
+
# @option opts [DateTime] :max_booking_time max (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
|
|
389
|
+
# @option opts [String] :booking_status booking status (possible values: BOOKED, IN_PROGRESS)
|
|
390
|
+
# @return [Array<(ResultListInventoryList, Fixnum, Hash)>] ResultListInventoryList data, response status code and response headers
|
|
391
|
+
def get_organizational_unit_inventory_lists_with_http_info(korona_account_id, organizational_unit_id_or_number, opts = {})
|
|
392
|
+
if @api_client.config.debugging
|
|
393
|
+
@api_client.config.logger.debug "Calling API: OrganizationalUnitsApi.get_organizational_unit_inventory_lists ..."
|
|
394
|
+
end
|
|
395
|
+
# verify the required parameter 'korona_account_id' is set
|
|
396
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
397
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling OrganizationalUnitsApi.get_organizational_unit_inventory_lists"
|
|
398
|
+
end
|
|
399
|
+
# verify the required parameter 'organizational_unit_id_or_number' is set
|
|
400
|
+
if @api_client.config.client_side_validation && organizational_unit_id_or_number.nil?
|
|
401
|
+
fail ArgumentError, "Missing the required parameter 'organizational_unit_id_or_number' when calling OrganizationalUnitsApi.get_organizational_unit_inventory_lists"
|
|
402
|
+
end
|
|
403
|
+
if @api_client.config.client_side_validation && opts[:'booking_status'] && !['BOOKED', 'IN_PROGRESS'].include?(opts[:'booking_status'])
|
|
404
|
+
fail ArgumentError, 'invalid value for "booking_status", must be one of BOOKED, IN_PROGRESS'
|
|
405
|
+
end
|
|
406
|
+
# resource path
|
|
407
|
+
local_var_path = "/accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/inventoryLists".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'organizationalUnitIdOrNumber' + '}', organizational_unit_id_or_number.to_s)
|
|
408
|
+
|
|
409
|
+
# query parameters
|
|
410
|
+
query_params = {}
|
|
411
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
412
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
413
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
|
414
|
+
query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
|
|
415
|
+
query_params[:'includeDeleted'] = opts[:'include_deleted'] if !opts[:'include_deleted'].nil?
|
|
416
|
+
query_params[:'minCreateTime'] = opts[:'min_create_time'] if !opts[:'min_create_time'].nil?
|
|
417
|
+
query_params[:'maxCreateTime'] = opts[:'max_create_time'] if !opts[:'max_create_time'].nil?
|
|
418
|
+
query_params[:'minBookingTime'] = opts[:'min_booking_time'] if !opts[:'min_booking_time'].nil?
|
|
419
|
+
query_params[:'maxBookingTime'] = opts[:'max_booking_time'] if !opts[:'max_booking_time'].nil?
|
|
420
|
+
query_params[:'bookingStatus'] = opts[:'booking_status'] if !opts[:'booking_status'].nil?
|
|
421
|
+
|
|
422
|
+
# header parameters
|
|
423
|
+
header_params = {}
|
|
424
|
+
# HTTP header 'Accept' (if needed)
|
|
425
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
426
|
+
# HTTP header 'Content-Type'
|
|
427
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
428
|
+
|
|
429
|
+
# form parameters
|
|
430
|
+
form_params = {}
|
|
431
|
+
|
|
432
|
+
# http body (model)
|
|
433
|
+
post_body = nil
|
|
434
|
+
auth_names = ['basicAuth']
|
|
435
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
436
|
+
:header_params => header_params,
|
|
437
|
+
:query_params => query_params,
|
|
438
|
+
:form_params => form_params,
|
|
439
|
+
:body => post_body,
|
|
440
|
+
:auth_names => auth_names,
|
|
441
|
+
:return_type => 'ResultListInventoryList')
|
|
442
|
+
if @api_client.config.debugging
|
|
443
|
+
@api_client.config.logger.debug "API called: OrganizationalUnitsApi#get_organizational_unit_inventory_lists\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
444
|
+
end
|
|
445
|
+
return data, status_code, headers
|
|
446
|
+
end
|
|
447
|
+
|
|
448
|
+
# lists the product stocks of the organizational unit, in case it contains a warehouse (KORONA.retail required)
|
|
449
|
+
#
|
|
450
|
+
# @param korona_account_id the account id
|
|
451
|
+
# @param organizational_unit_id_or_number 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)
|
|
452
|
+
# @param [Hash] opts the optional parameters
|
|
453
|
+
# @option opts [Integer] :page number of the page to fetch
|
|
454
|
+
# @option opts [Integer] :size amount of objects to return per page
|
|
455
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
456
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
457
|
+
# @return [ResultListProductStock]
|
|
458
|
+
def get_organizational_unit_product_stocks(korona_account_id, organizational_unit_id_or_number, opts = {})
|
|
459
|
+
data, _status_code, _headers = get_organizational_unit_product_stocks_with_http_info(korona_account_id, organizational_unit_id_or_number, opts)
|
|
460
|
+
return data
|
|
461
|
+
end
|
|
462
|
+
|
|
463
|
+
# lists the product stocks of the organizational unit, in case it contains a warehouse (KORONA.retail required)
|
|
464
|
+
#
|
|
465
|
+
# @param korona_account_id the account id
|
|
466
|
+
# @param organizational_unit_id_or_number 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)
|
|
467
|
+
# @param [Hash] opts the optional parameters
|
|
468
|
+
# @option opts [Integer] :page number of the page to fetch
|
|
469
|
+
# @option opts [Integer] :size amount of objects to return per page
|
|
470
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
471
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
472
|
+
# @return [Array<(ResultListProductStock, Fixnum, Hash)>] ResultListProductStock data, response status code and response headers
|
|
473
|
+
def get_organizational_unit_product_stocks_with_http_info(korona_account_id, organizational_unit_id_or_number, opts = {})
|
|
474
|
+
if @api_client.config.debugging
|
|
475
|
+
@api_client.config.logger.debug "Calling API: OrganizationalUnitsApi.get_organizational_unit_product_stocks ..."
|
|
476
|
+
end
|
|
477
|
+
# verify the required parameter 'korona_account_id' is set
|
|
478
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
479
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling OrganizationalUnitsApi.get_organizational_unit_product_stocks"
|
|
480
|
+
end
|
|
481
|
+
# verify the required parameter 'organizational_unit_id_or_number' is set
|
|
482
|
+
if @api_client.config.client_side_validation && organizational_unit_id_or_number.nil?
|
|
483
|
+
fail ArgumentError, "Missing the required parameter 'organizational_unit_id_or_number' when calling OrganizationalUnitsApi.get_organizational_unit_product_stocks"
|
|
484
|
+
end
|
|
485
|
+
# resource path
|
|
486
|
+
local_var_path = "/accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/productStocks".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'organizationalUnitIdOrNumber' + '}', organizational_unit_id_or_number.to_s)
|
|
487
|
+
|
|
488
|
+
# query parameters
|
|
489
|
+
query_params = {}
|
|
490
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
491
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
492
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
|
493
|
+
query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
|
|
494
|
+
|
|
495
|
+
# header parameters
|
|
496
|
+
header_params = {}
|
|
497
|
+
# HTTP header 'Accept' (if needed)
|
|
498
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
499
|
+
# HTTP header 'Content-Type'
|
|
500
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
501
|
+
|
|
502
|
+
# form parameters
|
|
503
|
+
form_params = {}
|
|
504
|
+
|
|
505
|
+
# http body (model)
|
|
506
|
+
post_body = nil
|
|
507
|
+
auth_names = ['basicAuth']
|
|
508
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
509
|
+
:header_params => header_params,
|
|
510
|
+
:query_params => query_params,
|
|
511
|
+
:form_params => form_params,
|
|
512
|
+
:body => post_body,
|
|
513
|
+
:auth_names => auth_names,
|
|
514
|
+
:return_type => 'ResultListProductStock')
|
|
515
|
+
if @api_client.config.debugging
|
|
516
|
+
@api_client.config.logger.debug "API called: OrganizationalUnitsApi#get_organizational_unit_product_stocks\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
517
|
+
end
|
|
518
|
+
return data, status_code, headers
|
|
519
|
+
end
|
|
520
|
+
|
|
521
|
+
# lists the stock receipts belonging to the organizational unit (KORONA.retail required)
|
|
522
|
+
#
|
|
523
|
+
# @param korona_account_id the account id
|
|
524
|
+
# @param organizational_unit_id_or_number 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)
|
|
525
|
+
# @param [Hash] opts the optional parameters
|
|
526
|
+
# @option opts [Integer] :page number of the page to fetch
|
|
527
|
+
# @option opts [Integer] :size amount of objects to return per page
|
|
528
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
529
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
530
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
|
531
|
+
# @option opts [DateTime] :min_create_time min (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
|
|
532
|
+
# @option opts [DateTime] :max_create_time max (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
|
|
533
|
+
# @option opts [DateTime] :min_booking_time min (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
|
|
534
|
+
# @option opts [DateTime] :max_booking_time max (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
|
|
535
|
+
# @option opts [String] :source_organizational_unit source organizational unit
|
|
536
|
+
# @option opts [String] :booking_status booking status (possible values: BOOKED, IN_PROGRESS)
|
|
537
|
+
# @return [ResultListStockReceipt]
|
|
538
|
+
def get_organizational_unit_stock_receipts(korona_account_id, organizational_unit_id_or_number, opts = {})
|
|
539
|
+
data, _status_code, _headers = get_organizational_unit_stock_receipts_with_http_info(korona_account_id, organizational_unit_id_or_number, opts)
|
|
540
|
+
return data
|
|
541
|
+
end
|
|
542
|
+
|
|
543
|
+
# lists the stock receipts belonging to the organizational unit (KORONA.retail required)
|
|
544
|
+
#
|
|
545
|
+
# @param korona_account_id the account id
|
|
546
|
+
# @param organizational_unit_id_or_number 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)
|
|
547
|
+
# @param [Hash] opts the optional parameters
|
|
548
|
+
# @option opts [Integer] :page number of the page to fetch
|
|
549
|
+
# @option opts [Integer] :size amount of objects to return per page
|
|
550
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
551
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
552
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
|
553
|
+
# @option opts [DateTime] :min_create_time min (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
|
|
554
|
+
# @option opts [DateTime] :max_create_time max (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
|
|
555
|
+
# @option opts [DateTime] :min_booking_time min (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
|
|
556
|
+
# @option opts [DateTime] :max_booking_time max (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
|
|
557
|
+
# @option opts [String] :source_organizational_unit source organizational unit
|
|
558
|
+
# @option opts [String] :booking_status booking status (possible values: BOOKED, IN_PROGRESS)
|
|
559
|
+
# @return [Array<(ResultListStockReceipt, Fixnum, Hash)>] ResultListStockReceipt data, response status code and response headers
|
|
560
|
+
def get_organizational_unit_stock_receipts_with_http_info(korona_account_id, organizational_unit_id_or_number, opts = {})
|
|
561
|
+
if @api_client.config.debugging
|
|
562
|
+
@api_client.config.logger.debug "Calling API: OrganizationalUnitsApi.get_organizational_unit_stock_receipts ..."
|
|
563
|
+
end
|
|
564
|
+
# verify the required parameter 'korona_account_id' is set
|
|
565
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
566
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling OrganizationalUnitsApi.get_organizational_unit_stock_receipts"
|
|
567
|
+
end
|
|
568
|
+
# verify the required parameter 'organizational_unit_id_or_number' is set
|
|
569
|
+
if @api_client.config.client_side_validation && organizational_unit_id_or_number.nil?
|
|
570
|
+
fail ArgumentError, "Missing the required parameter 'organizational_unit_id_or_number' when calling OrganizationalUnitsApi.get_organizational_unit_stock_receipts"
|
|
571
|
+
end
|
|
572
|
+
if @api_client.config.client_side_validation && opts[:'booking_status'] && !['BOOKED', 'IN_PROGRESS'].include?(opts[:'booking_status'])
|
|
573
|
+
fail ArgumentError, 'invalid value for "booking_status", must be one of BOOKED, IN_PROGRESS'
|
|
574
|
+
end
|
|
575
|
+
# resource path
|
|
576
|
+
local_var_path = "/accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/stockReceipts".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'organizationalUnitIdOrNumber' + '}', organizational_unit_id_or_number.to_s)
|
|
577
|
+
|
|
578
|
+
# query parameters
|
|
579
|
+
query_params = {}
|
|
580
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
581
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
582
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
|
583
|
+
query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
|
|
584
|
+
query_params[:'includeDeleted'] = opts[:'include_deleted'] if !opts[:'include_deleted'].nil?
|
|
585
|
+
query_params[:'minCreateTime'] = opts[:'min_create_time'] if !opts[:'min_create_time'].nil?
|
|
586
|
+
query_params[:'maxCreateTime'] = opts[:'max_create_time'] if !opts[:'max_create_time'].nil?
|
|
587
|
+
query_params[:'minBookingTime'] = opts[:'min_booking_time'] if !opts[:'min_booking_time'].nil?
|
|
588
|
+
query_params[:'maxBookingTime'] = opts[:'max_booking_time'] if !opts[:'max_booking_time'].nil?
|
|
589
|
+
query_params[:'sourceOrganizationalUnit'] = opts[:'source_organizational_unit'] if !opts[:'source_organizational_unit'].nil?
|
|
590
|
+
query_params[:'bookingStatus'] = opts[:'booking_status'] if !opts[:'booking_status'].nil?
|
|
591
|
+
|
|
592
|
+
# header parameters
|
|
593
|
+
header_params = {}
|
|
594
|
+
# HTTP header 'Accept' (if needed)
|
|
595
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
596
|
+
# HTTP header 'Content-Type'
|
|
597
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
598
|
+
|
|
599
|
+
# form parameters
|
|
600
|
+
form_params = {}
|
|
601
|
+
|
|
602
|
+
# http body (model)
|
|
603
|
+
post_body = nil
|
|
604
|
+
auth_names = ['basicAuth']
|
|
605
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
606
|
+
:header_params => header_params,
|
|
607
|
+
:query_params => query_params,
|
|
608
|
+
:form_params => form_params,
|
|
609
|
+
:body => post_body,
|
|
610
|
+
:auth_names => auth_names,
|
|
611
|
+
:return_type => 'ResultListStockReceipt')
|
|
612
|
+
if @api_client.config.debugging
|
|
613
|
+
@api_client.config.logger.debug "API called: OrganizationalUnitsApi#get_organizational_unit_stock_receipts\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
614
|
+
end
|
|
615
|
+
return data, status_code, headers
|
|
616
|
+
end
|
|
617
|
+
|
|
618
|
+
# lists all organizational units
|
|
619
|
+
#
|
|
620
|
+
# @param korona_account_id the account id
|
|
621
|
+
# @param [Hash] opts the optional parameters
|
|
622
|
+
# @option opts [Integer] :page number of the page to fetch
|
|
623
|
+
# @option opts [Integer] :size amount of objects to return per page
|
|
624
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
625
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
626
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
|
627
|
+
# @return [ResultListOrganizationalUnit]
|
|
628
|
+
def get_organizational_units(korona_account_id, opts = {})
|
|
629
|
+
data, _status_code, _headers = get_organizational_units_with_http_info(korona_account_id, opts)
|
|
630
|
+
return data
|
|
631
|
+
end
|
|
632
|
+
|
|
633
|
+
# lists all organizational units
|
|
634
|
+
#
|
|
635
|
+
# @param korona_account_id the account id
|
|
636
|
+
# @param [Hash] opts the optional parameters
|
|
637
|
+
# @option opts [Integer] :page number of the page to fetch
|
|
638
|
+
# @option opts [Integer] :size amount of objects to return per page
|
|
639
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
640
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
641
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
|
642
|
+
# @return [Array<(ResultListOrganizationalUnit, Fixnum, Hash)>] ResultListOrganizationalUnit data, response status code and response headers
|
|
643
|
+
def get_organizational_units_with_http_info(korona_account_id, opts = {})
|
|
644
|
+
if @api_client.config.debugging
|
|
645
|
+
@api_client.config.logger.debug "Calling API: OrganizationalUnitsApi.get_organizational_units ..."
|
|
646
|
+
end
|
|
647
|
+
# verify the required parameter 'korona_account_id' is set
|
|
648
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
649
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling OrganizationalUnitsApi.get_organizational_units"
|
|
650
|
+
end
|
|
651
|
+
# resource path
|
|
652
|
+
local_var_path = "/accounts/{koronaAccountId}/organizationalUnits".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s)
|
|
653
|
+
|
|
654
|
+
# query parameters
|
|
655
|
+
query_params = {}
|
|
656
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
657
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
658
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
|
659
|
+
query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
|
|
660
|
+
query_params[:'includeDeleted'] = opts[:'include_deleted'] if !opts[:'include_deleted'].nil?
|
|
661
|
+
|
|
662
|
+
# header parameters
|
|
663
|
+
header_params = {}
|
|
664
|
+
# HTTP header 'Accept' (if needed)
|
|
665
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
666
|
+
# HTTP header 'Content-Type'
|
|
667
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
668
|
+
|
|
669
|
+
# form parameters
|
|
670
|
+
form_params = {}
|
|
671
|
+
|
|
672
|
+
# http body (model)
|
|
673
|
+
post_body = nil
|
|
674
|
+
auth_names = ['basicAuth']
|
|
675
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
676
|
+
:header_params => header_params,
|
|
677
|
+
:query_params => query_params,
|
|
678
|
+
:form_params => form_params,
|
|
679
|
+
:body => post_body,
|
|
680
|
+
:auth_names => auth_names,
|
|
681
|
+
:return_type => 'ResultListOrganizationalUnit')
|
|
682
|
+
if @api_client.config.debugging
|
|
683
|
+
@api_client.config.logger.debug "API called: OrganizationalUnitsApi#get_organizational_units\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
684
|
+
end
|
|
685
|
+
return data, status_code, headers
|
|
686
|
+
end
|
|
687
|
+
|
|
688
|
+
# updates the day rating by its id or date
|
|
689
|
+
#
|
|
690
|
+
# @param korona_account_id the account id
|
|
691
|
+
# @param organizational_unit_id_or_number 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)
|
|
692
|
+
# @param day_rating_id_or_date the id or date (YYYY-MM-DD) of the day rating
|
|
693
|
+
# @param body the properties to update of the day rating
|
|
694
|
+
# @param [Hash] opts the optional parameters
|
|
695
|
+
# @return [nil]
|
|
696
|
+
def update_organizational_unit_day_rating(korona_account_id, organizational_unit_id_or_number, day_rating_id_or_date, body, opts = {})
|
|
697
|
+
update_organizational_unit_day_rating_with_http_info(korona_account_id, organizational_unit_id_or_number, day_rating_id_or_date, body, opts)
|
|
698
|
+
return nil
|
|
699
|
+
end
|
|
700
|
+
|
|
701
|
+
# updates the day rating by its id or date
|
|
702
|
+
#
|
|
703
|
+
# @param korona_account_id the account id
|
|
704
|
+
# @param organizational_unit_id_or_number 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)
|
|
705
|
+
# @param day_rating_id_or_date the id or date (YYYY-MM-DD) of the day rating
|
|
706
|
+
# @param body the properties to update of the day rating
|
|
707
|
+
# @param [Hash] opts the optional parameters
|
|
708
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
709
|
+
def update_organizational_unit_day_rating_with_http_info(korona_account_id, organizational_unit_id_or_number, day_rating_id_or_date, body, opts = {})
|
|
710
|
+
if @api_client.config.debugging
|
|
711
|
+
@api_client.config.logger.debug "Calling API: OrganizationalUnitsApi.update_organizational_unit_day_rating ..."
|
|
712
|
+
end
|
|
713
|
+
# verify the required parameter 'korona_account_id' is set
|
|
714
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
715
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling OrganizationalUnitsApi.update_organizational_unit_day_rating"
|
|
716
|
+
end
|
|
717
|
+
# verify the required parameter 'organizational_unit_id_or_number' is set
|
|
718
|
+
if @api_client.config.client_side_validation && organizational_unit_id_or_number.nil?
|
|
719
|
+
fail ArgumentError, "Missing the required parameter 'organizational_unit_id_or_number' when calling OrganizationalUnitsApi.update_organizational_unit_day_rating"
|
|
720
|
+
end
|
|
721
|
+
# verify the required parameter 'day_rating_id_or_date' is set
|
|
722
|
+
if @api_client.config.client_side_validation && day_rating_id_or_date.nil?
|
|
723
|
+
fail ArgumentError, "Missing the required parameter 'day_rating_id_or_date' when calling OrganizationalUnitsApi.update_organizational_unit_day_rating"
|
|
724
|
+
end
|
|
725
|
+
# verify the required parameter 'body' is set
|
|
726
|
+
if @api_client.config.client_side_validation && body.nil?
|
|
727
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling OrganizationalUnitsApi.update_organizational_unit_day_rating"
|
|
728
|
+
end
|
|
729
|
+
# resource path
|
|
730
|
+
local_var_path = "/accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/dayRatings/{dayRatingIdOrDate}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'organizationalUnitIdOrNumber' + '}', organizational_unit_id_or_number.to_s).sub('{' + 'dayRatingIdOrDate' + '}', day_rating_id_or_date.to_s)
|
|
731
|
+
|
|
732
|
+
# query parameters
|
|
733
|
+
query_params = {}
|
|
734
|
+
|
|
735
|
+
# header parameters
|
|
736
|
+
header_params = {}
|
|
737
|
+
# HTTP header 'Accept' (if needed)
|
|
738
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
739
|
+
# HTTP header 'Content-Type'
|
|
740
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
741
|
+
|
|
742
|
+
# form parameters
|
|
743
|
+
form_params = {}
|
|
744
|
+
|
|
745
|
+
# http body (model)
|
|
746
|
+
post_body = @api_client.object_to_http_body(body)
|
|
747
|
+
auth_names = ['basicAuth']
|
|
748
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
|
749
|
+
:header_params => header_params,
|
|
750
|
+
:query_params => query_params,
|
|
751
|
+
:form_params => form_params,
|
|
752
|
+
:body => post_body,
|
|
753
|
+
:auth_names => auth_names)
|
|
754
|
+
if @api_client.config.debugging
|
|
755
|
+
@api_client.config.logger.debug "API called: OrganizationalUnitsApi#update_organizational_unit_day_rating\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
756
|
+
end
|
|
757
|
+
return data, status_code, headers
|
|
758
|
+
end
|
|
759
|
+
|
|
760
|
+
# updated a batch of new day ratings
|
|
761
|
+
#
|
|
762
|
+
# @param korona_account_id the account id
|
|
763
|
+
# @param organizational_unit_id_or_number 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)
|
|
764
|
+
# @param body a array of new day ratings
|
|
765
|
+
# @param [Hash] opts the optional parameters
|
|
766
|
+
# @return [Array<AddOrUpdateResult>]
|
|
767
|
+
def update_organizational_unit_day_ratings(korona_account_id, organizational_unit_id_or_number, body, opts = {})
|
|
768
|
+
data, _status_code, _headers = update_organizational_unit_day_ratings_with_http_info(korona_account_id, organizational_unit_id_or_number, body, opts)
|
|
769
|
+
return data
|
|
770
|
+
end
|
|
771
|
+
|
|
772
|
+
# updated a batch of new day ratings
|
|
773
|
+
#
|
|
774
|
+
# @param korona_account_id the account id
|
|
775
|
+
# @param organizational_unit_id_or_number 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)
|
|
776
|
+
# @param body a array of new day ratings
|
|
777
|
+
# @param [Hash] opts the optional parameters
|
|
778
|
+
# @return [Array<(Array<AddOrUpdateResult>, Fixnum, Hash)>] Array<AddOrUpdateResult> data, response status code and response headers
|
|
779
|
+
def update_organizational_unit_day_ratings_with_http_info(korona_account_id, organizational_unit_id_or_number, body, opts = {})
|
|
780
|
+
if @api_client.config.debugging
|
|
781
|
+
@api_client.config.logger.debug "Calling API: OrganizationalUnitsApi.update_organizational_unit_day_ratings ..."
|
|
782
|
+
end
|
|
783
|
+
# verify the required parameter 'korona_account_id' is set
|
|
784
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
785
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling OrganizationalUnitsApi.update_organizational_unit_day_ratings"
|
|
786
|
+
end
|
|
787
|
+
# verify the required parameter 'organizational_unit_id_or_number' is set
|
|
788
|
+
if @api_client.config.client_side_validation && organizational_unit_id_or_number.nil?
|
|
789
|
+
fail ArgumentError, "Missing the required parameter 'organizational_unit_id_or_number' when calling OrganizationalUnitsApi.update_organizational_unit_day_ratings"
|
|
790
|
+
end
|
|
791
|
+
# verify the required parameter 'body' is set
|
|
792
|
+
if @api_client.config.client_side_validation && body.nil?
|
|
793
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling OrganizationalUnitsApi.update_organizational_unit_day_ratings"
|
|
794
|
+
end
|
|
795
|
+
# resource path
|
|
796
|
+
local_var_path = "/accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/dayRatings".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'organizationalUnitIdOrNumber' + '}', organizational_unit_id_or_number.to_s)
|
|
797
|
+
|
|
798
|
+
# query parameters
|
|
799
|
+
query_params = {}
|
|
800
|
+
|
|
801
|
+
# header parameters
|
|
802
|
+
header_params = {}
|
|
803
|
+
# HTTP header 'Accept' (if needed)
|
|
804
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
805
|
+
# HTTP header 'Content-Type'
|
|
806
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
807
|
+
|
|
808
|
+
# form parameters
|
|
809
|
+
form_params = {}
|
|
810
|
+
|
|
811
|
+
# http body (model)
|
|
812
|
+
post_body = @api_client.object_to_http_body(body)
|
|
813
|
+
auth_names = ['basicAuth']
|
|
814
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
|
815
|
+
:header_params => header_params,
|
|
816
|
+
:query_params => query_params,
|
|
817
|
+
:form_params => form_params,
|
|
818
|
+
:body => post_body,
|
|
819
|
+
:auth_names => auth_names,
|
|
820
|
+
:return_type => 'Array<AddOrUpdateResult>')
|
|
821
|
+
if @api_client.config.debugging
|
|
822
|
+
@api_client.config.logger.debug "API called: OrganizationalUnitsApi#update_organizational_unit_day_ratings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
823
|
+
end
|
|
824
|
+
return data, status_code, headers
|
|
825
|
+
end
|
|
826
|
+
end
|
|
827
|
+
end
|