korona_client 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- 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,154 @@
|
|
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 PaymentMethodsApi
|
17
|
+
attr_accessor :api_client
|
18
|
+
|
19
|
+
def initialize(api_client = ApiClient.default)
|
20
|
+
@api_client = api_client
|
21
|
+
end
|
22
|
+
|
23
|
+
# lists the payment method
|
24
|
+
#
|
25
|
+
# @param korona_account_id the account id
|
26
|
+
# @param payment_method_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 [Hash] opts the optional parameters
|
28
|
+
# @return [PaymentMethod]
|
29
|
+
def get_payment_method(korona_account_id, payment_method_id_or_number, opts = {})
|
30
|
+
data, _status_code, _headers = get_payment_method_with_http_info(korona_account_id, payment_method_id_or_number, opts)
|
31
|
+
return data
|
32
|
+
end
|
33
|
+
|
34
|
+
# lists the payment method
|
35
|
+
#
|
36
|
+
# @param korona_account_id the account id
|
37
|
+
# @param payment_method_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)
|
38
|
+
# @param [Hash] opts the optional parameters
|
39
|
+
# @return [Array<(PaymentMethod, Fixnum, Hash)>] PaymentMethod data, response status code and response headers
|
40
|
+
def get_payment_method_with_http_info(korona_account_id, payment_method_id_or_number, opts = {})
|
41
|
+
if @api_client.config.debugging
|
42
|
+
@api_client.config.logger.debug "Calling API: PaymentMethodsApi.get_payment_method ..."
|
43
|
+
end
|
44
|
+
# verify the required parameter 'korona_account_id' is set
|
45
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
46
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling PaymentMethodsApi.get_payment_method"
|
47
|
+
end
|
48
|
+
# verify the required parameter 'payment_method_id_or_number' is set
|
49
|
+
if @api_client.config.client_side_validation && payment_method_id_or_number.nil?
|
50
|
+
fail ArgumentError, "Missing the required parameter 'payment_method_id_or_number' when calling PaymentMethodsApi.get_payment_method"
|
51
|
+
end
|
52
|
+
# resource path
|
53
|
+
local_var_path = "/accounts/{koronaAccountId}/paymentMethods/{paymentMethodIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'paymentMethodIdOrNumber' + '}', payment_method_id_or_number.to_s)
|
54
|
+
|
55
|
+
# query parameters
|
56
|
+
query_params = {}
|
57
|
+
|
58
|
+
# header parameters
|
59
|
+
header_params = {}
|
60
|
+
# HTTP header 'Accept' (if needed)
|
61
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
62
|
+
# HTTP header 'Content-Type'
|
63
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
64
|
+
|
65
|
+
# form parameters
|
66
|
+
form_params = {}
|
67
|
+
|
68
|
+
# http body (model)
|
69
|
+
post_body = nil
|
70
|
+
auth_names = ['basicAuth']
|
71
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
72
|
+
:header_params => header_params,
|
73
|
+
:query_params => query_params,
|
74
|
+
:form_params => form_params,
|
75
|
+
:body => post_body,
|
76
|
+
:auth_names => auth_names,
|
77
|
+
:return_type => 'PaymentMethod')
|
78
|
+
if @api_client.config.debugging
|
79
|
+
@api_client.config.logger.debug "API called: PaymentMethodsApi#get_payment_method\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
80
|
+
end
|
81
|
+
return data, status_code, headers
|
82
|
+
end
|
83
|
+
|
84
|
+
# lists all payment methods
|
85
|
+
#
|
86
|
+
# @param korona_account_id the account id
|
87
|
+
# @param [Hash] opts the optional parameters
|
88
|
+
# @option opts [Integer] :page number of the page to fetch
|
89
|
+
# @option opts [Integer] :size amount of objects to return per page
|
90
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
91
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
92
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
93
|
+
# @return [ResultListPaymentMethod]
|
94
|
+
def get_payment_methods(korona_account_id, opts = {})
|
95
|
+
data, _status_code, _headers = get_payment_methods_with_http_info(korona_account_id, opts)
|
96
|
+
return data
|
97
|
+
end
|
98
|
+
|
99
|
+
# lists all payment methods
|
100
|
+
#
|
101
|
+
# @param korona_account_id the account id
|
102
|
+
# @param [Hash] opts the optional parameters
|
103
|
+
# @option opts [Integer] :page number of the page to fetch
|
104
|
+
# @option opts [Integer] :size amount of objects to return per page
|
105
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
106
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
107
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
108
|
+
# @return [Array<(ResultListPaymentMethod, Fixnum, Hash)>] ResultListPaymentMethod data, response status code and response headers
|
109
|
+
def get_payment_methods_with_http_info(korona_account_id, opts = {})
|
110
|
+
if @api_client.config.debugging
|
111
|
+
@api_client.config.logger.debug "Calling API: PaymentMethodsApi.get_payment_methods ..."
|
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 PaymentMethodsApi.get_payment_methods"
|
116
|
+
end
|
117
|
+
# resource path
|
118
|
+
local_var_path = "/accounts/{koronaAccountId}/paymentMethods".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s)
|
119
|
+
|
120
|
+
# query parameters
|
121
|
+
query_params = {}
|
122
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
123
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
124
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
125
|
+
query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
|
126
|
+
query_params[:'includeDeleted'] = opts[:'include_deleted'] if !opts[:'include_deleted'].nil?
|
127
|
+
|
128
|
+
# header parameters
|
129
|
+
header_params = {}
|
130
|
+
# HTTP header 'Accept' (if needed)
|
131
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
132
|
+
# HTTP header 'Content-Type'
|
133
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
134
|
+
|
135
|
+
# form parameters
|
136
|
+
form_params = {}
|
137
|
+
|
138
|
+
# http body (model)
|
139
|
+
post_body = nil
|
140
|
+
auth_names = ['basicAuth']
|
141
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
142
|
+
:header_params => header_params,
|
143
|
+
:query_params => query_params,
|
144
|
+
:form_params => form_params,
|
145
|
+
:body => post_body,
|
146
|
+
:auth_names => auth_names,
|
147
|
+
:return_type => 'ResultListPaymentMethod')
|
148
|
+
if @api_client.config.debugging
|
149
|
+
@api_client.config.logger.debug "API called: PaymentMethodsApi#get_payment_methods\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
150
|
+
end
|
151
|
+
return data, status_code, headers
|
152
|
+
end
|
153
|
+
end
|
154
|
+
end
|
@@ -0,0 +1,604 @@
|
|
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 PointsOfSaleApi
|
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 point of sale-related end-of-day-statements
|
24
|
+
#
|
25
|
+
# @param korona_account_id the account id
|
26
|
+
# @param point_of_sale_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 coupling_id the coupling-id of the device
|
28
|
+
# @param [Hash] opts the optional parameters
|
29
|
+
# @option opts [Array<EndOfDayStatement>] :body the end-of-day-statements to add
|
30
|
+
# @return [Array<AddOrUpdateResult>]
|
31
|
+
def add_point_of_sale_end_of_day_statements(korona_account_id, point_of_sale_id_or_number, coupling_id, opts = {})
|
32
|
+
data, _status_code, _headers = add_point_of_sale_end_of_day_statements_with_http_info(korona_account_id, point_of_sale_id_or_number, coupling_id, opts)
|
33
|
+
return data
|
34
|
+
end
|
35
|
+
|
36
|
+
# adds a batch of point of sale-related end-of-day-statements
|
37
|
+
#
|
38
|
+
# @param korona_account_id the account id
|
39
|
+
# @param point_of_sale_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)
|
40
|
+
# @param coupling_id the coupling-id of the device
|
41
|
+
# @param [Hash] opts the optional parameters
|
42
|
+
# @option opts [Array<EndOfDayStatement>] :body the end-of-day-statements to add
|
43
|
+
# @return [Array<(Array<AddOrUpdateResult>, Fixnum, Hash)>] Array<AddOrUpdateResult> data, response status code and response headers
|
44
|
+
def add_point_of_sale_end_of_day_statements_with_http_info(korona_account_id, point_of_sale_id_or_number, coupling_id, opts = {})
|
45
|
+
if @api_client.config.debugging
|
46
|
+
@api_client.config.logger.debug "Calling API: PointsOfSaleApi.add_point_of_sale_end_of_day_statements ..."
|
47
|
+
end
|
48
|
+
# verify the required parameter 'korona_account_id' is set
|
49
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
50
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling PointsOfSaleApi.add_point_of_sale_end_of_day_statements"
|
51
|
+
end
|
52
|
+
# verify the required parameter 'point_of_sale_id_or_number' is set
|
53
|
+
if @api_client.config.client_side_validation && point_of_sale_id_or_number.nil?
|
54
|
+
fail ArgumentError, "Missing the required parameter 'point_of_sale_id_or_number' when calling PointsOfSaleApi.add_point_of_sale_end_of_day_statements"
|
55
|
+
end
|
56
|
+
# verify the required parameter 'coupling_id' is set
|
57
|
+
if @api_client.config.client_side_validation && coupling_id.nil?
|
58
|
+
fail ArgumentError, "Missing the required parameter 'coupling_id' when calling PointsOfSaleApi.add_point_of_sale_end_of_day_statements"
|
59
|
+
end
|
60
|
+
# resource path
|
61
|
+
local_var_path = "/accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}/endOfDayStatements".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'pointOfSaleIdOrNumber' + '}', point_of_sale_id_or_number.to_s)
|
62
|
+
|
63
|
+
# query parameters
|
64
|
+
query_params = {}
|
65
|
+
query_params[:'couplingId'] = coupling_id
|
66
|
+
|
67
|
+
# header parameters
|
68
|
+
header_params = {}
|
69
|
+
# HTTP header 'Accept' (if needed)
|
70
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
71
|
+
# HTTP header 'Content-Type'
|
72
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
73
|
+
|
74
|
+
# form parameters
|
75
|
+
form_params = {}
|
76
|
+
|
77
|
+
# http body (model)
|
78
|
+
post_body = @api_client.object_to_http_body(opts[:'body'])
|
79
|
+
auth_names = ['basicAuth']
|
80
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
81
|
+
:header_params => header_params,
|
82
|
+
:query_params => query_params,
|
83
|
+
:form_params => form_params,
|
84
|
+
:body => post_body,
|
85
|
+
:auth_names => auth_names,
|
86
|
+
:return_type => 'Array<AddOrUpdateResult>')
|
87
|
+
if @api_client.config.debugging
|
88
|
+
@api_client.config.logger.debug "API called: PointsOfSaleApi#add_point_of_sale_end_of_day_statements\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
89
|
+
end
|
90
|
+
return data, status_code, headers
|
91
|
+
end
|
92
|
+
|
93
|
+
# adds a batch of point of sale-related receipts
|
94
|
+
#
|
95
|
+
# @param korona_account_id the account id
|
96
|
+
# @param point_of_sale_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)
|
97
|
+
# @param coupling_id the coupling-id of the device
|
98
|
+
# @param [Hash] opts the optional parameters
|
99
|
+
# @option opts [Array<Receipt>] :body the receipts to add
|
100
|
+
# @return [Array<AddOrUpdateResult>]
|
101
|
+
def add_point_of_sale_receipts(korona_account_id, point_of_sale_id_or_number, coupling_id, opts = {})
|
102
|
+
data, _status_code, _headers = add_point_of_sale_receipts_with_http_info(korona_account_id, point_of_sale_id_or_number, coupling_id, opts)
|
103
|
+
return data
|
104
|
+
end
|
105
|
+
|
106
|
+
# adds a batch of point of sale-related receipts
|
107
|
+
#
|
108
|
+
# @param korona_account_id the account id
|
109
|
+
# @param point_of_sale_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)
|
110
|
+
# @param coupling_id the coupling-id of the device
|
111
|
+
# @param [Hash] opts the optional parameters
|
112
|
+
# @option opts [Array<Receipt>] :body the receipts to add
|
113
|
+
# @return [Array<(Array<AddOrUpdateResult>, Fixnum, Hash)>] Array<AddOrUpdateResult> data, response status code and response headers
|
114
|
+
def add_point_of_sale_receipts_with_http_info(korona_account_id, point_of_sale_id_or_number, coupling_id, opts = {})
|
115
|
+
if @api_client.config.debugging
|
116
|
+
@api_client.config.logger.debug "Calling API: PointsOfSaleApi.add_point_of_sale_receipts ..."
|
117
|
+
end
|
118
|
+
# verify the required parameter 'korona_account_id' is set
|
119
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
120
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling PointsOfSaleApi.add_point_of_sale_receipts"
|
121
|
+
end
|
122
|
+
# verify the required parameter 'point_of_sale_id_or_number' is set
|
123
|
+
if @api_client.config.client_side_validation && point_of_sale_id_or_number.nil?
|
124
|
+
fail ArgumentError, "Missing the required parameter 'point_of_sale_id_or_number' when calling PointsOfSaleApi.add_point_of_sale_receipts"
|
125
|
+
end
|
126
|
+
# verify the required parameter 'coupling_id' is set
|
127
|
+
if @api_client.config.client_side_validation && coupling_id.nil?
|
128
|
+
fail ArgumentError, "Missing the required parameter 'coupling_id' when calling PointsOfSaleApi.add_point_of_sale_receipts"
|
129
|
+
end
|
130
|
+
# resource path
|
131
|
+
local_var_path = "/accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}/receipts".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'pointOfSaleIdOrNumber' + '}', point_of_sale_id_or_number.to_s)
|
132
|
+
|
133
|
+
# query parameters
|
134
|
+
query_params = {}
|
135
|
+
query_params[:'couplingId'] = coupling_id
|
136
|
+
|
137
|
+
# header parameters
|
138
|
+
header_params = {}
|
139
|
+
# HTTP header 'Accept' (if needed)
|
140
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
141
|
+
# HTTP header 'Content-Type'
|
142
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
143
|
+
|
144
|
+
# form parameters
|
145
|
+
form_params = {}
|
146
|
+
|
147
|
+
# http body (model)
|
148
|
+
post_body = @api_client.object_to_http_body(opts[:'body'])
|
149
|
+
auth_names = ['basicAuth']
|
150
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
151
|
+
:header_params => header_params,
|
152
|
+
:query_params => query_params,
|
153
|
+
:form_params => form_params,
|
154
|
+
:body => post_body,
|
155
|
+
:auth_names => auth_names,
|
156
|
+
:return_type => 'Array<AddOrUpdateResult>')
|
157
|
+
if @api_client.config.debugging
|
158
|
+
@api_client.config.logger.debug "API called: PointsOfSaleApi#add_point_of_sale_receipts\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
159
|
+
end
|
160
|
+
return data, status_code, headers
|
161
|
+
end
|
162
|
+
|
163
|
+
# lists the point of sale
|
164
|
+
#
|
165
|
+
# @param korona_account_id the account id
|
166
|
+
# @param point_of_sale_id_or_number the number of the point of sale
|
167
|
+
# @param [Hash] opts the optional parameters
|
168
|
+
# @option opts [String] :coupling_id the coupling-id of the device. It can be set to check whether your coupling-id is correct or not (works only, if point of sale is external).
|
169
|
+
# @return [Pos]
|
170
|
+
def get_point_of_sale(korona_account_id, point_of_sale_id_or_number, opts = {})
|
171
|
+
data, _status_code, _headers = get_point_of_sale_with_http_info(korona_account_id, point_of_sale_id_or_number, opts)
|
172
|
+
return data
|
173
|
+
end
|
174
|
+
|
175
|
+
# lists the point of sale
|
176
|
+
#
|
177
|
+
# @param korona_account_id the account id
|
178
|
+
# @param point_of_sale_id_or_number the number of the point of sale
|
179
|
+
# @param [Hash] opts the optional parameters
|
180
|
+
# @option opts [String] :coupling_id the coupling-id of the device. It can be set to check whether your coupling-id is correct or not (works only, if point of sale is external).
|
181
|
+
# @return [Array<(Pos, Fixnum, Hash)>] Pos data, response status code and response headers
|
182
|
+
def get_point_of_sale_with_http_info(korona_account_id, point_of_sale_id_or_number, opts = {})
|
183
|
+
if @api_client.config.debugging
|
184
|
+
@api_client.config.logger.debug "Calling API: PointsOfSaleApi.get_point_of_sale ..."
|
185
|
+
end
|
186
|
+
# verify the required parameter 'korona_account_id' is set
|
187
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
188
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling PointsOfSaleApi.get_point_of_sale"
|
189
|
+
end
|
190
|
+
# verify the required parameter 'point_of_sale_id_or_number' is set
|
191
|
+
if @api_client.config.client_side_validation && point_of_sale_id_or_number.nil?
|
192
|
+
fail ArgumentError, "Missing the required parameter 'point_of_sale_id_or_number' when calling PointsOfSaleApi.get_point_of_sale"
|
193
|
+
end
|
194
|
+
# resource path
|
195
|
+
local_var_path = "/accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'pointOfSaleIdOrNumber' + '}', point_of_sale_id_or_number.to_s)
|
196
|
+
|
197
|
+
# query parameters
|
198
|
+
query_params = {}
|
199
|
+
query_params[:'couplingId'] = opts[:'coupling_id'] if !opts[:'coupling_id'].nil?
|
200
|
+
|
201
|
+
# header parameters
|
202
|
+
header_params = {}
|
203
|
+
# HTTP header 'Accept' (if needed)
|
204
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
205
|
+
# HTTP header 'Content-Type'
|
206
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
207
|
+
|
208
|
+
# form parameters
|
209
|
+
form_params = {}
|
210
|
+
|
211
|
+
# http body (model)
|
212
|
+
post_body = nil
|
213
|
+
auth_names = ['basicAuth']
|
214
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
215
|
+
:header_params => header_params,
|
216
|
+
:query_params => query_params,
|
217
|
+
:form_params => form_params,
|
218
|
+
:body => post_body,
|
219
|
+
:auth_names => auth_names,
|
220
|
+
:return_type => 'Pos')
|
221
|
+
if @api_client.config.debugging
|
222
|
+
@api_client.config.logger.debug "API called: PointsOfSaleApi#get_point_of_sale\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
223
|
+
end
|
224
|
+
return data, status_code, headers
|
225
|
+
end
|
226
|
+
|
227
|
+
# lists all point of sale-related end-of-day-statements
|
228
|
+
#
|
229
|
+
# @param korona_account_id the account id
|
230
|
+
# @param point_of_sale_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)
|
231
|
+
# @param coupling_id the coupling-id of the device
|
232
|
+
# @param [Hash] opts the optional parameters
|
233
|
+
# @option opts [Integer] :page number of the page to fetch
|
234
|
+
# @option opts [Integer] :size amount of objects to return per page
|
235
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
236
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
237
|
+
# @return [ResultListEndOfDayStatement]
|
238
|
+
def get_point_of_sale_end_of_day_statements(korona_account_id, point_of_sale_id_or_number, coupling_id, opts = {})
|
239
|
+
data, _status_code, _headers = get_point_of_sale_end_of_day_statements_with_http_info(korona_account_id, point_of_sale_id_or_number, coupling_id, opts)
|
240
|
+
return data
|
241
|
+
end
|
242
|
+
|
243
|
+
# lists all point of sale-related end-of-day-statements
|
244
|
+
#
|
245
|
+
# @param korona_account_id the account id
|
246
|
+
# @param point_of_sale_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)
|
247
|
+
# @param coupling_id the coupling-id of the device
|
248
|
+
# @param [Hash] opts the optional parameters
|
249
|
+
# @option opts [Integer] :page number of the page to fetch
|
250
|
+
# @option opts [Integer] :size amount of objects to return per page
|
251
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
252
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
253
|
+
# @return [Array<(ResultListEndOfDayStatement, Fixnum, Hash)>] ResultListEndOfDayStatement data, response status code and response headers
|
254
|
+
def get_point_of_sale_end_of_day_statements_with_http_info(korona_account_id, point_of_sale_id_or_number, coupling_id, opts = {})
|
255
|
+
if @api_client.config.debugging
|
256
|
+
@api_client.config.logger.debug "Calling API: PointsOfSaleApi.get_point_of_sale_end_of_day_statements ..."
|
257
|
+
end
|
258
|
+
# verify the required parameter 'korona_account_id' is set
|
259
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
260
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling PointsOfSaleApi.get_point_of_sale_end_of_day_statements"
|
261
|
+
end
|
262
|
+
# verify the required parameter 'point_of_sale_id_or_number' is set
|
263
|
+
if @api_client.config.client_side_validation && point_of_sale_id_or_number.nil?
|
264
|
+
fail ArgumentError, "Missing the required parameter 'point_of_sale_id_or_number' when calling PointsOfSaleApi.get_point_of_sale_end_of_day_statements"
|
265
|
+
end
|
266
|
+
# verify the required parameter 'coupling_id' is set
|
267
|
+
if @api_client.config.client_side_validation && coupling_id.nil?
|
268
|
+
fail ArgumentError, "Missing the required parameter 'coupling_id' when calling PointsOfSaleApi.get_point_of_sale_end_of_day_statements"
|
269
|
+
end
|
270
|
+
# resource path
|
271
|
+
local_var_path = "/accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}/endOfDayStatements".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'pointOfSaleIdOrNumber' + '}', point_of_sale_id_or_number.to_s)
|
272
|
+
|
273
|
+
# query parameters
|
274
|
+
query_params = {}
|
275
|
+
query_params[:'couplingId'] = coupling_id
|
276
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
277
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
278
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
279
|
+
query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
|
280
|
+
|
281
|
+
# header parameters
|
282
|
+
header_params = {}
|
283
|
+
# HTTP header 'Accept' (if needed)
|
284
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
285
|
+
# HTTP header 'Content-Type'
|
286
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
287
|
+
|
288
|
+
# form parameters
|
289
|
+
form_params = {}
|
290
|
+
|
291
|
+
# http body (model)
|
292
|
+
post_body = nil
|
293
|
+
auth_names = ['basicAuth']
|
294
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
295
|
+
:header_params => header_params,
|
296
|
+
:query_params => query_params,
|
297
|
+
:form_params => form_params,
|
298
|
+
:body => post_body,
|
299
|
+
:auth_names => auth_names,
|
300
|
+
:return_type => 'ResultListEndOfDayStatement')
|
301
|
+
if @api_client.config.debugging
|
302
|
+
@api_client.config.logger.debug "API called: PointsOfSaleApi#get_point_of_sale_end_of_day_statements\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
303
|
+
end
|
304
|
+
return data, status_code, headers
|
305
|
+
end
|
306
|
+
|
307
|
+
# lists a single point of sale-related receipt
|
308
|
+
#
|
309
|
+
# @param korona_account_id the account id
|
310
|
+
# @param point_of_sale_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)
|
311
|
+
# @param receipt_id the id of the receipt
|
312
|
+
# @param [Hash] opts the optional parameters
|
313
|
+
# @option opts [String] :coupling_id the coupling-id of the device. It can be set to check whether your coupling-id is correct or not (works only, if point of sale is external).
|
314
|
+
# @return [Receipt]
|
315
|
+
def get_point_of_sale_receipt(korona_account_id, point_of_sale_id_or_number, receipt_id, opts = {})
|
316
|
+
data, _status_code, _headers = get_point_of_sale_receipt_with_http_info(korona_account_id, point_of_sale_id_or_number, receipt_id, opts)
|
317
|
+
return data
|
318
|
+
end
|
319
|
+
|
320
|
+
# lists a single point of sale-related receipt
|
321
|
+
#
|
322
|
+
# @param korona_account_id the account id
|
323
|
+
# @param point_of_sale_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)
|
324
|
+
# @param receipt_id the id of the receipt
|
325
|
+
# @param [Hash] opts the optional parameters
|
326
|
+
# @option opts [String] :coupling_id the coupling-id of the device. It can be set to check whether your coupling-id is correct or not (works only, if point of sale is external).
|
327
|
+
# @return [Array<(Receipt, Fixnum, Hash)>] Receipt data, response status code and response headers
|
328
|
+
def get_point_of_sale_receipt_with_http_info(korona_account_id, point_of_sale_id_or_number, receipt_id, opts = {})
|
329
|
+
if @api_client.config.debugging
|
330
|
+
@api_client.config.logger.debug "Calling API: PointsOfSaleApi.get_point_of_sale_receipt ..."
|
331
|
+
end
|
332
|
+
# verify the required parameter 'korona_account_id' is set
|
333
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
334
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling PointsOfSaleApi.get_point_of_sale_receipt"
|
335
|
+
end
|
336
|
+
# verify the required parameter 'point_of_sale_id_or_number' is set
|
337
|
+
if @api_client.config.client_side_validation && point_of_sale_id_or_number.nil?
|
338
|
+
fail ArgumentError, "Missing the required parameter 'point_of_sale_id_or_number' when calling PointsOfSaleApi.get_point_of_sale_receipt"
|
339
|
+
end
|
340
|
+
# verify the required parameter 'receipt_id' is set
|
341
|
+
if @api_client.config.client_side_validation && receipt_id.nil?
|
342
|
+
fail ArgumentError, "Missing the required parameter 'receipt_id' when calling PointsOfSaleApi.get_point_of_sale_receipt"
|
343
|
+
end
|
344
|
+
# resource path
|
345
|
+
local_var_path = "/accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}/receipts/{receiptId}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'pointOfSaleIdOrNumber' + '}', point_of_sale_id_or_number.to_s).sub('{' + 'receiptId' + '}', receipt_id.to_s)
|
346
|
+
|
347
|
+
# query parameters
|
348
|
+
query_params = {}
|
349
|
+
query_params[:'couplingId'] = opts[:'coupling_id'] if !opts[:'coupling_id'].nil?
|
350
|
+
|
351
|
+
# header parameters
|
352
|
+
header_params = {}
|
353
|
+
# HTTP header 'Accept' (if needed)
|
354
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
355
|
+
# HTTP header 'Content-Type'
|
356
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
357
|
+
|
358
|
+
# form parameters
|
359
|
+
form_params = {}
|
360
|
+
|
361
|
+
# http body (model)
|
362
|
+
post_body = nil
|
363
|
+
auth_names = ['basicAuth']
|
364
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
365
|
+
:header_params => header_params,
|
366
|
+
:query_params => query_params,
|
367
|
+
:form_params => form_params,
|
368
|
+
:body => post_body,
|
369
|
+
:auth_names => auth_names,
|
370
|
+
:return_type => 'Receipt')
|
371
|
+
if @api_client.config.debugging
|
372
|
+
@api_client.config.logger.debug "API called: PointsOfSaleApi#get_point_of_sale_receipt\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
373
|
+
end
|
374
|
+
return data, status_code, headers
|
375
|
+
end
|
376
|
+
|
377
|
+
# lists all point of sale-related receipts
|
378
|
+
#
|
379
|
+
# @param korona_account_id the account id
|
380
|
+
# @param point_of_sale_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)
|
381
|
+
# @param [Hash] opts the optional parameters
|
382
|
+
# @option opts [String] :coupling_id the coupling-id of the device. It can be set to check whether your coupling-id is correct or not (works only, if point of sale is external).
|
383
|
+
# @option opts [Integer] :page number of the page to fetch
|
384
|
+
# @option opts [Integer] :size amount of objects to return per page
|
385
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
386
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
387
|
+
# @option opts [Integer] :z_count z-count of the receipt
|
388
|
+
# @option opts [DateTime] :min_create_time min (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
|
389
|
+
# @option opts [DateTime] :max_create_time max (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
|
390
|
+
# @return [ResultListReceipt]
|
391
|
+
def get_point_of_sale_receipts(korona_account_id, point_of_sale_id_or_number, opts = {})
|
392
|
+
data, _status_code, _headers = get_point_of_sale_receipts_with_http_info(korona_account_id, point_of_sale_id_or_number, opts)
|
393
|
+
return data
|
394
|
+
end
|
395
|
+
|
396
|
+
# lists all point of sale-related receipts
|
397
|
+
#
|
398
|
+
# @param korona_account_id the account id
|
399
|
+
# @param point_of_sale_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)
|
400
|
+
# @param [Hash] opts the optional parameters
|
401
|
+
# @option opts [String] :coupling_id the coupling-id of the device. It can be set to check whether your coupling-id is correct or not (works only, if point of sale is external).
|
402
|
+
# @option opts [Integer] :page number of the page to fetch
|
403
|
+
# @option opts [Integer] :size amount of objects to return per page
|
404
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
405
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
406
|
+
# @option opts [Integer] :z_count z-count of the receipt
|
407
|
+
# @option opts [DateTime] :min_create_time min (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
|
408
|
+
# @option opts [DateTime] :max_create_time max (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
|
409
|
+
# @return [Array<(ResultListReceipt, Fixnum, Hash)>] ResultListReceipt data, response status code and response headers
|
410
|
+
def get_point_of_sale_receipts_with_http_info(korona_account_id, point_of_sale_id_or_number, opts = {})
|
411
|
+
if @api_client.config.debugging
|
412
|
+
@api_client.config.logger.debug "Calling API: PointsOfSaleApi.get_point_of_sale_receipts ..."
|
413
|
+
end
|
414
|
+
# verify the required parameter 'korona_account_id' is set
|
415
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
416
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling PointsOfSaleApi.get_point_of_sale_receipts"
|
417
|
+
end
|
418
|
+
# verify the required parameter 'point_of_sale_id_or_number' is set
|
419
|
+
if @api_client.config.client_side_validation && point_of_sale_id_or_number.nil?
|
420
|
+
fail ArgumentError, "Missing the required parameter 'point_of_sale_id_or_number' when calling PointsOfSaleApi.get_point_of_sale_receipts"
|
421
|
+
end
|
422
|
+
# resource path
|
423
|
+
local_var_path = "/accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}/receipts".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'pointOfSaleIdOrNumber' + '}', point_of_sale_id_or_number.to_s)
|
424
|
+
|
425
|
+
# query parameters
|
426
|
+
query_params = {}
|
427
|
+
query_params[:'couplingId'] = opts[:'coupling_id'] if !opts[:'coupling_id'].nil?
|
428
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
429
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
430
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
431
|
+
query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
|
432
|
+
query_params[:'zCount'] = opts[:'z_count'] if !opts[:'z_count'].nil?
|
433
|
+
query_params[:'minCreateTime'] = opts[:'min_create_time'] if !opts[:'min_create_time'].nil?
|
434
|
+
query_params[:'maxCreateTime'] = opts[:'max_create_time'] if !opts[:'max_create_time'].nil?
|
435
|
+
|
436
|
+
# header parameters
|
437
|
+
header_params = {}
|
438
|
+
# HTTP header 'Accept' (if needed)
|
439
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
440
|
+
# HTTP header 'Content-Type'
|
441
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
442
|
+
|
443
|
+
# form parameters
|
444
|
+
form_params = {}
|
445
|
+
|
446
|
+
# http body (model)
|
447
|
+
post_body = nil
|
448
|
+
auth_names = ['basicAuth']
|
449
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
450
|
+
:header_params => header_params,
|
451
|
+
:query_params => query_params,
|
452
|
+
:form_params => form_params,
|
453
|
+
:body => post_body,
|
454
|
+
:auth_names => auth_names,
|
455
|
+
:return_type => 'ResultListReceipt')
|
456
|
+
if @api_client.config.debugging
|
457
|
+
@api_client.config.logger.debug "API called: PointsOfSaleApi#get_point_of_sale_receipts\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
458
|
+
end
|
459
|
+
return data, status_code, headers
|
460
|
+
end
|
461
|
+
|
462
|
+
# lists all point of sales
|
463
|
+
#
|
464
|
+
# @param korona_account_id the account id
|
465
|
+
# @param [Hash] opts the optional parameters
|
466
|
+
# @option opts [Integer] :page number of the page to fetch
|
467
|
+
# @option opts [Integer] :size amount of objects to return per page
|
468
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
469
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
470
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
471
|
+
# @return [ResultListPos]
|
472
|
+
def get_points_of_sale(korona_account_id, opts = {})
|
473
|
+
data, _status_code, _headers = get_points_of_sale_with_http_info(korona_account_id, opts)
|
474
|
+
return data
|
475
|
+
end
|
476
|
+
|
477
|
+
# lists all point of sales
|
478
|
+
#
|
479
|
+
# @param korona_account_id the account id
|
480
|
+
# @param [Hash] opts the optional parameters
|
481
|
+
# @option opts [Integer] :page number of the page to fetch
|
482
|
+
# @option opts [Integer] :size amount of objects to return per page
|
483
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
484
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
485
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
486
|
+
# @return [Array<(ResultListPos, Fixnum, Hash)>] ResultListPos data, response status code and response headers
|
487
|
+
def get_points_of_sale_with_http_info(korona_account_id, opts = {})
|
488
|
+
if @api_client.config.debugging
|
489
|
+
@api_client.config.logger.debug "Calling API: PointsOfSaleApi.get_points_of_sale ..."
|
490
|
+
end
|
491
|
+
# verify the required parameter 'korona_account_id' is set
|
492
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
493
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling PointsOfSaleApi.get_points_of_sale"
|
494
|
+
end
|
495
|
+
# resource path
|
496
|
+
local_var_path = "/accounts/{koronaAccountId}/pointsOfSale".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s)
|
497
|
+
|
498
|
+
# query parameters
|
499
|
+
query_params = {}
|
500
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
501
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
502
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
503
|
+
query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
|
504
|
+
query_params[:'includeDeleted'] = opts[:'include_deleted'] if !opts[:'include_deleted'].nil?
|
505
|
+
|
506
|
+
# header parameters
|
507
|
+
header_params = {}
|
508
|
+
# HTTP header 'Accept' (if needed)
|
509
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
510
|
+
# HTTP header 'Content-Type'
|
511
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
512
|
+
|
513
|
+
# form parameters
|
514
|
+
form_params = {}
|
515
|
+
|
516
|
+
# http body (model)
|
517
|
+
post_body = nil
|
518
|
+
auth_names = ['basicAuth']
|
519
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
520
|
+
:header_params => header_params,
|
521
|
+
:query_params => query_params,
|
522
|
+
:form_params => form_params,
|
523
|
+
:body => post_body,
|
524
|
+
:auth_names => auth_names,
|
525
|
+
:return_type => 'ResultListPos')
|
526
|
+
if @api_client.config.debugging
|
527
|
+
@api_client.config.logger.debug "API called: PointsOfSaleApi#get_points_of_sale\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
528
|
+
end
|
529
|
+
return data, status_code, headers
|
530
|
+
end
|
531
|
+
|
532
|
+
# updates a point of sale (works only for coupling (attribute 'couplingId') or updating device information (attribute 'deviceInformation'))
|
533
|
+
#
|
534
|
+
# @param korona_account_id the account id
|
535
|
+
# @param point_of_sale_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)
|
536
|
+
# @param body the properties to update of the point of sale ('couplingId' only)
|
537
|
+
# @param [Hash] opts the optional parameters
|
538
|
+
# @option opts [String] :coupling_id the coupling-id of the device (required if already coupled)
|
539
|
+
# @option opts [BOOLEAN] :decouple executes uncoupling, if set to true, device will be uncoupled if point of sale is already coupled
|
540
|
+
# @return [nil]
|
541
|
+
def update_point_of_sale(korona_account_id, point_of_sale_id_or_number, body, opts = {})
|
542
|
+
update_point_of_sale_with_http_info(korona_account_id, point_of_sale_id_or_number, body, opts)
|
543
|
+
return nil
|
544
|
+
end
|
545
|
+
|
546
|
+
# updates a point of sale (works only for coupling (attribute 'couplingId') or updating device information (attribute 'deviceInformation'))
|
547
|
+
#
|
548
|
+
# @param korona_account_id the account id
|
549
|
+
# @param point_of_sale_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)
|
550
|
+
# @param body the properties to update of the point of sale ('couplingId' only)
|
551
|
+
# @param [Hash] opts the optional parameters
|
552
|
+
# @option opts [String] :coupling_id the coupling-id of the device (required if already coupled)
|
553
|
+
# @option opts [BOOLEAN] :decouple executes uncoupling, if set to true, device will be uncoupled if point of sale is already coupled
|
554
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
555
|
+
def update_point_of_sale_with_http_info(korona_account_id, point_of_sale_id_or_number, body, opts = {})
|
556
|
+
if @api_client.config.debugging
|
557
|
+
@api_client.config.logger.debug "Calling API: PointsOfSaleApi.update_point_of_sale ..."
|
558
|
+
end
|
559
|
+
# verify the required parameter 'korona_account_id' is set
|
560
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
561
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling PointsOfSaleApi.update_point_of_sale"
|
562
|
+
end
|
563
|
+
# verify the required parameter 'point_of_sale_id_or_number' is set
|
564
|
+
if @api_client.config.client_side_validation && point_of_sale_id_or_number.nil?
|
565
|
+
fail ArgumentError, "Missing the required parameter 'point_of_sale_id_or_number' when calling PointsOfSaleApi.update_point_of_sale"
|
566
|
+
end
|
567
|
+
# verify the required parameter 'body' is set
|
568
|
+
if @api_client.config.client_side_validation && body.nil?
|
569
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling PointsOfSaleApi.update_point_of_sale"
|
570
|
+
end
|
571
|
+
# resource path
|
572
|
+
local_var_path = "/accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'pointOfSaleIdOrNumber' + '}', point_of_sale_id_or_number.to_s)
|
573
|
+
|
574
|
+
# query parameters
|
575
|
+
query_params = {}
|
576
|
+
query_params[:'couplingId'] = opts[:'coupling_id'] if !opts[:'coupling_id'].nil?
|
577
|
+
query_params[:'decouple'] = opts[:'decouple'] if !opts[:'decouple'].nil?
|
578
|
+
|
579
|
+
# header parameters
|
580
|
+
header_params = {}
|
581
|
+
# HTTP header 'Accept' (if needed)
|
582
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
583
|
+
# HTTP header 'Content-Type'
|
584
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
585
|
+
|
586
|
+
# form parameters
|
587
|
+
form_params = {}
|
588
|
+
|
589
|
+
# http body (model)
|
590
|
+
post_body = @api_client.object_to_http_body(body)
|
591
|
+
auth_names = ['basicAuth']
|
592
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
593
|
+
:header_params => header_params,
|
594
|
+
:query_params => query_params,
|
595
|
+
:form_params => form_params,
|
596
|
+
:body => post_body,
|
597
|
+
:auth_names => auth_names)
|
598
|
+
if @api_client.config.debugging
|
599
|
+
@api_client.config.logger.debug "API called: PointsOfSaleApi#update_point_of_sale\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
600
|
+
end
|
601
|
+
return data, status_code, headers
|
602
|
+
end
|
603
|
+
end
|
604
|
+
end
|