korona-cloud-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 +9 -0
- data/README.md +417 -0
- data/Rakefile +10 -0
- data/docs/Account.md +39 -0
- data/docs/AccountSummary.md +21 -0
- data/docs/AccountTransaction.md +27 -0
- data/docs/AccountsApi.md +126 -0
- data/docs/AddOrUpdateResult.md +29 -0
- data/docs/AdditionalInfo.md +19 -0
- data/docs/AdditionalReceiptInfoType.md +45 -0
- data/docs/AdditionalReceiptInfoTypesApi.md +128 -0
- data/docs/AddressInformation.md +29 -0
- data/docs/Admission.md +19 -0
- data/docs/Amount.md +25 -0
- data/docs/AmountCountData.md +19 -0
- data/docs/Assortment.md +31 -0
- data/docs/AssortmentsApi.md +402 -0
- data/docs/Attendance.md +35 -0
- data/docs/BadRequestError.md +19 -0
- data/docs/Capacity.md +19 -0
- data/docs/Cashier.md +43 -0
- data/docs/CashierSummary.md +27 -0
- data/docs/CashiersApi.md +128 -0
- data/docs/Category.md +21 -0
- data/docs/CloudSubscription.md +19 -0
- data/docs/CommodityGroup.md +27 -0
- data/docs/CommodityGroupSummary.md +23 -0
- data/docs/CommodityGroupsApi.md +402 -0
- data/docs/CompanyIdentification.md +19 -0
- data/docs/CreationTask.md +37 -0
- data/docs/CurrenciesApi.md +128 -0
- data/docs/Currency.md +39 -0
- data/docs/CurrencyDenomination.md +19 -0
- data/docs/CurrencyExchangeRate.md +19 -0
- data/docs/Customer.md +53 -0
- data/docs/CustomerCard.md +19 -0
- data/docs/CustomerData.md +19 -0
- data/docs/CustomerGroup.md +27 -0
- data/docs/CustomerGroupSummary.md +23 -0
- data/docs/CustomerGroupsApi.md +128 -0
- data/docs/CustomerInformation.md +21 -0
- data/docs/CustomerOrder.md +53 -0
- data/docs/CustomerOrdersApi.md +358 -0
- data/docs/CustomersApi.md +402 -0
- data/docs/DayRating.md +35 -0
- data/docs/DayTimePeriod.md +19 -0
- data/docs/DeliveryNote.md +47 -0
- data/docs/DeliveryNoteItem.md +31 -0
- data/docs/DeliveryNotesApi.md +302 -0
- data/docs/Deposit.md +25 -0
- data/docs/DeviceInformation.md +19 -0
- data/docs/Discount.md +21 -0
- data/docs/EconomicZone.md +25 -0
- data/docs/EconomicZonesApi.md +128 -0
- data/docs/EndOfDayStatement.md +33 -0
- data/docs/EndOfDayStatementSummary.md +27 -0
- data/docs/EntryGate.md +29 -0
- data/docs/Event.md +39 -0
- data/docs/ExternalSystemCall.md +41 -0
- data/docs/ExternalSystemCallsApi.md +402 -0
- data/docs/ForbiddenError.md +19 -0
- data/docs/GeoLocation.md +19 -0
- data/docs/ImagesApi.md +62 -0
- data/docs/InfoText.md +27 -0
- data/docs/InfoTextsApi.md +128 -0
- data/docs/Interval.md +19 -0
- data/docs/InventoriesApi.md +837 -0
- data/docs/Inventory.md +53 -0
- data/docs/InventoryList.md +45 -0
- data/docs/InventoryListItem.md +27 -0
- data/docs/InventoryListItemStock.md +19 -0
- data/docs/KoronaAccount.md +35 -0
- data/docs/KoronaAccountApi.md +60 -0
- data/docs/MediaUrl.md +17 -0
- data/docs/MethodNotAllowedError.md +19 -0
- data/docs/ModelReference.md +21 -0
- data/docs/NotFoundError.md +19 -0
- data/docs/OpeningHours.md +21 -0
- data/docs/OrganizationalUnit.md +41 -0
- data/docs/OrganizationalUnitsApi.md +690 -0
- data/docs/Payment.md +25 -0
- data/docs/PaymentMethod.md +41 -0
- data/docs/PaymentMethodsApi.md +128 -0
- data/docs/PaymentSummary.md +21 -0
- data/docs/Period.md +21 -0
- data/docs/PeriodListTopSeller.md +21 -0
- data/docs/PeriodMapStringRevenueData.md +21 -0
- data/docs/PeriodObject.md +21 -0
- data/docs/PeriodRevenueData.md +21 -0
- data/docs/PointsOfSaleApi.md +521 -0
- data/docs/Pos.md +55 -0
- data/docs/PriceGroup.md +29 -0
- data/docs/PriceGroupsApi.md +128 -0
- data/docs/Product.md +103 -0
- data/docs/ProductCode.md +21 -0
- data/docs/ProductDescription.md +21 -0
- data/docs/ProductPrice.md +25 -0
- data/docs/ProductStock.md +25 -0
- data/docs/ProductSubproduct.md +21 -0
- data/docs/ProductSupplierPrice.md +25 -0
- data/docs/ProductTransferInvolvedPartyInformation.md +27 -0
- data/docs/ProductTransferInvolvedPartyInformationData.md +21 -0
- data/docs/ProductsApi.md +478 -0
- data/docs/Rating.md +21 -0
- data/docs/Receipt.md +65 -0
- data/docs/ReceiptItem.md +41 -0
- data/docs/ReceiptsApi.md +140 -0
- data/docs/ResultList.md +27 -0
- data/docs/ResultListAccount.md +27 -0
- data/docs/ResultListAdditionalReceiptInfoType.md +27 -0
- data/docs/ResultListAssortment.md +27 -0
- data/docs/ResultListAttendance.md +27 -0
- data/docs/ResultListCashier.md +27 -0
- data/docs/ResultListCommodityGroup.md +27 -0
- data/docs/ResultListCreationTask.md +27 -0
- data/docs/ResultListCurrency.md +27 -0
- data/docs/ResultListCustomer.md +27 -0
- data/docs/ResultListCustomerGroup.md +27 -0
- data/docs/ResultListCustomerOrder.md +27 -0
- data/docs/ResultListDayRating.md +27 -0
- data/docs/ResultListDeliveryNote.md +27 -0
- data/docs/ResultListEconomicZone.md +27 -0
- data/docs/ResultListEndOfDayStatement.md +27 -0
- data/docs/ResultListEntryGate.md +27 -0
- data/docs/ResultListEvent.md +27 -0
- data/docs/ResultListExternalSystemCall.md +27 -0
- data/docs/ResultListInfoText.md +27 -0
- data/docs/ResultListInventory.md +27 -0
- data/docs/ResultListInventoryList.md +27 -0
- data/docs/ResultListInventoryListItem.md +27 -0
- data/docs/ResultListOrganizationalUnit.md +27 -0
- data/docs/ResultListPaymentMethod.md +27 -0
- data/docs/ResultListPos.md +27 -0
- data/docs/ResultListPriceGroup.md +27 -0
- data/docs/ResultListProduct.md +27 -0
- data/docs/ResultListProductStock.md +27 -0
- data/docs/ResultListReceipt.md +27 -0
- data/docs/ResultListSalesTax.md +27 -0
- data/docs/ResultListSector.md +27 -0
- data/docs/ResultListStockReceipt.md +27 -0
- data/docs/ResultListStockReceiptItem.md +27 -0
- data/docs/ResultListSupplier.md +27 -0
- data/docs/ResultListTag.md +27 -0
- data/docs/ResultListTicket.md +27 -0
- data/docs/ResultListTicketDefinition.md +27 -0
- data/docs/ResultListTimeTrackingEntity.md +27 -0
- data/docs/ResultListTimeTrackingEntry.md +27 -0
- data/docs/RevenueData.md +25 -0
- data/docs/SalesTax.md +31 -0
- data/docs/SalesTaxRate.md +19 -0
- data/docs/SalesTaxesApi.md +128 -0
- data/docs/Sector.md +29 -0
- data/docs/SectorRevenueAccountItem.md +19 -0
- data/docs/SectorSalesTaxItem.md +19 -0
- data/docs/SectorsApi.md +240 -0
- data/docs/Signature.md +21 -0
- data/docs/Statistic.md +21 -0
- data/docs/StatisticListTopSeller.md +21 -0
- data/docs/StatisticMapStringRevenueData.md +21 -0
- data/docs/StatisticRevenueData.md +21 -0
- data/docs/StatisticsApi.md +242 -0
- data/docs/StockReceipt.md +59 -0
- data/docs/StockReceiptItem.md +29 -0
- data/docs/StockReceiptItemAmount.md +19 -0
- data/docs/StockReceiptItemIdentification.md +21 -0
- data/docs/StockReceiptItemPurchasePrice.md +19 -0
- data/docs/StockReceiptsApi.md +648 -0
- data/docs/Supplier.md +39 -0
- data/docs/SupplierContact.md +23 -0
- data/docs/SupplierContactPerson.md +29 -0
- data/docs/SupplierPaymentInformation.md +33 -0
- data/docs/SuppliersApi.md +128 -0
- data/docs/Tag.md +25 -0
- data/docs/TagsApi.md +400 -0
- data/docs/TaxPayment.md +23 -0
- data/docs/TaxSummary.md +21 -0
- data/docs/Ticket.md +29 -0
- data/docs/TicketCreationApi.md +122 -0
- data/docs/TicketData.md +37 -0
- data/docs/TicketDefinition.md +39 -0
- data/docs/TicketPersonalization.md +23 -0
- data/docs/TicketingApi.md +1217 -0
- data/docs/TimePeriod.md +29 -0
- data/docs/TimeTrackingApi.md +372 -0
- data/docs/TimeTrackingEntity.md +27 -0
- data/docs/TimeTrackingEntry.md +29 -0
- data/docs/TooManyRequestsError.md +19 -0
- data/docs/TopSeller.md +25 -0
- data/docs/TotalPeriod.md +19 -0
- data/docs/TotalPrice.md +25 -0
- data/docs/Validity.md +23 -0
- data/docs/Weather.md +21 -0
- data/git_push.sh +58 -0
- data/korona-cloud-client.gemspec +39 -0
- data/lib/korona-cloud-client.rb +228 -0
- data/lib/korona-cloud-client/api/accounts_api.rb +163 -0
- data/lib/korona-cloud-client/api/additional_receipt_info_types_api.rb +166 -0
- data/lib/korona-cloud-client/api/assortments_api.rb +513 -0
- data/lib/korona-cloud-client/api/cashiers_api.rb +166 -0
- data/lib/korona-cloud-client/api/commodity_groups_api.rb +513 -0
- data/lib/korona-cloud-client/api/currencies_api.rb +166 -0
- data/lib/korona-cloud-client/api/customer_groups_api.rb +166 -0
- data/lib/korona-cloud-client/api/customer_orders_api.rb +459 -0
- data/lib/korona-cloud-client/api/customers_api.rb +513 -0
- data/lib/korona-cloud-client/api/delivery_notes_api.rb +387 -0
- data/lib/korona-cloud-client/api/economic_zones_api.rb +166 -0
- data/lib/korona-cloud-client/api/external_system_calls_api.rb +513 -0
- data/lib/korona-cloud-client/api/images_api.rb +88 -0
- data/lib/korona-cloud-client/api/info_texts_api.rb +166 -0
- data/lib/korona-cloud-client/api/inventories_api.rb +1115 -0
- data/lib/korona-cloud-client/api/korona_account_api.rb +82 -0
- data/lib/korona-cloud-client/api/organizational_units_api.rb +897 -0
- data/lib/korona-cloud-client/api/payment_methods_api.rb +166 -0
- data/lib/korona-cloud-client/api/points_of_sale_api.rb +664 -0
- data/lib/korona-cloud-client/api/price_groups_api.rb +166 -0
- data/lib/korona-cloud-client/api/products_api.rb +607 -0
- data/lib/korona-cloud-client/api/receipts_api.rb +184 -0
- data/lib/korona-cloud-client/api/sales_taxes_api.rb +166 -0
- data/lib/korona-cloud-client/api/sectors_api.rb +305 -0
- data/lib/korona-cloud-client/api/statistics_api.rb +305 -0
- data/lib/korona-cloud-client/api/stock_receipts_api.rb +849 -0
- data/lib/korona-cloud-client/api/suppliers_api.rb +166 -0
- data/lib/korona-cloud-client/api/tags_api.rb +510 -0
- data/lib/korona-cloud-client/api/ticket_creation_api.rb +163 -0
- data/lib/korona-cloud-client/api/ticketing_api.rb +1516 -0
- data/lib/korona-cloud-client/api/time_tracking_api.rb +464 -0
- data/lib/korona-cloud-client/api_client.rb +386 -0
- data/lib/korona-cloud-client/api_error.rb +57 -0
- data/lib/korona-cloud-client/configuration.rb +248 -0
- data/lib/korona-cloud-client/models/account.rb +343 -0
- data/lib/korona-cloud-client/models/account_summary.rb +224 -0
- data/lib/korona-cloud-client/models/account_transaction.rb +255 -0
- data/lib/korona-cloud-client/models/add_or_update_result.rb +306 -0
- data/lib/korona-cloud-client/models/additional_info.rb +215 -0
- data/lib/korona-cloud-client/models/additional_receipt_info_type.rb +342 -0
- data/lib/korona-cloud-client/models/address_information.rb +260 -0
- data/lib/korona-cloud-client/models/admission.rb +215 -0
- data/lib/korona-cloud-client/models/amount.rb +242 -0
- data/lib/korona-cloud-client/models/amount_count_data.rb +215 -0
- data/lib/korona-cloud-client/models/assortment.rb +273 -0
- data/lib/korona-cloud-client/models/attendance.rb +291 -0
- data/lib/korona-cloud-client/models/bad_request_error.rb +251 -0
- data/lib/korona-cloud-client/models/capacity.rb +215 -0
- data/lib/korona-cloud-client/models/cashier.rb +365 -0
- data/lib/korona-cloud-client/models/cashier_summary.rb +251 -0
- data/lib/korona-cloud-client/models/category.rb +224 -0
- data/lib/korona-cloud-client/models/cloud_subscription.rb +249 -0
- data/lib/korona-cloud-client/models/commodity_group.rb +255 -0
- data/lib/korona-cloud-client/models/commodity_group_summary.rb +233 -0
- data/lib/korona-cloud-client/models/company_identification.rb +215 -0
- data/lib/korona-cloud-client/models/creation_task.rb +330 -0
- data/lib/korona-cloud-client/models/currency.rb +313 -0
- data/lib/korona-cloud-client/models/currency_denomination.rb +249 -0
- data/lib/korona-cloud-client/models/currency_exchange_rate.rb +215 -0
- data/lib/korona-cloud-client/models/customer.rb +410 -0
- data/lib/korona-cloud-client/models/customer_card.rb +249 -0
- data/lib/korona-cloud-client/models/customer_data.rb +215 -0
- data/lib/korona-cloud-client/models/customer_group.rb +255 -0
- data/lib/korona-cloud-client/models/customer_group_summary.rb +233 -0
- data/lib/korona-cloud-client/models/customer_information.rb +224 -0
- data/lib/korona-cloud-client/models/customer_order.rb +378 -0
- data/lib/korona-cloud-client/models/day_rating.rb +287 -0
- data/lib/korona-cloud-client/models/day_time_period.rb +215 -0
- data/lib/korona-cloud-client/models/delivery_note.rb +347 -0
- data/lib/korona-cloud-client/models/delivery_note_item.rb +273 -0
- data/lib/korona-cloud-client/models/deposit.rb +242 -0
- data/lib/korona-cloud-client/models/device_information.rb +215 -0
- data/lib/korona-cloud-client/models/discount.rb +224 -0
- data/lib/korona-cloud-client/models/economic_zone.rb +246 -0
- data/lib/korona-cloud-client/models/end_of_day_statement.rb +282 -0
- data/lib/korona-cloud-client/models/end_of_day_statement_summary.rb +263 -0
- data/lib/korona-cloud-client/models/entry_gate.rb +264 -0
- data/lib/korona-cloud-client/models/event.rb +313 -0
- data/lib/korona-cloud-client/models/external_system_call.rb +318 -0
- data/lib/korona-cloud-client/models/forbidden_error.rb +251 -0
- data/lib/korona-cloud-client/models/geo_location.rb +215 -0
- data/lib/korona-cloud-client/models/info_text.rb +289 -0
- data/lib/korona-cloud-client/models/interval.rb +215 -0
- data/lib/korona-cloud-client/models/inventory.rb +427 -0
- data/lib/korona-cloud-client/models/inventory_list.rb +370 -0
- data/lib/korona-cloud-client/models/inventory_list_item.rb +251 -0
- data/lib/korona-cloud-client/models/inventory_list_item_stock.rb +215 -0
- data/lib/korona-cloud-client/models/korona_account.rb +315 -0
- data/lib/korona-cloud-client/models/media_url.rb +206 -0
- data/lib/korona-cloud-client/models/method_not_allowed_error.rb +251 -0
- data/lib/korona-cloud-client/models/model_reference.rb +228 -0
- data/lib/korona-cloud-client/models/not_found_error.rb +251 -0
- data/lib/korona-cloud-client/models/opening_hours.rb +258 -0
- data/lib/korona-cloud-client/models/organizational_unit.rb +325 -0
- data/lib/korona-cloud-client/models/payment.rb +242 -0
- data/lib/korona-cloud-client/models/payment_method.rb +318 -0
- data/lib/korona-cloud-client/models/payment_summary.rb +224 -0
- data/lib/korona-cloud-client/models/period.rb +224 -0
- data/lib/korona-cloud-client/models/period_list_top_seller.rb +226 -0
- data/lib/korona-cloud-client/models/period_map_string_revenue_data.rb +226 -0
- data/lib/korona-cloud-client/models/period_object.rb +224 -0
- data/lib/korona-cloud-client/models/period_revenue_data.rb +224 -0
- data/lib/korona-cloud-client/models/pos.rb +389 -0
- data/lib/korona-cloud-client/models/price_group.rb +264 -0
- data/lib/korona-cloud-client/models/product.rb +659 -0
- data/lib/korona-cloud-client/models/product_code.rb +224 -0
- data/lib/korona-cloud-client/models/product_description.rb +258 -0
- data/lib/korona-cloud-client/models/product_price.rb +242 -0
- data/lib/korona-cloud-client/models/product_stock.rb +242 -0
- data/lib/korona-cloud-client/models/product_subproduct.rb +226 -0
- data/lib/korona-cloud-client/models/product_supplier_price.rb +242 -0
- data/lib/korona-cloud-client/models/product_transfer_involved_party_information.rb +251 -0
- data/lib/korona-cloud-client/models/product_transfer_involved_party_information_data.rb +224 -0
- data/lib/korona-cloud-client/models/rating.rb +224 -0
- data/lib/korona-cloud-client/models/receipt.rb +436 -0
- data/lib/korona-cloud-client/models/receipt_item.rb +320 -0
- data/lib/korona-cloud-client/models/result_list.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_account.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_additional_receipt_info_type.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_assortment.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_attendance.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_cashier.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_commodity_group.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_creation_task.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_currency.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_customer.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_customer_group.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_customer_order.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_day_rating.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_delivery_note.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_economic_zone.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_end_of_day_statement.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_entry_gate.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_event.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_external_system_call.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_info_text.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_inventory.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_inventory_list.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_inventory_list_item.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_organizational_unit.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_payment_method.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_pos.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_price_group.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_product.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_product_stock.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_receipt.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_sales_tax.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_sector.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_stock_receipt.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_stock_receipt_item.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_supplier.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_tag.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_ticket.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_ticket_definition.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_time_tracking_entity.rb +291 -0
- data/lib/korona-cloud-client/models/result_list_time_tracking_entry.rb +291 -0
- data/lib/korona-cloud-client/models/revenue_data.rb +242 -0
- data/lib/korona-cloud-client/models/sales_tax.rb +275 -0
- data/lib/korona-cloud-client/models/sales_tax_rate.rb +215 -0
- data/lib/korona-cloud-client/models/sector.rb +268 -0
- data/lib/korona-cloud-client/models/sector_revenue_account_item.rb +215 -0
- data/lib/korona-cloud-client/models/sector_sales_tax_item.rb +215 -0
- data/lib/korona-cloud-client/models/signature.rb +241 -0
- data/lib/korona-cloud-client/models/statistic.rb +224 -0
- data/lib/korona-cloud-client/models/statistic_list_top_seller.rb +224 -0
- data/lib/korona-cloud-client/models/statistic_map_string_revenue_data.rb +224 -0
- data/lib/korona-cloud-client/models/statistic_revenue_data.rb +224 -0
- data/lib/korona-cloud-client/models/stock_receipt.rb +433 -0
- data/lib/korona-cloud-client/models/stock_receipt_item.rb +260 -0
- data/lib/korona-cloud-client/models/stock_receipt_item_amount.rb +215 -0
- data/lib/korona-cloud-client/models/stock_receipt_item_identification.rb +224 -0
- data/lib/korona-cloud-client/models/stock_receipt_item_purchase_price.rb +215 -0
- data/lib/korona-cloud-client/models/supplier.rb +309 -0
- data/lib/korona-cloud-client/models/supplier_contact.rb +233 -0
- data/lib/korona-cloud-client/models/supplier_contact_person.rb +260 -0
- data/lib/korona-cloud-client/models/supplier_payment_information.rb +312 -0
- data/lib/korona-cloud-client/models/tag.rb +246 -0
- data/lib/korona-cloud-client/models/tax_payment.rb +233 -0
- data/lib/korona-cloud-client/models/tax_summary.rb +224 -0
- data/lib/korona-cloud-client/models/ticket.rb +260 -0
- data/lib/korona-cloud-client/models/ticket_data.rb +298 -0
- data/lib/korona-cloud-client/models/ticket_definition.rb +311 -0
- data/lib/korona-cloud-client/models/ticket_personalization.rb +250 -0
- data/lib/korona-cloud-client/models/time_period.rb +260 -0
- data/lib/korona-cloud-client/models/time_tracking_entity.rb +255 -0
- data/lib/korona-cloud-client/models/time_tracking_entry.rb +263 -0
- data/lib/korona-cloud-client/models/too_many_requests_error.rb +251 -0
- data/lib/korona-cloud-client/models/top_seller.rb +245 -0
- data/lib/korona-cloud-client/models/total_period.rb +215 -0
- data/lib/korona-cloud-client/models/total_price.rb +260 -0
- data/lib/korona-cloud-client/models/validity.rb +259 -0
- data/lib/korona-cloud-client/models/weather.rb +258 -0
- data/lib/korona-cloud-client/version.rb +15 -0
- data/spec/api/accounts_api_spec.rb +63 -0
- data/spec/api/additional_receipt_info_types_api_spec.rb +64 -0
- data/spec/api/assortments_api_spec.rb +126 -0
- data/spec/api/cashiers_api_spec.rb +64 -0
- data/spec/api/commodity_groups_api_spec.rb +126 -0
- data/spec/api/currencies_api_spec.rb +64 -0
- data/spec/api/customer_groups_api_spec.rb +64 -0
- data/spec/api/customer_orders_api_spec.rb +119 -0
- data/spec/api/customers_api_spec.rb +126 -0
- data/spec/api/delivery_notes_api_spec.rb +107 -0
- data/spec/api/economic_zones_api_spec.rb +64 -0
- data/spec/api/external_system_calls_api_spec.rb +126 -0
- data/spec/api/images_api_spec.rb +47 -0
- data/spec/api/info_texts_api_spec.rb +64 -0
- data/spec/api/inventories_api_spec.rb +239 -0
- data/spec/api/korona_account_api_spec.rb +46 -0
- data/spec/api/organizational_units_api_spec.rb +207 -0
- data/spec/api/payment_methods_api_spec.rb +64 -0
- data/spec/api/points_of_sale_api_spec.rb +164 -0
- data/spec/api/price_groups_api_spec.rb +64 -0
- data/spec/api/products_api_spec.rb +148 -0
- data/spec/api/receipts_api_spec.rb +70 -0
- data/spec/api/sales_taxes_api_spec.rb +64 -0
- data/spec/api/sectors_api_spec.rb +89 -0
- data/spec/api/statistics_api_spec.rb +88 -0
- data/spec/api/stock_receipts_api_spec.rb +190 -0
- data/spec/api/suppliers_api_spec.rb +64 -0
- data/spec/api/tags_api_spec.rb +125 -0
- data/spec/api/ticket_creation_api_spec.rb +61 -0
- data/spec/api/ticketing_api_spec.rb +320 -0
- data/spec/api/time_tracking_api_spec.rb +123 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_spec.rb +111 -0
- data/spec/models/account_summary_spec.rb +53 -0
- data/spec/models/account_transaction_spec.rb +71 -0
- data/spec/models/add_or_update_result_spec.rb +85 -0
- data/spec/models/additional_info_spec.rb +47 -0
- data/spec/models/additional_receipt_info_type_spec.rb +125 -0
- data/spec/models/address_information_spec.rb +77 -0
- data/spec/models/admission_spec.rb +47 -0
- data/spec/models/amount_count_data_spec.rb +47 -0
- data/spec/models/amount_spec.rb +65 -0
- data/spec/models/assortment_spec.rb +83 -0
- data/spec/models/attendance_spec.rb +95 -0
- data/spec/models/bad_request_error_spec.rb +51 -0
- data/spec/models/capacity_spec.rb +47 -0
- data/spec/models/cashier_spec.rb +127 -0
- data/spec/models/cashier_summary_spec.rb +71 -0
- data/spec/models/category_spec.rb +53 -0
- data/spec/models/cloud_subscription_spec.rb +51 -0
- data/spec/models/commodity_group_spec.rb +71 -0
- data/spec/models/commodity_group_summary_spec.rb +59 -0
- data/spec/models/company_identification_spec.rb +47 -0
- data/spec/models/creation_task_spec.rb +105 -0
- data/spec/models/currency_denomination_spec.rb +51 -0
- data/spec/models/currency_exchange_rate_spec.rb +47 -0
- data/spec/models/currency_spec.rb +107 -0
- data/spec/models/customer_card_spec.rb +51 -0
- data/spec/models/customer_data_spec.rb +47 -0
- data/spec/models/customer_group_spec.rb +71 -0
- data/spec/models/customer_group_summary_spec.rb +59 -0
- data/spec/models/customer_information_spec.rb +53 -0
- data/spec/models/customer_order_spec.rb +149 -0
- data/spec/models/customer_spec.rb +153 -0
- data/spec/models/day_rating_spec.rb +95 -0
- data/spec/models/day_time_period_spec.rb +47 -0
- data/spec/models/delivery_note_item_spec.rb +83 -0
- data/spec/models/delivery_note_spec.rb +131 -0
- data/spec/models/deposit_spec.rb +65 -0
- data/spec/models/device_information_spec.rb +47 -0
- data/spec/models/discount_spec.rb +53 -0
- data/spec/models/economic_zone_spec.rb +65 -0
- data/spec/models/end_of_day_statement_spec.rb +89 -0
- data/spec/models/end_of_day_statement_summary_spec.rb +71 -0
- data/spec/models/entry_gate_spec.rb +77 -0
- data/spec/models/event_spec.rb +107 -0
- data/spec/models/external_system_call_spec.rb +113 -0
- data/spec/models/forbidden_error_spec.rb +51 -0
- data/spec/models/geo_location_spec.rb +47 -0
- data/spec/models/info_text_spec.rb +75 -0
- data/spec/models/interval_spec.rb +47 -0
- data/spec/models/inventory_list_item_spec.rb +71 -0
- data/spec/models/inventory_list_item_stock_spec.rb +47 -0
- data/spec/models/inventory_list_spec.rb +129 -0
- data/spec/models/inventory_spec.rb +161 -0
- data/spec/models/korona_account_spec.rb +99 -0
- data/spec/models/media_url_spec.rb +41 -0
- data/spec/models/method_not_allowed_error_spec.rb +51 -0
- data/spec/models/model_reference_spec.rb +53 -0
- data/spec/models/not_found_error_spec.rb +51 -0
- data/spec/models/opening_hours_spec.rb +57 -0
- data/spec/models/organizational_unit_spec.rb +113 -0
- data/spec/models/payment_method_spec.rb +113 -0
- data/spec/models/payment_spec.rb +65 -0
- data/spec/models/payment_summary_spec.rb +53 -0
- data/spec/models/period_list_top_seller_spec.rb +53 -0
- data/spec/models/period_map_string_revenue_data_spec.rb +53 -0
- data/spec/models/period_object_spec.rb +53 -0
- data/spec/models/period_revenue_data_spec.rb +53 -0
- data/spec/models/period_spec.rb +53 -0
- data/spec/models/pos_spec.rb +155 -0
- data/spec/models/price_group_spec.rb +77 -0
- data/spec/models/product_code_spec.rb +53 -0
- data/spec/models/product_description_spec.rb +57 -0
- data/spec/models/product_price_spec.rb +65 -0
- data/spec/models/product_spec.rb +307 -0
- data/spec/models/product_stock_spec.rb +65 -0
- data/spec/models/product_subproduct_spec.rb +53 -0
- data/spec/models/product_supplier_price_spec.rb +65 -0
- data/spec/models/product_transfer_involved_party_information_data_spec.rb +53 -0
- data/spec/models/product_transfer_involved_party_information_spec.rb +71 -0
- data/spec/models/rating_spec.rb +53 -0
- data/spec/models/receipt_item_spec.rb +113 -0
- data/spec/models/receipt_spec.rb +185 -0
- data/spec/models/result_list_account_spec.rb +71 -0
- data/spec/models/result_list_additional_receipt_info_type_spec.rb +71 -0
- data/spec/models/result_list_assortment_spec.rb +71 -0
- data/spec/models/result_list_attendance_spec.rb +71 -0
- data/spec/models/result_list_cashier_spec.rb +71 -0
- data/spec/models/result_list_commodity_group_spec.rb +71 -0
- data/spec/models/result_list_creation_task_spec.rb +71 -0
- data/spec/models/result_list_currency_spec.rb +71 -0
- data/spec/models/result_list_customer_group_spec.rb +71 -0
- data/spec/models/result_list_customer_order_spec.rb +71 -0
- data/spec/models/result_list_customer_spec.rb +71 -0
- data/spec/models/result_list_day_rating_spec.rb +71 -0
- data/spec/models/result_list_delivery_note_spec.rb +71 -0
- data/spec/models/result_list_economic_zone_spec.rb +71 -0
- data/spec/models/result_list_end_of_day_statement_spec.rb +71 -0
- data/spec/models/result_list_entry_gate_spec.rb +71 -0
- data/spec/models/result_list_event_spec.rb +71 -0
- data/spec/models/result_list_external_system_call_spec.rb +71 -0
- data/spec/models/result_list_info_text_spec.rb +71 -0
- data/spec/models/result_list_inventory_list_item_spec.rb +71 -0
- data/spec/models/result_list_inventory_list_spec.rb +71 -0
- data/spec/models/result_list_inventory_spec.rb +71 -0
- data/spec/models/result_list_organizational_unit_spec.rb +71 -0
- data/spec/models/result_list_payment_method_spec.rb +71 -0
- data/spec/models/result_list_pos_spec.rb +71 -0
- data/spec/models/result_list_price_group_spec.rb +71 -0
- data/spec/models/result_list_product_spec.rb +71 -0
- data/spec/models/result_list_product_stock_spec.rb +71 -0
- data/spec/models/result_list_receipt_spec.rb +71 -0
- data/spec/models/result_list_sales_tax_spec.rb +71 -0
- data/spec/models/result_list_sector_spec.rb +71 -0
- data/spec/models/result_list_spec.rb +71 -0
- data/spec/models/result_list_stock_receipt_item_spec.rb +71 -0
- data/spec/models/result_list_stock_receipt_spec.rb +71 -0
- data/spec/models/result_list_supplier_spec.rb +71 -0
- data/spec/models/result_list_tag_spec.rb +71 -0
- data/spec/models/result_list_ticket_definition_spec.rb +71 -0
- data/spec/models/result_list_ticket_spec.rb +71 -0
- data/spec/models/result_list_time_tracking_entity_spec.rb +71 -0
- data/spec/models/result_list_time_tracking_entry_spec.rb +71 -0
- data/spec/models/revenue_data_spec.rb +65 -0
- data/spec/models/sales_tax_rate_spec.rb +47 -0
- data/spec/models/sales_tax_spec.rb +83 -0
- data/spec/models/sector_revenue_account_item_spec.rb +47 -0
- data/spec/models/sector_sales_tax_item_spec.rb +47 -0
- data/spec/models/sector_spec.rb +77 -0
- data/spec/models/signature_spec.rb +53 -0
- data/spec/models/statistic_list_top_seller_spec.rb +53 -0
- data/spec/models/statistic_map_string_revenue_data_spec.rb +53 -0
- data/spec/models/statistic_revenue_data_spec.rb +53 -0
- data/spec/models/statistic_spec.rb +53 -0
- data/spec/models/stock_receipt_item_amount_spec.rb +47 -0
- data/spec/models/stock_receipt_item_identification_spec.rb +53 -0
- data/spec/models/stock_receipt_item_purchase_price_spec.rb +47 -0
- data/spec/models/stock_receipt_item_spec.rb +77 -0
- data/spec/models/stock_receipt_spec.rb +171 -0
- data/spec/models/supplier_contact_person_spec.rb +77 -0
- data/spec/models/supplier_contact_spec.rb +59 -0
- data/spec/models/supplier_payment_information_spec.rb +93 -0
- data/spec/models/supplier_spec.rb +107 -0
- data/spec/models/tag_spec.rb +65 -0
- data/spec/models/tax_payment_spec.rb +59 -0
- data/spec/models/tax_summary_spec.rb +53 -0
- data/spec/models/ticket_data_spec.rb +101 -0
- data/spec/models/ticket_definition_spec.rb +107 -0
- data/spec/models/ticket_personalization_spec.rb +59 -0
- data/spec/models/ticket_spec.rb +77 -0
- data/spec/models/time_period_spec.rb +77 -0
- data/spec/models/time_tracking_entity_spec.rb +71 -0
- data/spec/models/time_tracking_entry_spec.rb +77 -0
- data/spec/models/too_many_requests_error_spec.rb +51 -0
- data/spec/models/top_seller_spec.rb +65 -0
- data/spec/models/total_period_spec.rb +47 -0
- data/spec/models/total_price_spec.rb +65 -0
- data/spec/models/validity_spec.rb +63 -0
- data/spec/models/weather_spec.rb +57 -0
- data/spec/spec_helper.rb +111 -0
- metadata +875 -0
data/docs/TaxPayment.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# KoronaCloudClient::TaxPayment
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**amount** | **Float** | | [optional]
|
|
8
|
+
**tax_rate** | **Float** | | [optional]
|
|
9
|
+
**included** | **Boolean** | | [optional]
|
|
10
|
+
**sales_tax** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
11
|
+
|
|
12
|
+
## Code Sample
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'KoronaCloudClient'
|
|
16
|
+
|
|
17
|
+
instance = KoronaCloudClient::TaxPayment.new(amount: null,
|
|
18
|
+
tax_rate: null,
|
|
19
|
+
included: null,
|
|
20
|
+
sales_tax: null)
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
|
data/docs/TaxSummary.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# KoronaCloudClient::TaxSummary
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**net_amount** | **Float** | | [optional]
|
|
8
|
+
**sales_tax** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
9
|
+
**tax_amount** | **Float** | | [optional]
|
|
10
|
+
|
|
11
|
+
## Code Sample
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'KoronaCloudClient'
|
|
15
|
+
|
|
16
|
+
instance = KoronaCloudClient::TaxSummary.new(net_amount: null,
|
|
17
|
+
sales_tax: null,
|
|
18
|
+
tax_amount: null)
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
|
data/docs/Ticket.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# KoronaCloudClient::Ticket
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**entry_id** | **Integer** | | [optional]
|
|
8
|
+
**personalization** | [**TicketPersonalization**](TicketPersonalization.md) | | [optional]
|
|
9
|
+
**ticket_number** | **String** | | [optional]
|
|
10
|
+
**duplicate** | **Boolean** | | [optional]
|
|
11
|
+
**creation_date** | **DateTime** | | [optional]
|
|
12
|
+
**locked** | **Boolean** | | [optional]
|
|
13
|
+
**locked_to** | **DateTime** | | [optional]
|
|
14
|
+
|
|
15
|
+
## Code Sample
|
|
16
|
+
|
|
17
|
+
```ruby
|
|
18
|
+
require 'KoronaCloudClient'
|
|
19
|
+
|
|
20
|
+
instance = KoronaCloudClient::Ticket.new(entry_id: null,
|
|
21
|
+
personalization: null,
|
|
22
|
+
ticket_number: null,
|
|
23
|
+
duplicate: null,
|
|
24
|
+
creation_date: null,
|
|
25
|
+
locked: null,
|
|
26
|
+
locked_to: null)
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
# KoronaCloudClient::TicketCreationApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://www.koronacloud.com/web/api/v3*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**add_creation_task**](TicketCreationApi.md#add_creation_task) | **POST** /accounts/{koronaAccountId}/ticketCreation | adds a creation task
|
|
8
|
+
[**get_creation_tasks**](TicketCreationApi.md#get_creation_tasks) | **GET** /accounts/{koronaAccountId}/ticketCreation | creation tasks, personalization will always be empty for technical reasons
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## add_creation_task
|
|
13
|
+
|
|
14
|
+
> AddOrUpdateResult add_creation_task(korona_account_id, body)
|
|
15
|
+
|
|
16
|
+
adds a creation task
|
|
17
|
+
|
|
18
|
+
### Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
# load the gem
|
|
22
|
+
require 'korona-cloud-client'
|
|
23
|
+
# setup authorization
|
|
24
|
+
KoronaCloudClient.configure do |config|
|
|
25
|
+
# Configure HTTP basic authorization: basicAuth
|
|
26
|
+
config.username = 'YOUR USERNAME'
|
|
27
|
+
config.password = 'YOUR PASSWORD'
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
api_instance = KoronaCloudClient::TicketCreationApi.new
|
|
31
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
32
|
+
body = KoronaCloudClient::CreationTask.new # CreationTask | a single ticket creation task
|
|
33
|
+
|
|
34
|
+
begin
|
|
35
|
+
#adds a creation task
|
|
36
|
+
result = api_instance.add_creation_task(korona_account_id, body)
|
|
37
|
+
p result
|
|
38
|
+
rescue KoronaCloudClient::ApiError => e
|
|
39
|
+
puts "Exception when calling TicketCreationApi->add_creation_task: #{e}"
|
|
40
|
+
end
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### Parameters
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
Name | Type | Description | Notes
|
|
47
|
+
------------- | ------------- | ------------- | -------------
|
|
48
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
49
|
+
**body** | [**CreationTask**](CreationTask.md)| a single ticket creation task |
|
|
50
|
+
|
|
51
|
+
### Return type
|
|
52
|
+
|
|
53
|
+
[**AddOrUpdateResult**](AddOrUpdateResult.md)
|
|
54
|
+
|
|
55
|
+
### Authorization
|
|
56
|
+
|
|
57
|
+
[basicAuth](../README.md#basicAuth)
|
|
58
|
+
|
|
59
|
+
### HTTP request headers
|
|
60
|
+
|
|
61
|
+
- **Content-Type**: application/json
|
|
62
|
+
- **Accept**: application/json
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## get_creation_tasks
|
|
66
|
+
|
|
67
|
+
> ResultListCreationTask get_creation_tasks(korona_account_id, opts)
|
|
68
|
+
|
|
69
|
+
creation tasks, personalization will always be empty for technical reasons
|
|
70
|
+
|
|
71
|
+
### Example
|
|
72
|
+
|
|
73
|
+
```ruby
|
|
74
|
+
# load the gem
|
|
75
|
+
require 'korona-cloud-client'
|
|
76
|
+
# setup authorization
|
|
77
|
+
KoronaCloudClient.configure do |config|
|
|
78
|
+
# Configure HTTP basic authorization: basicAuth
|
|
79
|
+
config.username = 'YOUR USERNAME'
|
|
80
|
+
config.password = 'YOUR PASSWORD'
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
api_instance = KoronaCloudClient::TicketCreationApi.new
|
|
84
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
85
|
+
opts = {
|
|
86
|
+
creation_time_from: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | creation time from
|
|
87
|
+
creation_time_to: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | creation time to
|
|
88
|
+
statuses: ['statuses_example'] # Array<String> | creation task statuses
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
begin
|
|
92
|
+
#creation tasks, personalization will always be empty for technical reasons
|
|
93
|
+
result = api_instance.get_creation_tasks(korona_account_id, opts)
|
|
94
|
+
p result
|
|
95
|
+
rescue KoronaCloudClient::ApiError => e
|
|
96
|
+
puts "Exception when calling TicketCreationApi->get_creation_tasks: #{e}"
|
|
97
|
+
end
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
### Parameters
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
Name | Type | Description | Notes
|
|
104
|
+
------------- | ------------- | ------------- | -------------
|
|
105
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
106
|
+
**creation_time_from** | **DateTime**| creation time from | [optional]
|
|
107
|
+
**creation_time_to** | **DateTime**| creation time to | [optional]
|
|
108
|
+
**statuses** | [**Array<String>**](String.md)| creation task statuses | [optional]
|
|
109
|
+
|
|
110
|
+
### Return type
|
|
111
|
+
|
|
112
|
+
[**ResultListCreationTask**](ResultListCreationTask.md)
|
|
113
|
+
|
|
114
|
+
### Authorization
|
|
115
|
+
|
|
116
|
+
[basicAuth](../README.md#basicAuth)
|
|
117
|
+
|
|
118
|
+
### HTTP request headers
|
|
119
|
+
|
|
120
|
+
- **Content-Type**: Not defined
|
|
121
|
+
- **Accept**: application/json
|
|
122
|
+
|
data/docs/TicketData.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# KoronaCloudClient::TicketData
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**valid_from** | **DateTime** | | [optional]
|
|
8
|
+
**daily_valid_from** | **String** | | [optional]
|
|
9
|
+
**max_possible_admissions** | **Integer** | | [optional]
|
|
10
|
+
**valid_to** | **DateTime** | | [optional]
|
|
11
|
+
**daily_valid_to** | **String** | | [optional]
|
|
12
|
+
**entry_gate_numbers** | **Array<String>** | | [optional]
|
|
13
|
+
**ticket_number_prefix** | **String** | | [optional]
|
|
14
|
+
**days_blocked_after_use** | **Integer** | | [optional]
|
|
15
|
+
**activation_delay** | [**TimePeriod**](TimePeriod.md) | | [optional]
|
|
16
|
+
**validity_period_after_purchase** | [**TimePeriod**](TimePeriod.md) | | [optional]
|
|
17
|
+
**validity_period_after_entrance** | [**TimePeriod**](TimePeriod.md) | | [optional]
|
|
18
|
+
|
|
19
|
+
## Code Sample
|
|
20
|
+
|
|
21
|
+
```ruby
|
|
22
|
+
require 'KoronaCloudClient'
|
|
23
|
+
|
|
24
|
+
instance = KoronaCloudClient::TicketData.new(valid_from: null,
|
|
25
|
+
daily_valid_from: 13:37,
|
|
26
|
+
max_possible_admissions: null,
|
|
27
|
+
valid_to: null,
|
|
28
|
+
daily_valid_to: 13:37,
|
|
29
|
+
entry_gate_numbers: null,
|
|
30
|
+
ticket_number_prefix: null,
|
|
31
|
+
days_blocked_after_use: null,
|
|
32
|
+
activation_delay: null,
|
|
33
|
+
validity_period_after_purchase: null,
|
|
34
|
+
validity_period_after_entrance: null)
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# KoronaCloudClient::TicketDefinition
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**active** | **Boolean** | indicates whether the object is active for use or not | [optional] [readonly]
|
|
8
|
+
**id** | **String** | global object uuid (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) | [optional]
|
|
9
|
+
**number** | **String** | number of the object, like it is set in backoffice; will be removed when active=false | [optional]
|
|
10
|
+
**revision** | **Integer** | the revision number of the object. revision numbers are unique per object-type. there is is no object of the same type with identical revision numbers. | [optional] [readonly]
|
|
11
|
+
**activation_delay_after_purchase** | [**TimePeriod**](TimePeriod.md) | | [optional]
|
|
12
|
+
**entry_gates** | [**Array<ModelReference>**](ModelReference.md) | | [optional]
|
|
13
|
+
**name** | **String** | | [optional]
|
|
14
|
+
**possible_admissions** | [**Admission**](Admission.md) | | [optional]
|
|
15
|
+
**validity_period_after_activation** | [**TimePeriod**](TimePeriod.md) | | [optional]
|
|
16
|
+
**validity_period_after_entrance** | [**TimePeriod**](TimePeriod.md) | | [optional]
|
|
17
|
+
**validity_period_daily** | [**Interval**](Interval.md) | | [optional]
|
|
18
|
+
**validity_period_total** | [**Interval**](Interval.md) | | [optional]
|
|
19
|
+
|
|
20
|
+
## Code Sample
|
|
21
|
+
|
|
22
|
+
```ruby
|
|
23
|
+
require 'KoronaCloudClient'
|
|
24
|
+
|
|
25
|
+
instance = KoronaCloudClient::TicketDefinition.new(active: null,
|
|
26
|
+
id: null,
|
|
27
|
+
number: null,
|
|
28
|
+
revision: null,
|
|
29
|
+
activation_delay_after_purchase: null,
|
|
30
|
+
entry_gates: null,
|
|
31
|
+
name: null,
|
|
32
|
+
possible_admissions: null,
|
|
33
|
+
validity_period_after_activation: null,
|
|
34
|
+
validity_period_after_entrance: null,
|
|
35
|
+
validity_period_daily: null,
|
|
36
|
+
validity_period_total: null)
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# KoronaCloudClient::TicketPersonalization
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**firstname** | **String** | | [optional]
|
|
8
|
+
**lastname** | **String** | | [optional]
|
|
9
|
+
**customer_number** | **String** | | [optional]
|
|
10
|
+
**image** | **String** | | [optional]
|
|
11
|
+
|
|
12
|
+
## Code Sample
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'KoronaCloudClient'
|
|
16
|
+
|
|
17
|
+
instance = KoronaCloudClient::TicketPersonalization.new(firstname: null,
|
|
18
|
+
lastname: null,
|
|
19
|
+
customer_number: null,
|
|
20
|
+
image: null)
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,1217 @@
|
|
|
1
|
+
# KoronaCloudClient::TicketingApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://www.koronacloud.com/web/api/v3*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**add_events**](TicketingApi.md#add_events) | **POST** /accounts/{koronaAccountId}/events | adds a batch of new events
|
|
8
|
+
[**add_or_update_attendances**](TicketingApi.md#add_or_update_attendances) | **POST** /accounts/{koronaAccountId}/attendance | updates/adds attendances
|
|
9
|
+
[**add_ticket_definitions**](TicketingApi.md#add_ticket_definitions) | **POST** /accounts/{koronaAccountId}/ticketDefinitions | adds a batch of new ticket definitions
|
|
10
|
+
[**cancel_attendance**](TicketingApi.md#cancel_attendance) | **DELETE** /accounts/{koronaAccountId}/attendance/{attendanceId} | cancel the attendance
|
|
11
|
+
[**delete_event**](TicketingApi.md#delete_event) | **DELETE** /accounts/{koronaAccountId}/events/{eventId} | deletes the single event
|
|
12
|
+
[**delete_ticket_definition**](TicketingApi.md#delete_ticket_definition) | **DELETE** /accounts/{koronaAccountId}/ticketDefinitions/{ticketDefinitionId} | deletes the single ticket definition
|
|
13
|
+
[**delete_ticket_definitions**](TicketingApi.md#delete_ticket_definitions) | **DELETE** /accounts/{koronaAccountId}/ticketDefinitions | deletes a batch of ticket definitions
|
|
14
|
+
[**get_attendances**](TicketingApi.md#get_attendances) | **GET** /accounts/{koronaAccountId}/attendance | lists all attendances
|
|
15
|
+
[**get_entry_gate**](TicketingApi.md#get_entry_gate) | **GET** /accounts/{koronaAccountId}/entryGates/{entryGateId} | returns the single entry gate
|
|
16
|
+
[**get_entry_gates**](TicketingApi.md#get_entry_gates) | **GET** /accounts/{koronaAccountId}/entryGates | lists all entry gates
|
|
17
|
+
[**get_event**](TicketingApi.md#get_event) | **GET** /accounts/{koronaAccountId}/events/{eventId} | returns the single event
|
|
18
|
+
[**get_events**](TicketingApi.md#get_events) | **GET** /accounts/{koronaAccountId}/events | lists all events
|
|
19
|
+
[**get_ticket_definition**](TicketingApi.md#get_ticket_definition) | **GET** /accounts/{koronaAccountId}/ticketDefinitions/{ticketDefinitionId} | returns the single ticket definition
|
|
20
|
+
[**get_ticket_definitions**](TicketingApi.md#get_ticket_definitions) | **GET** /accounts/{koronaAccountId}/ticketDefinitions | lists all ticket definitions
|
|
21
|
+
[**get_tickets**](TicketingApi.md#get_tickets) | **GET** /accounts/{koronaAccountId}/tickets | lists all tickets
|
|
22
|
+
[**lock_ticket**](TicketingApi.md#lock_ticket) | **DELETE** /accounts/{koronaAccountId}/tickets/{ticketNumber} | locks the single ticket
|
|
23
|
+
[**unlock_ticket**](TicketingApi.md#unlock_ticket) | **POST** /accounts/{koronaAccountId}/tickets/{ticketNumber} | unlocks the single ticket
|
|
24
|
+
[**update_event**](TicketingApi.md#update_event) | **PATCH** /accounts/{koronaAccountId}/events/{eventId} | updates the single event
|
|
25
|
+
[**update_events**](TicketingApi.md#update_events) | **PATCH** /accounts/{koronaAccountId}/events | updates a batch of events
|
|
26
|
+
[**update_ticket**](TicketingApi.md#update_ticket) | **PATCH** /accounts/{koronaAccountId}/tickets/{ticketNumber} | updates the single ticket
|
|
27
|
+
[**update_ticket_definitions**](TicketingApi.md#update_ticket_definitions) | **PATCH** /accounts/{koronaAccountId}/ticketDefinitions | updates a batch of ticket definitions
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## add_events
|
|
32
|
+
|
|
33
|
+
> Array<AddOrUpdateResult> add_events(korona_account_id, body, opts)
|
|
34
|
+
|
|
35
|
+
adds a batch of new events
|
|
36
|
+
|
|
37
|
+
### Example
|
|
38
|
+
|
|
39
|
+
```ruby
|
|
40
|
+
# load the gem
|
|
41
|
+
require 'korona-cloud-client'
|
|
42
|
+
# setup authorization
|
|
43
|
+
KoronaCloudClient.configure do |config|
|
|
44
|
+
# Configure HTTP basic authorization: basicAuth
|
|
45
|
+
config.username = 'YOUR USERNAME'
|
|
46
|
+
config.password = 'YOUR PASSWORD'
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
50
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
51
|
+
body = [KoronaCloudClient::Event.new] # Array<Event> | an array of new events
|
|
52
|
+
opts = {
|
|
53
|
+
upsert: true # Boolean | when set to true, updates the object instead of generating a already-exists-error
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
begin
|
|
57
|
+
#adds a batch of new events
|
|
58
|
+
result = api_instance.add_events(korona_account_id, body, opts)
|
|
59
|
+
p result
|
|
60
|
+
rescue KoronaCloudClient::ApiError => e
|
|
61
|
+
puts "Exception when calling TicketingApi->add_events: #{e}"
|
|
62
|
+
end
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
### Parameters
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
Name | Type | Description | Notes
|
|
69
|
+
------------- | ------------- | ------------- | -------------
|
|
70
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
71
|
+
**body** | [**Array<Event>**](Event.md)| an array of new events |
|
|
72
|
+
**upsert** | **Boolean**| when set to true, updates the object instead of generating a already-exists-error | [optional]
|
|
73
|
+
|
|
74
|
+
### Return type
|
|
75
|
+
|
|
76
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
77
|
+
|
|
78
|
+
### Authorization
|
|
79
|
+
|
|
80
|
+
[basicAuth](../README.md#basicAuth)
|
|
81
|
+
|
|
82
|
+
### HTTP request headers
|
|
83
|
+
|
|
84
|
+
- **Content-Type**: application/json
|
|
85
|
+
- **Accept**: application/json
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
## add_or_update_attendances
|
|
89
|
+
|
|
90
|
+
> Array<AddOrUpdateResult> add_or_update_attendances(korona_account_id, body)
|
|
91
|
+
|
|
92
|
+
updates/adds attendances
|
|
93
|
+
|
|
94
|
+
### Example
|
|
95
|
+
|
|
96
|
+
```ruby
|
|
97
|
+
# load the gem
|
|
98
|
+
require 'korona-cloud-client'
|
|
99
|
+
# setup authorization
|
|
100
|
+
KoronaCloudClient.configure do |config|
|
|
101
|
+
# Configure HTTP basic authorization: basicAuth
|
|
102
|
+
config.username = 'YOUR USERNAME'
|
|
103
|
+
config.password = 'YOUR PASSWORD'
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
107
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
108
|
+
body = [KoronaCloudClient::Attendance.new] # Array<Attendance> | an array of attendances
|
|
109
|
+
|
|
110
|
+
begin
|
|
111
|
+
#updates/adds attendances
|
|
112
|
+
result = api_instance.add_or_update_attendances(korona_account_id, body)
|
|
113
|
+
p result
|
|
114
|
+
rescue KoronaCloudClient::ApiError => e
|
|
115
|
+
puts "Exception when calling TicketingApi->add_or_update_attendances: #{e}"
|
|
116
|
+
end
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
### Parameters
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
Name | Type | Description | Notes
|
|
123
|
+
------------- | ------------- | ------------- | -------------
|
|
124
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
125
|
+
**body** | [**Array<Attendance>**](Attendance.md)| an array of attendances |
|
|
126
|
+
|
|
127
|
+
### Return type
|
|
128
|
+
|
|
129
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
130
|
+
|
|
131
|
+
### Authorization
|
|
132
|
+
|
|
133
|
+
[basicAuth](../README.md#basicAuth)
|
|
134
|
+
|
|
135
|
+
### HTTP request headers
|
|
136
|
+
|
|
137
|
+
- **Content-Type**: application/json
|
|
138
|
+
- **Accept**: application/json
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
## add_ticket_definitions
|
|
142
|
+
|
|
143
|
+
> Array<AddOrUpdateResult> add_ticket_definitions(korona_account_id, body, opts)
|
|
144
|
+
|
|
145
|
+
adds a batch of new ticket definitions
|
|
146
|
+
|
|
147
|
+
### Example
|
|
148
|
+
|
|
149
|
+
```ruby
|
|
150
|
+
# load the gem
|
|
151
|
+
require 'korona-cloud-client'
|
|
152
|
+
# setup authorization
|
|
153
|
+
KoronaCloudClient.configure do |config|
|
|
154
|
+
# Configure HTTP basic authorization: basicAuth
|
|
155
|
+
config.username = 'YOUR USERNAME'
|
|
156
|
+
config.password = 'YOUR PASSWORD'
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
160
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
161
|
+
body = [KoronaCloudClient::TicketDefinition.new] # Array<TicketDefinition> | array of new ticket definitions
|
|
162
|
+
opts = {
|
|
163
|
+
upsert: true # Boolean | when set to true, updates the object instead of generating a already-exists-error
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
begin
|
|
167
|
+
#adds a batch of new ticket definitions
|
|
168
|
+
result = api_instance.add_ticket_definitions(korona_account_id, body, opts)
|
|
169
|
+
p result
|
|
170
|
+
rescue KoronaCloudClient::ApiError => e
|
|
171
|
+
puts "Exception when calling TicketingApi->add_ticket_definitions: #{e}"
|
|
172
|
+
end
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
### Parameters
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
Name | Type | Description | Notes
|
|
179
|
+
------------- | ------------- | ------------- | -------------
|
|
180
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
181
|
+
**body** | [**Array<TicketDefinition>**](TicketDefinition.md)| array of new ticket definitions |
|
|
182
|
+
**upsert** | **Boolean**| when set to true, updates the object instead of generating a already-exists-error | [optional]
|
|
183
|
+
|
|
184
|
+
### Return type
|
|
185
|
+
|
|
186
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
187
|
+
|
|
188
|
+
### Authorization
|
|
189
|
+
|
|
190
|
+
[basicAuth](../README.md#basicAuth)
|
|
191
|
+
|
|
192
|
+
### HTTP request headers
|
|
193
|
+
|
|
194
|
+
- **Content-Type**: application/json
|
|
195
|
+
- **Accept**: application/json
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
## cancel_attendance
|
|
199
|
+
|
|
200
|
+
> cancel_attendance(korona_account_id, attendance_id)
|
|
201
|
+
|
|
202
|
+
cancel the attendance
|
|
203
|
+
|
|
204
|
+
### Example
|
|
205
|
+
|
|
206
|
+
```ruby
|
|
207
|
+
# load the gem
|
|
208
|
+
require 'korona-cloud-client'
|
|
209
|
+
# setup authorization
|
|
210
|
+
KoronaCloudClient.configure do |config|
|
|
211
|
+
# Configure HTTP basic authorization: basicAuth
|
|
212
|
+
config.username = 'YOUR USERNAME'
|
|
213
|
+
config.password = 'YOUR PASSWORD'
|
|
214
|
+
end
|
|
215
|
+
|
|
216
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
217
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
218
|
+
attendance_id = 'attendance_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
219
|
+
|
|
220
|
+
begin
|
|
221
|
+
#cancel the attendance
|
|
222
|
+
api_instance.cancel_attendance(korona_account_id, attendance_id)
|
|
223
|
+
rescue KoronaCloudClient::ApiError => e
|
|
224
|
+
puts "Exception when calling TicketingApi->cancel_attendance: #{e}"
|
|
225
|
+
end
|
|
226
|
+
```
|
|
227
|
+
|
|
228
|
+
### Parameters
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
Name | Type | Description | Notes
|
|
232
|
+
------------- | ------------- | ------------- | -------------
|
|
233
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
234
|
+
**attendance_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
235
|
+
|
|
236
|
+
### Return type
|
|
237
|
+
|
|
238
|
+
nil (empty response body)
|
|
239
|
+
|
|
240
|
+
### Authorization
|
|
241
|
+
|
|
242
|
+
[basicAuth](../README.md#basicAuth)
|
|
243
|
+
|
|
244
|
+
### HTTP request headers
|
|
245
|
+
|
|
246
|
+
- **Content-Type**: Not defined
|
|
247
|
+
- **Accept**: application/json
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
## delete_event
|
|
251
|
+
|
|
252
|
+
> delete_event(korona_account_id, event_id)
|
|
253
|
+
|
|
254
|
+
deletes the single event
|
|
255
|
+
|
|
256
|
+
### Example
|
|
257
|
+
|
|
258
|
+
```ruby
|
|
259
|
+
# load the gem
|
|
260
|
+
require 'korona-cloud-client'
|
|
261
|
+
# setup authorization
|
|
262
|
+
KoronaCloudClient.configure do |config|
|
|
263
|
+
# Configure HTTP basic authorization: basicAuth
|
|
264
|
+
config.username = 'YOUR USERNAME'
|
|
265
|
+
config.password = 'YOUR PASSWORD'
|
|
266
|
+
end
|
|
267
|
+
|
|
268
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
269
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
270
|
+
event_id = 'event_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
271
|
+
|
|
272
|
+
begin
|
|
273
|
+
#deletes the single event
|
|
274
|
+
api_instance.delete_event(korona_account_id, event_id)
|
|
275
|
+
rescue KoronaCloudClient::ApiError => e
|
|
276
|
+
puts "Exception when calling TicketingApi->delete_event: #{e}"
|
|
277
|
+
end
|
|
278
|
+
```
|
|
279
|
+
|
|
280
|
+
### Parameters
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
Name | Type | Description | Notes
|
|
284
|
+
------------- | ------------- | ------------- | -------------
|
|
285
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
286
|
+
**event_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
287
|
+
|
|
288
|
+
### Return type
|
|
289
|
+
|
|
290
|
+
nil (empty response body)
|
|
291
|
+
|
|
292
|
+
### Authorization
|
|
293
|
+
|
|
294
|
+
[basicAuth](../README.md#basicAuth)
|
|
295
|
+
|
|
296
|
+
### HTTP request headers
|
|
297
|
+
|
|
298
|
+
- **Content-Type**: Not defined
|
|
299
|
+
- **Accept**: application/json
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
## delete_ticket_definition
|
|
303
|
+
|
|
304
|
+
> delete_ticket_definition(korona_account_id, ticket_definition_id)
|
|
305
|
+
|
|
306
|
+
deletes the single ticket definition
|
|
307
|
+
|
|
308
|
+
### Example
|
|
309
|
+
|
|
310
|
+
```ruby
|
|
311
|
+
# load the gem
|
|
312
|
+
require 'korona-cloud-client'
|
|
313
|
+
# setup authorization
|
|
314
|
+
KoronaCloudClient.configure do |config|
|
|
315
|
+
# Configure HTTP basic authorization: basicAuth
|
|
316
|
+
config.username = 'YOUR USERNAME'
|
|
317
|
+
config.password = 'YOUR PASSWORD'
|
|
318
|
+
end
|
|
319
|
+
|
|
320
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
321
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
322
|
+
ticket_definition_id = 'ticket_definition_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
323
|
+
|
|
324
|
+
begin
|
|
325
|
+
#deletes the single ticket definition
|
|
326
|
+
api_instance.delete_ticket_definition(korona_account_id, ticket_definition_id)
|
|
327
|
+
rescue KoronaCloudClient::ApiError => e
|
|
328
|
+
puts "Exception when calling TicketingApi->delete_ticket_definition: #{e}"
|
|
329
|
+
end
|
|
330
|
+
```
|
|
331
|
+
|
|
332
|
+
### Parameters
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
Name | Type | Description | Notes
|
|
336
|
+
------------- | ------------- | ------------- | -------------
|
|
337
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
338
|
+
**ticket_definition_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
339
|
+
|
|
340
|
+
### Return type
|
|
341
|
+
|
|
342
|
+
nil (empty response body)
|
|
343
|
+
|
|
344
|
+
### Authorization
|
|
345
|
+
|
|
346
|
+
[basicAuth](../README.md#basicAuth)
|
|
347
|
+
|
|
348
|
+
### HTTP request headers
|
|
349
|
+
|
|
350
|
+
- **Content-Type**: Not defined
|
|
351
|
+
- **Accept**: application/json
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
## delete_ticket_definitions
|
|
355
|
+
|
|
356
|
+
> Array<AddOrUpdateResult> delete_ticket_definitions(korona_account_id, body)
|
|
357
|
+
|
|
358
|
+
deletes a batch of ticket definitions
|
|
359
|
+
|
|
360
|
+
### Example
|
|
361
|
+
|
|
362
|
+
```ruby
|
|
363
|
+
# load the gem
|
|
364
|
+
require 'korona-cloud-client'
|
|
365
|
+
# setup authorization
|
|
366
|
+
KoronaCloudClient.configure do |config|
|
|
367
|
+
# Configure HTTP basic authorization: basicAuth
|
|
368
|
+
config.username = 'YOUR USERNAME'
|
|
369
|
+
config.password = 'YOUR PASSWORD'
|
|
370
|
+
end
|
|
371
|
+
|
|
372
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
373
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
374
|
+
body = [KoronaCloudClient::TicketDefinition.new] # Array<TicketDefinition> | array of existing ticket definitions (id or number required)
|
|
375
|
+
|
|
376
|
+
begin
|
|
377
|
+
#deletes a batch of ticket definitions
|
|
378
|
+
result = api_instance.delete_ticket_definitions(korona_account_id, body)
|
|
379
|
+
p result
|
|
380
|
+
rescue KoronaCloudClient::ApiError => e
|
|
381
|
+
puts "Exception when calling TicketingApi->delete_ticket_definitions: #{e}"
|
|
382
|
+
end
|
|
383
|
+
```
|
|
384
|
+
|
|
385
|
+
### Parameters
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
Name | Type | Description | Notes
|
|
389
|
+
------------- | ------------- | ------------- | -------------
|
|
390
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
391
|
+
**body** | [**Array<TicketDefinition>**](TicketDefinition.md)| array of existing ticket definitions (id or number required) |
|
|
392
|
+
|
|
393
|
+
### Return type
|
|
394
|
+
|
|
395
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
396
|
+
|
|
397
|
+
### Authorization
|
|
398
|
+
|
|
399
|
+
[basicAuth](../README.md#basicAuth)
|
|
400
|
+
|
|
401
|
+
### HTTP request headers
|
|
402
|
+
|
|
403
|
+
- **Content-Type**: application/json
|
|
404
|
+
- **Accept**: application/json
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
## get_attendances
|
|
408
|
+
|
|
409
|
+
> ResultListAttendance get_attendances(korona_account_id, opts)
|
|
410
|
+
|
|
411
|
+
lists all attendances
|
|
412
|
+
|
|
413
|
+
### Example
|
|
414
|
+
|
|
415
|
+
```ruby
|
|
416
|
+
# load the gem
|
|
417
|
+
require 'korona-cloud-client'
|
|
418
|
+
# setup authorization
|
|
419
|
+
KoronaCloudClient.configure do |config|
|
|
420
|
+
# Configure HTTP basic authorization: basicAuth
|
|
421
|
+
config.username = 'YOUR USERNAME'
|
|
422
|
+
config.password = 'YOUR PASSWORD'
|
|
423
|
+
end
|
|
424
|
+
|
|
425
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
426
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
427
|
+
opts = {
|
|
428
|
+
page: 56, # Integer | number of the page to fetch
|
|
429
|
+
size: 56, # Integer | amount of objects to return per page
|
|
430
|
+
sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
431
|
+
revision: 56, # Integer | last revision number, objects with a greater revision than this will be returned
|
|
432
|
+
include_deleted: true # Boolean | indicates deleted objects should be loaded or not (default: false)
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
begin
|
|
436
|
+
#lists all attendances
|
|
437
|
+
result = api_instance.get_attendances(korona_account_id, opts)
|
|
438
|
+
p result
|
|
439
|
+
rescue KoronaCloudClient::ApiError => e
|
|
440
|
+
puts "Exception when calling TicketingApi->get_attendances: #{e}"
|
|
441
|
+
end
|
|
442
|
+
```
|
|
443
|
+
|
|
444
|
+
### Parameters
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
Name | Type | Description | Notes
|
|
448
|
+
------------- | ------------- | ------------- | -------------
|
|
449
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
450
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
451
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
452
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
453
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
454
|
+
**include_deleted** | **Boolean**| indicates deleted objects should be loaded or not (default: false) | [optional]
|
|
455
|
+
|
|
456
|
+
### Return type
|
|
457
|
+
|
|
458
|
+
[**ResultListAttendance**](ResultListAttendance.md)
|
|
459
|
+
|
|
460
|
+
### Authorization
|
|
461
|
+
|
|
462
|
+
[basicAuth](../README.md#basicAuth)
|
|
463
|
+
|
|
464
|
+
### HTTP request headers
|
|
465
|
+
|
|
466
|
+
- **Content-Type**: Not defined
|
|
467
|
+
- **Accept**: application/json
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
## get_entry_gate
|
|
471
|
+
|
|
472
|
+
> EntryGate get_entry_gate(korona_account_id, entry_gate_id)
|
|
473
|
+
|
|
474
|
+
returns the single entry gate
|
|
475
|
+
|
|
476
|
+
### Example
|
|
477
|
+
|
|
478
|
+
```ruby
|
|
479
|
+
# load the gem
|
|
480
|
+
require 'korona-cloud-client'
|
|
481
|
+
# setup authorization
|
|
482
|
+
KoronaCloudClient.configure do |config|
|
|
483
|
+
# Configure HTTP basic authorization: basicAuth
|
|
484
|
+
config.username = 'YOUR USERNAME'
|
|
485
|
+
config.password = 'YOUR PASSWORD'
|
|
486
|
+
end
|
|
487
|
+
|
|
488
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
489
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
490
|
+
entry_gate_id = 'entry_gate_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
491
|
+
|
|
492
|
+
begin
|
|
493
|
+
#returns the single entry gate
|
|
494
|
+
result = api_instance.get_entry_gate(korona_account_id, entry_gate_id)
|
|
495
|
+
p result
|
|
496
|
+
rescue KoronaCloudClient::ApiError => e
|
|
497
|
+
puts "Exception when calling TicketingApi->get_entry_gate: #{e}"
|
|
498
|
+
end
|
|
499
|
+
```
|
|
500
|
+
|
|
501
|
+
### Parameters
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
Name | Type | Description | Notes
|
|
505
|
+
------------- | ------------- | ------------- | -------------
|
|
506
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
507
|
+
**entry_gate_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
508
|
+
|
|
509
|
+
### Return type
|
|
510
|
+
|
|
511
|
+
[**EntryGate**](EntryGate.md)
|
|
512
|
+
|
|
513
|
+
### Authorization
|
|
514
|
+
|
|
515
|
+
[basicAuth](../README.md#basicAuth)
|
|
516
|
+
|
|
517
|
+
### HTTP request headers
|
|
518
|
+
|
|
519
|
+
- **Content-Type**: Not defined
|
|
520
|
+
- **Accept**: application/json
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
## get_entry_gates
|
|
524
|
+
|
|
525
|
+
> ResultListEntryGate get_entry_gates(korona_account_id, opts)
|
|
526
|
+
|
|
527
|
+
lists all entry gates
|
|
528
|
+
|
|
529
|
+
### Example
|
|
530
|
+
|
|
531
|
+
```ruby
|
|
532
|
+
# load the gem
|
|
533
|
+
require 'korona-cloud-client'
|
|
534
|
+
# setup authorization
|
|
535
|
+
KoronaCloudClient.configure do |config|
|
|
536
|
+
# Configure HTTP basic authorization: basicAuth
|
|
537
|
+
config.username = 'YOUR USERNAME'
|
|
538
|
+
config.password = 'YOUR PASSWORD'
|
|
539
|
+
end
|
|
540
|
+
|
|
541
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
542
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
543
|
+
opts = {
|
|
544
|
+
page: 56, # Integer | number of the page to fetch
|
|
545
|
+
size: 56, # Integer | amount of objects to return per page
|
|
546
|
+
sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
547
|
+
revision: 56, # Integer | last revision number, objects with a greater revision than this will be returned
|
|
548
|
+
include_deleted: true, # Boolean | indicates deleted objects should be loaded or not (default: false)
|
|
549
|
+
number: 'number_example' # String | number of the related object
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
begin
|
|
553
|
+
#lists all entry gates
|
|
554
|
+
result = api_instance.get_entry_gates(korona_account_id, opts)
|
|
555
|
+
p result
|
|
556
|
+
rescue KoronaCloudClient::ApiError => e
|
|
557
|
+
puts "Exception when calling TicketingApi->get_entry_gates: #{e}"
|
|
558
|
+
end
|
|
559
|
+
```
|
|
560
|
+
|
|
561
|
+
### Parameters
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
Name | Type | Description | Notes
|
|
565
|
+
------------- | ------------- | ------------- | -------------
|
|
566
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
567
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
568
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
569
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
570
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
571
|
+
**include_deleted** | **Boolean**| indicates deleted objects should be loaded or not (default: false) | [optional]
|
|
572
|
+
**number** | **String**| number of the related object | [optional]
|
|
573
|
+
|
|
574
|
+
### Return type
|
|
575
|
+
|
|
576
|
+
[**ResultListEntryGate**](ResultListEntryGate.md)
|
|
577
|
+
|
|
578
|
+
### Authorization
|
|
579
|
+
|
|
580
|
+
[basicAuth](../README.md#basicAuth)
|
|
581
|
+
|
|
582
|
+
### HTTP request headers
|
|
583
|
+
|
|
584
|
+
- **Content-Type**: Not defined
|
|
585
|
+
- **Accept**: application/json
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
## get_event
|
|
589
|
+
|
|
590
|
+
> Event get_event(korona_account_id, event_id)
|
|
591
|
+
|
|
592
|
+
returns the single event
|
|
593
|
+
|
|
594
|
+
### Example
|
|
595
|
+
|
|
596
|
+
```ruby
|
|
597
|
+
# load the gem
|
|
598
|
+
require 'korona-cloud-client'
|
|
599
|
+
# setup authorization
|
|
600
|
+
KoronaCloudClient.configure do |config|
|
|
601
|
+
# Configure HTTP basic authorization: basicAuth
|
|
602
|
+
config.username = 'YOUR USERNAME'
|
|
603
|
+
config.password = 'YOUR PASSWORD'
|
|
604
|
+
end
|
|
605
|
+
|
|
606
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
607
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
608
|
+
event_id = 'event_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
609
|
+
|
|
610
|
+
begin
|
|
611
|
+
#returns the single event
|
|
612
|
+
result = api_instance.get_event(korona_account_id, event_id)
|
|
613
|
+
p result
|
|
614
|
+
rescue KoronaCloudClient::ApiError => e
|
|
615
|
+
puts "Exception when calling TicketingApi->get_event: #{e}"
|
|
616
|
+
end
|
|
617
|
+
```
|
|
618
|
+
|
|
619
|
+
### Parameters
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
Name | Type | Description | Notes
|
|
623
|
+
------------- | ------------- | ------------- | -------------
|
|
624
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
625
|
+
**event_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
626
|
+
|
|
627
|
+
### Return type
|
|
628
|
+
|
|
629
|
+
[**Event**](Event.md)
|
|
630
|
+
|
|
631
|
+
### Authorization
|
|
632
|
+
|
|
633
|
+
[basicAuth](../README.md#basicAuth)
|
|
634
|
+
|
|
635
|
+
### HTTP request headers
|
|
636
|
+
|
|
637
|
+
- **Content-Type**: Not defined
|
|
638
|
+
- **Accept**: application/json
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
## get_events
|
|
642
|
+
|
|
643
|
+
> ResultListEvent get_events(korona_account_id, opts)
|
|
644
|
+
|
|
645
|
+
lists all events
|
|
646
|
+
|
|
647
|
+
### Example
|
|
648
|
+
|
|
649
|
+
```ruby
|
|
650
|
+
# load the gem
|
|
651
|
+
require 'korona-cloud-client'
|
|
652
|
+
# setup authorization
|
|
653
|
+
KoronaCloudClient.configure do |config|
|
|
654
|
+
# Configure HTTP basic authorization: basicAuth
|
|
655
|
+
config.username = 'YOUR USERNAME'
|
|
656
|
+
config.password = 'YOUR PASSWORD'
|
|
657
|
+
end
|
|
658
|
+
|
|
659
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
660
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
661
|
+
opts = {
|
|
662
|
+
page: 56, # Integer | number of the page to fetch
|
|
663
|
+
size: 56, # Integer | amount of objects to return per page
|
|
664
|
+
sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
665
|
+
revision: 56, # Integer | last revision number, objects with a greater revision than this will be returned
|
|
666
|
+
include_deleted: true # Boolean | indicates deleted objects should be loaded or not (default: false)
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
begin
|
|
670
|
+
#lists all events
|
|
671
|
+
result = api_instance.get_events(korona_account_id, opts)
|
|
672
|
+
p result
|
|
673
|
+
rescue KoronaCloudClient::ApiError => e
|
|
674
|
+
puts "Exception when calling TicketingApi->get_events: #{e}"
|
|
675
|
+
end
|
|
676
|
+
```
|
|
677
|
+
|
|
678
|
+
### Parameters
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
Name | Type | Description | Notes
|
|
682
|
+
------------- | ------------- | ------------- | -------------
|
|
683
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
684
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
685
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
686
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
687
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
688
|
+
**include_deleted** | **Boolean**| indicates deleted objects should be loaded or not (default: false) | [optional]
|
|
689
|
+
|
|
690
|
+
### Return type
|
|
691
|
+
|
|
692
|
+
[**ResultListEvent**](ResultListEvent.md)
|
|
693
|
+
|
|
694
|
+
### Authorization
|
|
695
|
+
|
|
696
|
+
[basicAuth](../README.md#basicAuth)
|
|
697
|
+
|
|
698
|
+
### HTTP request headers
|
|
699
|
+
|
|
700
|
+
- **Content-Type**: Not defined
|
|
701
|
+
- **Accept**: application/json
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
## get_ticket_definition
|
|
705
|
+
|
|
706
|
+
> TicketDefinition get_ticket_definition(korona_account_id, ticket_definition_id)
|
|
707
|
+
|
|
708
|
+
returns the single ticket definition
|
|
709
|
+
|
|
710
|
+
### Example
|
|
711
|
+
|
|
712
|
+
```ruby
|
|
713
|
+
# load the gem
|
|
714
|
+
require 'korona-cloud-client'
|
|
715
|
+
# setup authorization
|
|
716
|
+
KoronaCloudClient.configure do |config|
|
|
717
|
+
# Configure HTTP basic authorization: basicAuth
|
|
718
|
+
config.username = 'YOUR USERNAME'
|
|
719
|
+
config.password = 'YOUR PASSWORD'
|
|
720
|
+
end
|
|
721
|
+
|
|
722
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
723
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
724
|
+
ticket_definition_id = 'ticket_definition_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
725
|
+
|
|
726
|
+
begin
|
|
727
|
+
#returns the single ticket definition
|
|
728
|
+
result = api_instance.get_ticket_definition(korona_account_id, ticket_definition_id)
|
|
729
|
+
p result
|
|
730
|
+
rescue KoronaCloudClient::ApiError => e
|
|
731
|
+
puts "Exception when calling TicketingApi->get_ticket_definition: #{e}"
|
|
732
|
+
end
|
|
733
|
+
```
|
|
734
|
+
|
|
735
|
+
### Parameters
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
Name | Type | Description | Notes
|
|
739
|
+
------------- | ------------- | ------------- | -------------
|
|
740
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
741
|
+
**ticket_definition_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
742
|
+
|
|
743
|
+
### Return type
|
|
744
|
+
|
|
745
|
+
[**TicketDefinition**](TicketDefinition.md)
|
|
746
|
+
|
|
747
|
+
### Authorization
|
|
748
|
+
|
|
749
|
+
[basicAuth](../README.md#basicAuth)
|
|
750
|
+
|
|
751
|
+
### HTTP request headers
|
|
752
|
+
|
|
753
|
+
- **Content-Type**: Not defined
|
|
754
|
+
- **Accept**: application/json
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
## get_ticket_definitions
|
|
758
|
+
|
|
759
|
+
> ResultListTicketDefinition get_ticket_definitions(korona_account_id, opts)
|
|
760
|
+
|
|
761
|
+
lists all ticket definitions
|
|
762
|
+
|
|
763
|
+
### Example
|
|
764
|
+
|
|
765
|
+
```ruby
|
|
766
|
+
# load the gem
|
|
767
|
+
require 'korona-cloud-client'
|
|
768
|
+
# setup authorization
|
|
769
|
+
KoronaCloudClient.configure do |config|
|
|
770
|
+
# Configure HTTP basic authorization: basicAuth
|
|
771
|
+
config.username = 'YOUR USERNAME'
|
|
772
|
+
config.password = 'YOUR PASSWORD'
|
|
773
|
+
end
|
|
774
|
+
|
|
775
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
776
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
777
|
+
opts = {
|
|
778
|
+
page: 56, # Integer | number of the page to fetch
|
|
779
|
+
size: 56, # Integer | amount of objects to return per page
|
|
780
|
+
sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
781
|
+
revision: 56, # Integer | last revision number, objects with a greater revision than this will be returned
|
|
782
|
+
include_deleted: true # Boolean | indicates deleted objects should be loaded or not (default: false)
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
begin
|
|
786
|
+
#lists all ticket definitions
|
|
787
|
+
result = api_instance.get_ticket_definitions(korona_account_id, opts)
|
|
788
|
+
p result
|
|
789
|
+
rescue KoronaCloudClient::ApiError => e
|
|
790
|
+
puts "Exception when calling TicketingApi->get_ticket_definitions: #{e}"
|
|
791
|
+
end
|
|
792
|
+
```
|
|
793
|
+
|
|
794
|
+
### Parameters
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
Name | Type | Description | Notes
|
|
798
|
+
------------- | ------------- | ------------- | -------------
|
|
799
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
800
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
801
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
802
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
803
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
804
|
+
**include_deleted** | **Boolean**| indicates deleted objects should be loaded or not (default: false) | [optional]
|
|
805
|
+
|
|
806
|
+
### Return type
|
|
807
|
+
|
|
808
|
+
[**ResultListTicketDefinition**](ResultListTicketDefinition.md)
|
|
809
|
+
|
|
810
|
+
### Authorization
|
|
811
|
+
|
|
812
|
+
[basicAuth](../README.md#basicAuth)
|
|
813
|
+
|
|
814
|
+
### HTTP request headers
|
|
815
|
+
|
|
816
|
+
- **Content-Type**: Not defined
|
|
817
|
+
- **Accept**: application/json
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
## get_tickets
|
|
821
|
+
|
|
822
|
+
> ResultListTicket get_tickets(korona_account_id, page, size, opts)
|
|
823
|
+
|
|
824
|
+
lists all tickets
|
|
825
|
+
|
|
826
|
+
### Example
|
|
827
|
+
|
|
828
|
+
```ruby
|
|
829
|
+
# load the gem
|
|
830
|
+
require 'korona-cloud-client'
|
|
831
|
+
# setup authorization
|
|
832
|
+
KoronaCloudClient.configure do |config|
|
|
833
|
+
# Configure HTTP basic authorization: basicAuth
|
|
834
|
+
config.username = 'YOUR USERNAME'
|
|
835
|
+
config.password = 'YOUR PASSWORD'
|
|
836
|
+
end
|
|
837
|
+
|
|
838
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
839
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
840
|
+
page = 56 # Integer | number of the page to fetch
|
|
841
|
+
size = 56 # Integer | amount of objects to return per page
|
|
842
|
+
opts = {
|
|
843
|
+
ticket_number: 'ticket_number_example', # String | ticket number
|
|
844
|
+
customer_number: 'customer_number_example', # String | customer number
|
|
845
|
+
creation_date_from: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | creation date from
|
|
846
|
+
creation_date_to: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | creation date to
|
|
847
|
+
locked: true, # Boolean | is ticket locked
|
|
848
|
+
owner_last_name: 'owner_last_name_example', # String | last name of owner
|
|
849
|
+
owner_first_name: 'owner_first_name_example', # String | first name of owner
|
|
850
|
+
load_owner_image: true # Boolean | set true if you want to load the owner's image
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
begin
|
|
854
|
+
#lists all tickets
|
|
855
|
+
result = api_instance.get_tickets(korona_account_id, page, size, opts)
|
|
856
|
+
p result
|
|
857
|
+
rescue KoronaCloudClient::ApiError => e
|
|
858
|
+
puts "Exception when calling TicketingApi->get_tickets: #{e}"
|
|
859
|
+
end
|
|
860
|
+
```
|
|
861
|
+
|
|
862
|
+
### Parameters
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
Name | Type | Description | Notes
|
|
866
|
+
------------- | ------------- | ------------- | -------------
|
|
867
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
868
|
+
**page** | **Integer**| number of the page to fetch |
|
|
869
|
+
**size** | **Integer**| amount of objects to return per page |
|
|
870
|
+
**ticket_number** | **String**| ticket number | [optional]
|
|
871
|
+
**customer_number** | **String**| customer number | [optional]
|
|
872
|
+
**creation_date_from** | **DateTime**| creation date from | [optional]
|
|
873
|
+
**creation_date_to** | **DateTime**| creation date to | [optional]
|
|
874
|
+
**locked** | **Boolean**| is ticket locked | [optional]
|
|
875
|
+
**owner_last_name** | **String**| last name of owner | [optional]
|
|
876
|
+
**owner_first_name** | **String**| first name of owner | [optional]
|
|
877
|
+
**load_owner_image** | **Boolean**| set true if you want to load the owner's image | [optional]
|
|
878
|
+
|
|
879
|
+
### Return type
|
|
880
|
+
|
|
881
|
+
[**ResultListTicket**](ResultListTicket.md)
|
|
882
|
+
|
|
883
|
+
### Authorization
|
|
884
|
+
|
|
885
|
+
[basicAuth](../README.md#basicAuth)
|
|
886
|
+
|
|
887
|
+
### HTTP request headers
|
|
888
|
+
|
|
889
|
+
- **Content-Type**: Not defined
|
|
890
|
+
- **Accept**: application/json
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
## lock_ticket
|
|
894
|
+
|
|
895
|
+
> lock_ticket(korona_account_id, ticket_number)
|
|
896
|
+
|
|
897
|
+
locks the single ticket
|
|
898
|
+
|
|
899
|
+
### Example
|
|
900
|
+
|
|
901
|
+
```ruby
|
|
902
|
+
# load the gem
|
|
903
|
+
require 'korona-cloud-client'
|
|
904
|
+
# setup authorization
|
|
905
|
+
KoronaCloudClient.configure do |config|
|
|
906
|
+
# Configure HTTP basic authorization: basicAuth
|
|
907
|
+
config.username = 'YOUR USERNAME'
|
|
908
|
+
config.password = 'YOUR PASSWORD'
|
|
909
|
+
end
|
|
910
|
+
|
|
911
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
912
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
913
|
+
ticket_number = 'ticket_number_example' # String | id of the related object (important: id should match the uuid-format)
|
|
914
|
+
|
|
915
|
+
begin
|
|
916
|
+
#locks the single ticket
|
|
917
|
+
api_instance.lock_ticket(korona_account_id, ticket_number)
|
|
918
|
+
rescue KoronaCloudClient::ApiError => e
|
|
919
|
+
puts "Exception when calling TicketingApi->lock_ticket: #{e}"
|
|
920
|
+
end
|
|
921
|
+
```
|
|
922
|
+
|
|
923
|
+
### Parameters
|
|
924
|
+
|
|
925
|
+
|
|
926
|
+
Name | Type | Description | Notes
|
|
927
|
+
------------- | ------------- | ------------- | -------------
|
|
928
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
929
|
+
**ticket_number** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
930
|
+
|
|
931
|
+
### Return type
|
|
932
|
+
|
|
933
|
+
nil (empty response body)
|
|
934
|
+
|
|
935
|
+
### Authorization
|
|
936
|
+
|
|
937
|
+
[basicAuth](../README.md#basicAuth)
|
|
938
|
+
|
|
939
|
+
### HTTP request headers
|
|
940
|
+
|
|
941
|
+
- **Content-Type**: Not defined
|
|
942
|
+
- **Accept**: application/json
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
## unlock_ticket
|
|
946
|
+
|
|
947
|
+
> unlock_ticket(korona_account_id, ticket_number)
|
|
948
|
+
|
|
949
|
+
unlocks the single ticket
|
|
950
|
+
|
|
951
|
+
### Example
|
|
952
|
+
|
|
953
|
+
```ruby
|
|
954
|
+
# load the gem
|
|
955
|
+
require 'korona-cloud-client'
|
|
956
|
+
# setup authorization
|
|
957
|
+
KoronaCloudClient.configure do |config|
|
|
958
|
+
# Configure HTTP basic authorization: basicAuth
|
|
959
|
+
config.username = 'YOUR USERNAME'
|
|
960
|
+
config.password = 'YOUR PASSWORD'
|
|
961
|
+
end
|
|
962
|
+
|
|
963
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
964
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
965
|
+
ticket_number = 'ticket_number_example' # String | id of the related object (important: id should match the uuid-format)
|
|
966
|
+
|
|
967
|
+
begin
|
|
968
|
+
#unlocks the single ticket
|
|
969
|
+
api_instance.unlock_ticket(korona_account_id, ticket_number)
|
|
970
|
+
rescue KoronaCloudClient::ApiError => e
|
|
971
|
+
puts "Exception when calling TicketingApi->unlock_ticket: #{e}"
|
|
972
|
+
end
|
|
973
|
+
```
|
|
974
|
+
|
|
975
|
+
### Parameters
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
Name | Type | Description | Notes
|
|
979
|
+
------------- | ------------- | ------------- | -------------
|
|
980
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
981
|
+
**ticket_number** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
982
|
+
|
|
983
|
+
### Return type
|
|
984
|
+
|
|
985
|
+
nil (empty response body)
|
|
986
|
+
|
|
987
|
+
### Authorization
|
|
988
|
+
|
|
989
|
+
[basicAuth](../README.md#basicAuth)
|
|
990
|
+
|
|
991
|
+
### HTTP request headers
|
|
992
|
+
|
|
993
|
+
- **Content-Type**: Not defined
|
|
994
|
+
- **Accept**: application/json
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
## update_event
|
|
998
|
+
|
|
999
|
+
> update_event(korona_account_id, event_id, body)
|
|
1000
|
+
|
|
1001
|
+
updates the single event
|
|
1002
|
+
|
|
1003
|
+
### Example
|
|
1004
|
+
|
|
1005
|
+
```ruby
|
|
1006
|
+
# load the gem
|
|
1007
|
+
require 'korona-cloud-client'
|
|
1008
|
+
# setup authorization
|
|
1009
|
+
KoronaCloudClient.configure do |config|
|
|
1010
|
+
# Configure HTTP basic authorization: basicAuth
|
|
1011
|
+
config.username = 'YOUR USERNAME'
|
|
1012
|
+
config.password = 'YOUR PASSWORD'
|
|
1013
|
+
end
|
|
1014
|
+
|
|
1015
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
1016
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
1017
|
+
event_id = 'event_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
1018
|
+
body = KoronaCloudClient::Event.new # Event | the properties to update of the event
|
|
1019
|
+
|
|
1020
|
+
begin
|
|
1021
|
+
#updates the single event
|
|
1022
|
+
api_instance.update_event(korona_account_id, event_id, body)
|
|
1023
|
+
rescue KoronaCloudClient::ApiError => e
|
|
1024
|
+
puts "Exception when calling TicketingApi->update_event: #{e}"
|
|
1025
|
+
end
|
|
1026
|
+
```
|
|
1027
|
+
|
|
1028
|
+
### Parameters
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
Name | Type | Description | Notes
|
|
1032
|
+
------------- | ------------- | ------------- | -------------
|
|
1033
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
1034
|
+
**event_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
1035
|
+
**body** | [**Event**](Event.md)| the properties to update of the event |
|
|
1036
|
+
|
|
1037
|
+
### Return type
|
|
1038
|
+
|
|
1039
|
+
nil (empty response body)
|
|
1040
|
+
|
|
1041
|
+
### Authorization
|
|
1042
|
+
|
|
1043
|
+
[basicAuth](../README.md#basicAuth)
|
|
1044
|
+
|
|
1045
|
+
### HTTP request headers
|
|
1046
|
+
|
|
1047
|
+
- **Content-Type**: application/json
|
|
1048
|
+
- **Accept**: application/json
|
|
1049
|
+
|
|
1050
|
+
|
|
1051
|
+
## update_events
|
|
1052
|
+
|
|
1053
|
+
> Array<AddOrUpdateResult> update_events(korona_account_id, body)
|
|
1054
|
+
|
|
1055
|
+
updates a batch of events
|
|
1056
|
+
|
|
1057
|
+
[number] must be set in the objects, otherwise the object cannot be updated
|
|
1058
|
+
|
|
1059
|
+
### Example
|
|
1060
|
+
|
|
1061
|
+
```ruby
|
|
1062
|
+
# load the gem
|
|
1063
|
+
require 'korona-cloud-client'
|
|
1064
|
+
# setup authorization
|
|
1065
|
+
KoronaCloudClient.configure do |config|
|
|
1066
|
+
# Configure HTTP basic authorization: basicAuth
|
|
1067
|
+
config.username = 'YOUR USERNAME'
|
|
1068
|
+
config.password = 'YOUR PASSWORD'
|
|
1069
|
+
end
|
|
1070
|
+
|
|
1071
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
1072
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
1073
|
+
body = [KoronaCloudClient::Event.new] # Array<Event> | an array of existing events
|
|
1074
|
+
|
|
1075
|
+
begin
|
|
1076
|
+
#updates a batch of events
|
|
1077
|
+
result = api_instance.update_events(korona_account_id, body)
|
|
1078
|
+
p result
|
|
1079
|
+
rescue KoronaCloudClient::ApiError => e
|
|
1080
|
+
puts "Exception when calling TicketingApi->update_events: #{e}"
|
|
1081
|
+
end
|
|
1082
|
+
```
|
|
1083
|
+
|
|
1084
|
+
### Parameters
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
Name | Type | Description | Notes
|
|
1088
|
+
------------- | ------------- | ------------- | -------------
|
|
1089
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
1090
|
+
**body** | [**Array<Event>**](Event.md)| an array of existing events |
|
|
1091
|
+
|
|
1092
|
+
### Return type
|
|
1093
|
+
|
|
1094
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
1095
|
+
|
|
1096
|
+
### Authorization
|
|
1097
|
+
|
|
1098
|
+
[basicAuth](../README.md#basicAuth)
|
|
1099
|
+
|
|
1100
|
+
### HTTP request headers
|
|
1101
|
+
|
|
1102
|
+
- **Content-Type**: application/json
|
|
1103
|
+
- **Accept**: application/json
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
## update_ticket
|
|
1107
|
+
|
|
1108
|
+
> update_ticket(korona_account_id, ticket_number, opts)
|
|
1109
|
+
|
|
1110
|
+
updates the single ticket
|
|
1111
|
+
|
|
1112
|
+
### Example
|
|
1113
|
+
|
|
1114
|
+
```ruby
|
|
1115
|
+
# load the gem
|
|
1116
|
+
require 'korona-cloud-client'
|
|
1117
|
+
# setup authorization
|
|
1118
|
+
KoronaCloudClient.configure do |config|
|
|
1119
|
+
# Configure HTTP basic authorization: basicAuth
|
|
1120
|
+
config.username = 'YOUR USERNAME'
|
|
1121
|
+
config.password = 'YOUR PASSWORD'
|
|
1122
|
+
end
|
|
1123
|
+
|
|
1124
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
1125
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
1126
|
+
ticket_number = 'ticket_number_example' # String | old ticket number
|
|
1127
|
+
opts = {
|
|
1128
|
+
new_ticket_number: 'new_ticket_number_example', # String | new ticket number
|
|
1129
|
+
first_name: 'first_name_example', # String | ticket owner's first name
|
|
1130
|
+
last_name: 'last_name_example' # String | ticket owner's last name
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
begin
|
|
1134
|
+
#updates the single ticket
|
|
1135
|
+
api_instance.update_ticket(korona_account_id, ticket_number, opts)
|
|
1136
|
+
rescue KoronaCloudClient::ApiError => e
|
|
1137
|
+
puts "Exception when calling TicketingApi->update_ticket: #{e}"
|
|
1138
|
+
end
|
|
1139
|
+
```
|
|
1140
|
+
|
|
1141
|
+
### Parameters
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
Name | Type | Description | Notes
|
|
1145
|
+
------------- | ------------- | ------------- | -------------
|
|
1146
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
1147
|
+
**ticket_number** | **String**| old ticket number |
|
|
1148
|
+
**new_ticket_number** | **String**| new ticket number | [optional]
|
|
1149
|
+
**first_name** | **String**| ticket owner's first name | [optional]
|
|
1150
|
+
**last_name** | **String**| ticket owner's last name | [optional]
|
|
1151
|
+
|
|
1152
|
+
### Return type
|
|
1153
|
+
|
|
1154
|
+
nil (empty response body)
|
|
1155
|
+
|
|
1156
|
+
### Authorization
|
|
1157
|
+
|
|
1158
|
+
[basicAuth](../README.md#basicAuth)
|
|
1159
|
+
|
|
1160
|
+
### HTTP request headers
|
|
1161
|
+
|
|
1162
|
+
- **Content-Type**: Not defined
|
|
1163
|
+
- **Accept**: application/json
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
## update_ticket_definitions
|
|
1167
|
+
|
|
1168
|
+
> Array<AddOrUpdateResult> update_ticket_definitions(korona_account_id, body)
|
|
1169
|
+
|
|
1170
|
+
updates a batch of ticket definitions
|
|
1171
|
+
|
|
1172
|
+
### Example
|
|
1173
|
+
|
|
1174
|
+
```ruby
|
|
1175
|
+
# load the gem
|
|
1176
|
+
require 'korona-cloud-client'
|
|
1177
|
+
# setup authorization
|
|
1178
|
+
KoronaCloudClient.configure do |config|
|
|
1179
|
+
# Configure HTTP basic authorization: basicAuth
|
|
1180
|
+
config.username = 'YOUR USERNAME'
|
|
1181
|
+
config.password = 'YOUR PASSWORD'
|
|
1182
|
+
end
|
|
1183
|
+
|
|
1184
|
+
api_instance = KoronaCloudClient::TicketingApi.new
|
|
1185
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
1186
|
+
body = [KoronaCloudClient::TicketDefinition.new] # Array<TicketDefinition> | array of existing ticket definitions (id or number required)
|
|
1187
|
+
|
|
1188
|
+
begin
|
|
1189
|
+
#updates a batch of ticket definitions
|
|
1190
|
+
result = api_instance.update_ticket_definitions(korona_account_id, body)
|
|
1191
|
+
p result
|
|
1192
|
+
rescue KoronaCloudClient::ApiError => e
|
|
1193
|
+
puts "Exception when calling TicketingApi->update_ticket_definitions: #{e}"
|
|
1194
|
+
end
|
|
1195
|
+
```
|
|
1196
|
+
|
|
1197
|
+
### Parameters
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
Name | Type | Description | Notes
|
|
1201
|
+
------------- | ------------- | ------------- | -------------
|
|
1202
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
1203
|
+
**body** | [**Array<TicketDefinition>**](TicketDefinition.md)| array of existing ticket definitions (id or number required) |
|
|
1204
|
+
|
|
1205
|
+
### Return type
|
|
1206
|
+
|
|
1207
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
1208
|
+
|
|
1209
|
+
### Authorization
|
|
1210
|
+
|
|
1211
|
+
[basicAuth](../README.md#basicAuth)
|
|
1212
|
+
|
|
1213
|
+
### HTTP request headers
|
|
1214
|
+
|
|
1215
|
+
- **Content-Type**: application/json
|
|
1216
|
+
- **Accept**: application/json
|
|
1217
|
+
|