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,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 SuppliersApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
# lists the supplier
|
|
24
|
+
#
|
|
25
|
+
# @param korona_account_id the account id
|
|
26
|
+
# @param supplier_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 [Supplier]
|
|
29
|
+
def get_supplier(korona_account_id, supplier_id_or_number, opts = {})
|
|
30
|
+
data, _status_code, _headers = get_supplier_with_http_info(korona_account_id, supplier_id_or_number, opts)
|
|
31
|
+
return data
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
# lists the supplier
|
|
35
|
+
#
|
|
36
|
+
# @param korona_account_id the account id
|
|
37
|
+
# @param supplier_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<(Supplier, Fixnum, Hash)>] Supplier data, response status code and response headers
|
|
40
|
+
def get_supplier_with_http_info(korona_account_id, supplier_id_or_number, opts = {})
|
|
41
|
+
if @api_client.config.debugging
|
|
42
|
+
@api_client.config.logger.debug "Calling API: SuppliersApi.get_supplier ..."
|
|
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 SuppliersApi.get_supplier"
|
|
47
|
+
end
|
|
48
|
+
# verify the required parameter 'supplier_id_or_number' is set
|
|
49
|
+
if @api_client.config.client_side_validation && supplier_id_or_number.nil?
|
|
50
|
+
fail ArgumentError, "Missing the required parameter 'supplier_id_or_number' when calling SuppliersApi.get_supplier"
|
|
51
|
+
end
|
|
52
|
+
# resource path
|
|
53
|
+
local_var_path = "/accounts/{koronaAccountId}/suppliers/{supplierIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'supplierIdOrNumber' + '}', supplier_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 => 'Supplier')
|
|
78
|
+
if @api_client.config.debugging
|
|
79
|
+
@api_client.config.logger.debug "API called: SuppliersApi#get_supplier\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
80
|
+
end
|
|
81
|
+
return data, status_code, headers
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
# lists all suppliers
|
|
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 [ResultListSupplier]
|
|
94
|
+
def get_suppliers(korona_account_id, opts = {})
|
|
95
|
+
data, _status_code, _headers = get_suppliers_with_http_info(korona_account_id, opts)
|
|
96
|
+
return data
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
# lists all suppliers
|
|
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<(ResultListSupplier, Fixnum, Hash)>] ResultListSupplier data, response status code and response headers
|
|
109
|
+
def get_suppliers_with_http_info(korona_account_id, opts = {})
|
|
110
|
+
if @api_client.config.debugging
|
|
111
|
+
@api_client.config.logger.debug "Calling API: SuppliersApi.get_suppliers ..."
|
|
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 SuppliersApi.get_suppliers"
|
|
116
|
+
end
|
|
117
|
+
# resource path
|
|
118
|
+
local_var_path = "/accounts/{koronaAccountId}/suppliers".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 => 'ResultListSupplier')
|
|
148
|
+
if @api_client.config.debugging
|
|
149
|
+
@api_client.config.logger.debug "API called: SuppliersApi#get_suppliers\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,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 TagsApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
# lists the info text
|
|
24
|
+
#
|
|
25
|
+
# @param korona_account_id the account id
|
|
26
|
+
# @param tag_id 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 [Tag]
|
|
29
|
+
def get_tag(korona_account_id, tag_id, opts = {})
|
|
30
|
+
data, _status_code, _headers = get_tag_with_http_info(korona_account_id, tag_id, opts)
|
|
31
|
+
return data
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
# lists the info text
|
|
35
|
+
#
|
|
36
|
+
# @param korona_account_id the account id
|
|
37
|
+
# @param tag_id 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<(Tag, Fixnum, Hash)>] Tag data, response status code and response headers
|
|
40
|
+
def get_tag_with_http_info(korona_account_id, tag_id, opts = {})
|
|
41
|
+
if @api_client.config.debugging
|
|
42
|
+
@api_client.config.logger.debug "Calling API: TagsApi.get_tag ..."
|
|
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 TagsApi.get_tag"
|
|
47
|
+
end
|
|
48
|
+
# verify the required parameter 'tag_id' is set
|
|
49
|
+
if @api_client.config.client_side_validation && tag_id.nil?
|
|
50
|
+
fail ArgumentError, "Missing the required parameter 'tag_id' when calling TagsApi.get_tag"
|
|
51
|
+
end
|
|
52
|
+
# resource path
|
|
53
|
+
local_var_path = "/accounts/{koronaAccountId}/tags/{tagId}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'tagId' + '}', tag_id.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 => 'Tag')
|
|
78
|
+
if @api_client.config.debugging
|
|
79
|
+
@api_client.config.logger.debug "API called: TagsApi#get_tag\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
80
|
+
end
|
|
81
|
+
return data, status_code, headers
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
# lists all info texts
|
|
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 [ResultListTag]
|
|
94
|
+
def get_tags(korona_account_id, opts = {})
|
|
95
|
+
data, _status_code, _headers = get_tags_with_http_info(korona_account_id, opts)
|
|
96
|
+
return data
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
# lists all info texts
|
|
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<(ResultListTag, Fixnum, Hash)>] ResultListTag data, response status code and response headers
|
|
109
|
+
def get_tags_with_http_info(korona_account_id, opts = {})
|
|
110
|
+
if @api_client.config.debugging
|
|
111
|
+
@api_client.config.logger.debug "Calling API: TagsApi.get_tags ..."
|
|
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 TagsApi.get_tags"
|
|
116
|
+
end
|
|
117
|
+
# resource path
|
|
118
|
+
local_var_path = "/accounts/{koronaAccountId}/tags".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 => 'ResultListTag')
|
|
148
|
+
if @api_client.config.debugging
|
|
149
|
+
@api_client.config.logger.debug "API called: TagsApi#get_tags\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,416 @@
|
|
|
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 TicketingApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
# lists the entry gate
|
|
24
|
+
#
|
|
25
|
+
# @param korona_account_id the account id
|
|
26
|
+
# @param entry_gate_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 [EntryGate]
|
|
29
|
+
def get_entry_gate(korona_account_id, entry_gate_id_or_number, opts = {})
|
|
30
|
+
data, _status_code, _headers = get_entry_gate_with_http_info(korona_account_id, entry_gate_id_or_number, opts)
|
|
31
|
+
return data
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
# lists the entry gate
|
|
35
|
+
#
|
|
36
|
+
# @param korona_account_id the account id
|
|
37
|
+
# @param entry_gate_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<(EntryGate, Fixnum, Hash)>] EntryGate data, response status code and response headers
|
|
40
|
+
def get_entry_gate_with_http_info(korona_account_id, entry_gate_id_or_number, opts = {})
|
|
41
|
+
if @api_client.config.debugging
|
|
42
|
+
@api_client.config.logger.debug "Calling API: TicketingApi.get_entry_gate ..."
|
|
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 TicketingApi.get_entry_gate"
|
|
47
|
+
end
|
|
48
|
+
# verify the required parameter 'entry_gate_id_or_number' is set
|
|
49
|
+
if @api_client.config.client_side_validation && entry_gate_id_or_number.nil?
|
|
50
|
+
fail ArgumentError, "Missing the required parameter 'entry_gate_id_or_number' when calling TicketingApi.get_entry_gate"
|
|
51
|
+
end
|
|
52
|
+
# resource path
|
|
53
|
+
local_var_path = "/accounts/{koronaAccountId}/entryGates/{entryGateIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'entryGateIdOrNumber' + '}', entry_gate_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 => 'EntryGate')
|
|
78
|
+
if @api_client.config.debugging
|
|
79
|
+
@api_client.config.logger.debug "API called: TicketingApi#get_entry_gate\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
80
|
+
end
|
|
81
|
+
return data, status_code, headers
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
# lists all entry gates
|
|
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 [ResultListEntryGate]
|
|
94
|
+
def get_entry_gates(korona_account_id, opts = {})
|
|
95
|
+
data, _status_code, _headers = get_entry_gates_with_http_info(korona_account_id, opts)
|
|
96
|
+
return data
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
# lists all entry gates
|
|
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<(ResultListEntryGate, Fixnum, Hash)>] ResultListEntryGate data, response status code and response headers
|
|
109
|
+
def get_entry_gates_with_http_info(korona_account_id, opts = {})
|
|
110
|
+
if @api_client.config.debugging
|
|
111
|
+
@api_client.config.logger.debug "Calling API: TicketingApi.get_entry_gates ..."
|
|
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 TicketingApi.get_entry_gates"
|
|
116
|
+
end
|
|
117
|
+
# resource path
|
|
118
|
+
local_var_path = "/accounts/{koronaAccountId}/entryGates".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 => 'ResultListEntryGate')
|
|
148
|
+
if @api_client.config.debugging
|
|
149
|
+
@api_client.config.logger.debug "API called: TicketingApi#get_entry_gates\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
150
|
+
end
|
|
151
|
+
return data, status_code, headers
|
|
152
|
+
end
|
|
153
|
+
|
|
154
|
+
# lists the event
|
|
155
|
+
#
|
|
156
|
+
# @param korona_account_id the account id
|
|
157
|
+
# @param event_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)
|
|
158
|
+
# @param [Hash] opts the optional parameters
|
|
159
|
+
# @return [Event]
|
|
160
|
+
def get_event(korona_account_id, event_id_or_number, opts = {})
|
|
161
|
+
data, _status_code, _headers = get_event_with_http_info(korona_account_id, event_id_or_number, opts)
|
|
162
|
+
return data
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
# lists the event
|
|
166
|
+
#
|
|
167
|
+
# @param korona_account_id the account id
|
|
168
|
+
# @param event_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)
|
|
169
|
+
# @param [Hash] opts the optional parameters
|
|
170
|
+
# @return [Array<(Event, Fixnum, Hash)>] Event data, response status code and response headers
|
|
171
|
+
def get_event_with_http_info(korona_account_id, event_id_or_number, opts = {})
|
|
172
|
+
if @api_client.config.debugging
|
|
173
|
+
@api_client.config.logger.debug "Calling API: TicketingApi.get_event ..."
|
|
174
|
+
end
|
|
175
|
+
# verify the required parameter 'korona_account_id' is set
|
|
176
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
177
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling TicketingApi.get_event"
|
|
178
|
+
end
|
|
179
|
+
# verify the required parameter 'event_id_or_number' is set
|
|
180
|
+
if @api_client.config.client_side_validation && event_id_or_number.nil?
|
|
181
|
+
fail ArgumentError, "Missing the required parameter 'event_id_or_number' when calling TicketingApi.get_event"
|
|
182
|
+
end
|
|
183
|
+
# resource path
|
|
184
|
+
local_var_path = "/accounts/{koronaAccountId}/events/{eventIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'eventIdOrNumber' + '}', event_id_or_number.to_s)
|
|
185
|
+
|
|
186
|
+
# query parameters
|
|
187
|
+
query_params = {}
|
|
188
|
+
|
|
189
|
+
# header parameters
|
|
190
|
+
header_params = {}
|
|
191
|
+
# HTTP header 'Accept' (if needed)
|
|
192
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
193
|
+
# HTTP header 'Content-Type'
|
|
194
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
195
|
+
|
|
196
|
+
# form parameters
|
|
197
|
+
form_params = {}
|
|
198
|
+
|
|
199
|
+
# http body (model)
|
|
200
|
+
post_body = nil
|
|
201
|
+
auth_names = ['basicAuth']
|
|
202
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
203
|
+
:header_params => header_params,
|
|
204
|
+
:query_params => query_params,
|
|
205
|
+
:form_params => form_params,
|
|
206
|
+
:body => post_body,
|
|
207
|
+
:auth_names => auth_names,
|
|
208
|
+
:return_type => 'Event')
|
|
209
|
+
if @api_client.config.debugging
|
|
210
|
+
@api_client.config.logger.debug "API called: TicketingApi#get_event\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
211
|
+
end
|
|
212
|
+
return data, status_code, headers
|
|
213
|
+
end
|
|
214
|
+
|
|
215
|
+
# lists all events
|
|
216
|
+
#
|
|
217
|
+
# @param korona_account_id the account id
|
|
218
|
+
# @param [Hash] opts the optional parameters
|
|
219
|
+
# @option opts [Integer] :page number of the page to fetch
|
|
220
|
+
# @option opts [Integer] :size amount of objects to return per page
|
|
221
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
222
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
223
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
|
224
|
+
# @return [ResultListEvent]
|
|
225
|
+
def get_events(korona_account_id, opts = {})
|
|
226
|
+
data, _status_code, _headers = get_events_with_http_info(korona_account_id, opts)
|
|
227
|
+
return data
|
|
228
|
+
end
|
|
229
|
+
|
|
230
|
+
# lists all events
|
|
231
|
+
#
|
|
232
|
+
# @param korona_account_id the account id
|
|
233
|
+
# @param [Hash] opts the optional parameters
|
|
234
|
+
# @option opts [Integer] :page number of the page to fetch
|
|
235
|
+
# @option opts [Integer] :size amount of objects to return per page
|
|
236
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
237
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
238
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
|
239
|
+
# @return [Array<(ResultListEvent, Fixnum, Hash)>] ResultListEvent data, response status code and response headers
|
|
240
|
+
def get_events_with_http_info(korona_account_id, opts = {})
|
|
241
|
+
if @api_client.config.debugging
|
|
242
|
+
@api_client.config.logger.debug "Calling API: TicketingApi.get_events ..."
|
|
243
|
+
end
|
|
244
|
+
# verify the required parameter 'korona_account_id' is set
|
|
245
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
246
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling TicketingApi.get_events"
|
|
247
|
+
end
|
|
248
|
+
# resource path
|
|
249
|
+
local_var_path = "/accounts/{koronaAccountId}/events".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s)
|
|
250
|
+
|
|
251
|
+
# query parameters
|
|
252
|
+
query_params = {}
|
|
253
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
254
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
255
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
|
256
|
+
query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
|
|
257
|
+
query_params[:'includeDeleted'] = opts[:'include_deleted'] if !opts[:'include_deleted'].nil?
|
|
258
|
+
|
|
259
|
+
# header parameters
|
|
260
|
+
header_params = {}
|
|
261
|
+
# HTTP header 'Accept' (if needed)
|
|
262
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
263
|
+
# HTTP header 'Content-Type'
|
|
264
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
265
|
+
|
|
266
|
+
# form parameters
|
|
267
|
+
form_params = {}
|
|
268
|
+
|
|
269
|
+
# http body (model)
|
|
270
|
+
post_body = nil
|
|
271
|
+
auth_names = ['basicAuth']
|
|
272
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
273
|
+
:header_params => header_params,
|
|
274
|
+
:query_params => query_params,
|
|
275
|
+
:form_params => form_params,
|
|
276
|
+
:body => post_body,
|
|
277
|
+
:auth_names => auth_names,
|
|
278
|
+
:return_type => 'ResultListEvent')
|
|
279
|
+
if @api_client.config.debugging
|
|
280
|
+
@api_client.config.logger.debug "API called: TicketingApi#get_events\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
281
|
+
end
|
|
282
|
+
return data, status_code, headers
|
|
283
|
+
end
|
|
284
|
+
|
|
285
|
+
# lists the ticket definition
|
|
286
|
+
#
|
|
287
|
+
# @param korona_account_id the account id
|
|
288
|
+
# @param ticket_definition_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)
|
|
289
|
+
# @param [Hash] opts the optional parameters
|
|
290
|
+
# @return [TicketDefinition]
|
|
291
|
+
def get_ticket_definition(korona_account_id, ticket_definition_id_or_number, opts = {})
|
|
292
|
+
data, _status_code, _headers = get_ticket_definition_with_http_info(korona_account_id, ticket_definition_id_or_number, opts)
|
|
293
|
+
return data
|
|
294
|
+
end
|
|
295
|
+
|
|
296
|
+
# lists the ticket definition
|
|
297
|
+
#
|
|
298
|
+
# @param korona_account_id the account id
|
|
299
|
+
# @param ticket_definition_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)
|
|
300
|
+
# @param [Hash] opts the optional parameters
|
|
301
|
+
# @return [Array<(TicketDefinition, Fixnum, Hash)>] TicketDefinition data, response status code and response headers
|
|
302
|
+
def get_ticket_definition_with_http_info(korona_account_id, ticket_definition_id_or_number, opts = {})
|
|
303
|
+
if @api_client.config.debugging
|
|
304
|
+
@api_client.config.logger.debug "Calling API: TicketingApi.get_ticket_definition ..."
|
|
305
|
+
end
|
|
306
|
+
# verify the required parameter 'korona_account_id' is set
|
|
307
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
308
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling TicketingApi.get_ticket_definition"
|
|
309
|
+
end
|
|
310
|
+
# verify the required parameter 'ticket_definition_id_or_number' is set
|
|
311
|
+
if @api_client.config.client_side_validation && ticket_definition_id_or_number.nil?
|
|
312
|
+
fail ArgumentError, "Missing the required parameter 'ticket_definition_id_or_number' when calling TicketingApi.get_ticket_definition"
|
|
313
|
+
end
|
|
314
|
+
# resource path
|
|
315
|
+
local_var_path = "/accounts/{koronaAccountId}/ticketDefinitions/{ticketDefinitionIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'ticketDefinitionIdOrNumber' + '}', ticket_definition_id_or_number.to_s)
|
|
316
|
+
|
|
317
|
+
# query parameters
|
|
318
|
+
query_params = {}
|
|
319
|
+
|
|
320
|
+
# header parameters
|
|
321
|
+
header_params = {}
|
|
322
|
+
# HTTP header 'Accept' (if needed)
|
|
323
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
324
|
+
# HTTP header 'Content-Type'
|
|
325
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
326
|
+
|
|
327
|
+
# form parameters
|
|
328
|
+
form_params = {}
|
|
329
|
+
|
|
330
|
+
# http body (model)
|
|
331
|
+
post_body = nil
|
|
332
|
+
auth_names = ['basicAuth']
|
|
333
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
334
|
+
:header_params => header_params,
|
|
335
|
+
:query_params => query_params,
|
|
336
|
+
:form_params => form_params,
|
|
337
|
+
:body => post_body,
|
|
338
|
+
:auth_names => auth_names,
|
|
339
|
+
:return_type => 'TicketDefinition')
|
|
340
|
+
if @api_client.config.debugging
|
|
341
|
+
@api_client.config.logger.debug "API called: TicketingApi#get_ticket_definition\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
342
|
+
end
|
|
343
|
+
return data, status_code, headers
|
|
344
|
+
end
|
|
345
|
+
|
|
346
|
+
# lists all ticket definitions
|
|
347
|
+
#
|
|
348
|
+
# @param korona_account_id the account id
|
|
349
|
+
# @param [Hash] opts the optional parameters
|
|
350
|
+
# @option opts [Integer] :page number of the page to fetch
|
|
351
|
+
# @option opts [Integer] :size amount of objects to return per page
|
|
352
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
353
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
354
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
|
355
|
+
# @return [ResultListTicketDefinition]
|
|
356
|
+
def get_ticket_definitions(korona_account_id, opts = {})
|
|
357
|
+
data, _status_code, _headers = get_ticket_definitions_with_http_info(korona_account_id, opts)
|
|
358
|
+
return data
|
|
359
|
+
end
|
|
360
|
+
|
|
361
|
+
# lists all ticket definitions
|
|
362
|
+
#
|
|
363
|
+
# @param korona_account_id the account id
|
|
364
|
+
# @param [Hash] opts the optional parameters
|
|
365
|
+
# @option opts [Integer] :page number of the page to fetch
|
|
366
|
+
# @option opts [Integer] :size amount of objects to return per page
|
|
367
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
|
368
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
|
369
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
|
370
|
+
# @return [Array<(ResultListTicketDefinition, Fixnum, Hash)>] ResultListTicketDefinition data, response status code and response headers
|
|
371
|
+
def get_ticket_definitions_with_http_info(korona_account_id, opts = {})
|
|
372
|
+
if @api_client.config.debugging
|
|
373
|
+
@api_client.config.logger.debug "Calling API: TicketingApi.get_ticket_definitions ..."
|
|
374
|
+
end
|
|
375
|
+
# verify the required parameter 'korona_account_id' is set
|
|
376
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
|
377
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling TicketingApi.get_ticket_definitions"
|
|
378
|
+
end
|
|
379
|
+
# resource path
|
|
380
|
+
local_var_path = "/accounts/{koronaAccountId}/ticketDefinitions".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s)
|
|
381
|
+
|
|
382
|
+
# query parameters
|
|
383
|
+
query_params = {}
|
|
384
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
385
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
386
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
|
387
|
+
query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
|
|
388
|
+
query_params[:'includeDeleted'] = opts[:'include_deleted'] if !opts[:'include_deleted'].nil?
|
|
389
|
+
|
|
390
|
+
# header parameters
|
|
391
|
+
header_params = {}
|
|
392
|
+
# HTTP header 'Accept' (if needed)
|
|
393
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
394
|
+
# HTTP header 'Content-Type'
|
|
395
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
396
|
+
|
|
397
|
+
# form parameters
|
|
398
|
+
form_params = {}
|
|
399
|
+
|
|
400
|
+
# http body (model)
|
|
401
|
+
post_body = nil
|
|
402
|
+
auth_names = ['basicAuth']
|
|
403
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
404
|
+
:header_params => header_params,
|
|
405
|
+
:query_params => query_params,
|
|
406
|
+
:form_params => form_params,
|
|
407
|
+
:body => post_body,
|
|
408
|
+
:auth_names => auth_names,
|
|
409
|
+
:return_type => 'ResultListTicketDefinition')
|
|
410
|
+
if @api_client.config.debugging
|
|
411
|
+
@api_client.config.logger.debug "API called: TicketingApi#get_ticket_definitions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
412
|
+
end
|
|
413
|
+
return data, status_code, headers
|
|
414
|
+
end
|
|
415
|
+
end
|
|
416
|
+
end
|