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
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# KoronaCloudClient::ForbiddenError
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**message** | **String** | a short description of the error in english | [optional]
|
|
8
|
+
**code** | **String** | the code for client-side evaluation of the error | [optional]
|
|
9
|
+
|
|
10
|
+
## Code Sample
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'KoronaCloudClient'
|
|
14
|
+
|
|
15
|
+
instance = KoronaCloudClient::ForbiddenError.new(message: null,
|
|
16
|
+
code: null)
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
|
data/docs/GeoLocation.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# KoronaCloudClient::GeoLocation
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**latitude** | **Float** | | [optional]
|
|
8
|
+
**longitude** | **Float** | | [optional]
|
|
9
|
+
|
|
10
|
+
## Code Sample
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'KoronaCloudClient'
|
|
14
|
+
|
|
15
|
+
instance = KoronaCloudClient::GeoLocation.new(latitude: null,
|
|
16
|
+
longitude: null)
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
|
data/docs/ImagesApi.md
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# KoronaCloudClient::ImagesApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://www.koronacloud.com/web/api/v3*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**get_image**](ImagesApi.md#get_image) | **GET** /accounts/{koronaAccountId}/images/{imageId} | displays the image
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## get_image
|
|
12
|
+
|
|
13
|
+
> String get_image(korona_account_id, image_id)
|
|
14
|
+
|
|
15
|
+
displays the image
|
|
16
|
+
|
|
17
|
+
### Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
# load the gem
|
|
21
|
+
require 'korona-cloud-client'
|
|
22
|
+
# setup authorization
|
|
23
|
+
KoronaCloudClient.configure do |config|
|
|
24
|
+
# Configure HTTP basic authorization: basicAuth
|
|
25
|
+
config.username = 'YOUR USERNAME'
|
|
26
|
+
config.password = 'YOUR PASSWORD'
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
api_instance = KoronaCloudClient::ImagesApi.new
|
|
30
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
31
|
+
image_id = 'image_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
32
|
+
|
|
33
|
+
begin
|
|
34
|
+
#displays the image
|
|
35
|
+
result = api_instance.get_image(korona_account_id, image_id)
|
|
36
|
+
p result
|
|
37
|
+
rescue KoronaCloudClient::ApiError => e
|
|
38
|
+
puts "Exception when calling ImagesApi->get_image: #{e}"
|
|
39
|
+
end
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### Parameters
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
Name | Type | Description | Notes
|
|
46
|
+
------------- | ------------- | ------------- | -------------
|
|
47
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
48
|
+
**image_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
49
|
+
|
|
50
|
+
### Return type
|
|
51
|
+
|
|
52
|
+
**String**
|
|
53
|
+
|
|
54
|
+
### Authorization
|
|
55
|
+
|
|
56
|
+
[basicAuth](../README.md#basicAuth)
|
|
57
|
+
|
|
58
|
+
### HTTP request headers
|
|
59
|
+
|
|
60
|
+
- **Content-Type**: Not defined
|
|
61
|
+
- **Accept**: image/png, image/jpg
|
|
62
|
+
|
data/docs/InfoText.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# KoronaCloudClient::InfoText
|
|
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
|
+
**text** | **String** | | [optional]
|
|
12
|
+
**type** | **String** | | [optional]
|
|
13
|
+
|
|
14
|
+
## Code Sample
|
|
15
|
+
|
|
16
|
+
```ruby
|
|
17
|
+
require 'KoronaCloudClient'
|
|
18
|
+
|
|
19
|
+
instance = KoronaCloudClient::InfoText.new(active: null,
|
|
20
|
+
id: null,
|
|
21
|
+
number: null,
|
|
22
|
+
revision: null,
|
|
23
|
+
text: null,
|
|
24
|
+
type: null)
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
# KoronaCloudClient::InfoTextsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://www.koronacloud.com/web/api/v3*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**get_info_text**](InfoTextsApi.md#get_info_text) | **GET** /accounts/{koronaAccountId}/infoTexts/{infoTextId} | returns the single info text
|
|
8
|
+
[**get_info_texts**](InfoTextsApi.md#get_info_texts) | **GET** /accounts/{koronaAccountId}/infoTexts | lists all info texts
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## get_info_text
|
|
13
|
+
|
|
14
|
+
> InfoText get_info_text(korona_account_id, info_text_id)
|
|
15
|
+
|
|
16
|
+
returns the single info text
|
|
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::InfoTextsApi.new
|
|
31
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
32
|
+
info_text_id = 'info_text_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
33
|
+
|
|
34
|
+
begin
|
|
35
|
+
#returns the single info text
|
|
36
|
+
result = api_instance.get_info_text(korona_account_id, info_text_id)
|
|
37
|
+
p result
|
|
38
|
+
rescue KoronaCloudClient::ApiError => e
|
|
39
|
+
puts "Exception when calling InfoTextsApi->get_info_text: #{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
|
+
**info_text_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
50
|
+
|
|
51
|
+
### Return type
|
|
52
|
+
|
|
53
|
+
[**InfoText**](InfoText.md)
|
|
54
|
+
|
|
55
|
+
### Authorization
|
|
56
|
+
|
|
57
|
+
[basicAuth](../README.md#basicAuth)
|
|
58
|
+
|
|
59
|
+
### HTTP request headers
|
|
60
|
+
|
|
61
|
+
- **Content-Type**: Not defined
|
|
62
|
+
- **Accept**: application/json
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## get_info_texts
|
|
66
|
+
|
|
67
|
+
> ResultListInfoText get_info_texts(korona_account_id, opts)
|
|
68
|
+
|
|
69
|
+
lists all info texts
|
|
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::InfoTextsApi.new
|
|
84
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
85
|
+
opts = {
|
|
86
|
+
page: 56, # Integer | number of the page to fetch
|
|
87
|
+
size: 56, # Integer | amount of objects to return per page
|
|
88
|
+
sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
89
|
+
revision: 56, # Integer | last revision number, objects with a greater revision than this will be returned
|
|
90
|
+
include_deleted: true, # Boolean | indicates deleted objects should be loaded or not (default: false)
|
|
91
|
+
number: 'number_example' # String | number of the related object
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
begin
|
|
95
|
+
#lists all info texts
|
|
96
|
+
result = api_instance.get_info_texts(korona_account_id, opts)
|
|
97
|
+
p result
|
|
98
|
+
rescue KoronaCloudClient::ApiError => e
|
|
99
|
+
puts "Exception when calling InfoTextsApi->get_info_texts: #{e}"
|
|
100
|
+
end
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
### Parameters
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
Name | Type | Description | Notes
|
|
107
|
+
------------- | ------------- | ------------- | -------------
|
|
108
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
109
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
110
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
111
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
112
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
113
|
+
**include_deleted** | **Boolean**| indicates deleted objects should be loaded or not (default: false) | [optional]
|
|
114
|
+
**number** | **String**| number of the related object | [optional]
|
|
115
|
+
|
|
116
|
+
### Return type
|
|
117
|
+
|
|
118
|
+
[**ResultListInfoText**](ResultListInfoText.md)
|
|
119
|
+
|
|
120
|
+
### Authorization
|
|
121
|
+
|
|
122
|
+
[basicAuth](../README.md#basicAuth)
|
|
123
|
+
|
|
124
|
+
### HTTP request headers
|
|
125
|
+
|
|
126
|
+
- **Content-Type**: Not defined
|
|
127
|
+
- **Accept**: application/json
|
|
128
|
+
|
data/docs/Interval.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# KoronaCloudClient::Interval
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**from** | **DateTime** | | [optional]
|
|
8
|
+
**to** | **DateTime** | | [optional]
|
|
9
|
+
|
|
10
|
+
## Code Sample
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'KoronaCloudClient'
|
|
14
|
+
|
|
15
|
+
instance = KoronaCloudClient::Interval.new(from: null,
|
|
16
|
+
to: null)
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
|
|
@@ -0,0 +1,837 @@
|
|
|
1
|
+
# KoronaCloudClient::InventoriesApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://www.koronacloud.com/web/api/v3*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**add_inventories**](InventoriesApi.md#add_inventories) | **POST** /accounts/{koronaAccountId}/inventories | adds a batch of new inventories
|
|
8
|
+
[**add_inventory_inventory_list_items**](InventoriesApi.md#add_inventory_inventory_list_items) | **POST** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items | adds inventory list items
|
|
9
|
+
[**delete_inventory**](InventoriesApi.md#delete_inventory) | **DELETE** /accounts/{koronaAccountId}/inventories/{inventoryId} | deletes the single inventory (only allowed if hasBookedReceipts=false)
|
|
10
|
+
[**delete_inventory_inventory_list_item**](InventoriesApi.md#delete_inventory_inventory_list_item) | **DELETE** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items/{productId} | deletes the single inventory list item
|
|
11
|
+
[**get_inventories**](InventoriesApi.md#get_inventories) | **GET** /accounts/{koronaAccountId}/inventories | lists all inventories
|
|
12
|
+
[**get_inventory**](InventoriesApi.md#get_inventory) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryId} | returns the single inventory
|
|
13
|
+
[**get_inventory_inventory_list**](InventoriesApi.md#get_inventory_inventory_list) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId} | returns the single inventory list
|
|
14
|
+
[**get_inventory_inventory_list_item**](InventoriesApi.md#get_inventory_inventory_list_item) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items/{productId} | returns the single inventory list item
|
|
15
|
+
[**get_inventory_inventory_list_items**](InventoriesApi.md#get_inventory_inventory_list_items) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items | lists all inventory list items
|
|
16
|
+
[**get_inventory_inventory_lists**](InventoriesApi.md#get_inventory_inventory_lists) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists | lists all inventory lists
|
|
17
|
+
[**update_inventory**](InventoriesApi.md#update_inventory) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryId} | updates the single inventory
|
|
18
|
+
[**update_inventory_inventory_list**](InventoriesApi.md#update_inventory_inventory_list) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId} | updates the single inventory list
|
|
19
|
+
[**update_inventory_inventory_list_item**](InventoriesApi.md#update_inventory_inventory_list_item) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items/{productId} | updates the single inventory list item
|
|
20
|
+
[**update_inventory_inventory_list_items**](InventoriesApi.md#update_inventory_inventory_list_items) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items | updates inventory list items (property [product] required))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## add_inventories
|
|
25
|
+
|
|
26
|
+
> Array<AddOrUpdateResult> add_inventories(korona_account_id, body)
|
|
27
|
+
|
|
28
|
+
adds a batch of new inventories
|
|
29
|
+
|
|
30
|
+
### Example
|
|
31
|
+
|
|
32
|
+
```ruby
|
|
33
|
+
# load the gem
|
|
34
|
+
require 'korona-cloud-client'
|
|
35
|
+
# setup authorization
|
|
36
|
+
KoronaCloudClient.configure do |config|
|
|
37
|
+
# Configure HTTP basic authorization: basicAuth
|
|
38
|
+
config.username = 'YOUR USERNAME'
|
|
39
|
+
config.password = 'YOUR PASSWORD'
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
api_instance = KoronaCloudClient::InventoriesApi.new
|
|
43
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
44
|
+
body = [KoronaCloudClient::Inventory.new] # Array<Inventory> | an array of new inventories
|
|
45
|
+
|
|
46
|
+
begin
|
|
47
|
+
#adds a batch of new inventories
|
|
48
|
+
result = api_instance.add_inventories(korona_account_id, body)
|
|
49
|
+
p result
|
|
50
|
+
rescue KoronaCloudClient::ApiError => e
|
|
51
|
+
puts "Exception when calling InventoriesApi->add_inventories: #{e}"
|
|
52
|
+
end
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
### Parameters
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
Name | Type | Description | Notes
|
|
59
|
+
------------- | ------------- | ------------- | -------------
|
|
60
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
61
|
+
**body** | [**Array<Inventory>**](Inventory.md)| an array of new inventories |
|
|
62
|
+
|
|
63
|
+
### Return type
|
|
64
|
+
|
|
65
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
66
|
+
|
|
67
|
+
### Authorization
|
|
68
|
+
|
|
69
|
+
[basicAuth](../README.md#basicAuth)
|
|
70
|
+
|
|
71
|
+
### HTTP request headers
|
|
72
|
+
|
|
73
|
+
- **Content-Type**: application/json
|
|
74
|
+
- **Accept**: application/json
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
## add_inventory_inventory_list_items
|
|
78
|
+
|
|
79
|
+
> Array<AddOrUpdateResult> add_inventory_inventory_list_items(korona_account_id, inventory_id, inventory_list_id, body)
|
|
80
|
+
|
|
81
|
+
adds inventory list items
|
|
82
|
+
|
|
83
|
+
### Example
|
|
84
|
+
|
|
85
|
+
```ruby
|
|
86
|
+
# load the gem
|
|
87
|
+
require 'korona-cloud-client'
|
|
88
|
+
# setup authorization
|
|
89
|
+
KoronaCloudClient.configure do |config|
|
|
90
|
+
# Configure HTTP basic authorization: basicAuth
|
|
91
|
+
config.username = 'YOUR USERNAME'
|
|
92
|
+
config.password = 'YOUR PASSWORD'
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
api_instance = KoronaCloudClient::InventoriesApi.new
|
|
96
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
97
|
+
inventory_id = 'inventory_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
98
|
+
inventory_list_id = 'inventory_list_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
99
|
+
body = [KoronaCloudClient::InventoryListItem.new] # Array<InventoryListItem> | data to update
|
|
100
|
+
|
|
101
|
+
begin
|
|
102
|
+
#adds inventory list items
|
|
103
|
+
result = api_instance.add_inventory_inventory_list_items(korona_account_id, inventory_id, inventory_list_id, body)
|
|
104
|
+
p result
|
|
105
|
+
rescue KoronaCloudClient::ApiError => e
|
|
106
|
+
puts "Exception when calling InventoriesApi->add_inventory_inventory_list_items: #{e}"
|
|
107
|
+
end
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
### Parameters
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
Name | Type | Description | Notes
|
|
114
|
+
------------- | ------------- | ------------- | -------------
|
|
115
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
116
|
+
**inventory_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
117
|
+
**inventory_list_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
118
|
+
**body** | [**Array<InventoryListItem>**](InventoryListItem.md)| data to update |
|
|
119
|
+
|
|
120
|
+
### Return type
|
|
121
|
+
|
|
122
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
123
|
+
|
|
124
|
+
### Authorization
|
|
125
|
+
|
|
126
|
+
[basicAuth](../README.md#basicAuth)
|
|
127
|
+
|
|
128
|
+
### HTTP request headers
|
|
129
|
+
|
|
130
|
+
- **Content-Type**: application/json
|
|
131
|
+
- **Accept**: application/json
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
## delete_inventory
|
|
135
|
+
|
|
136
|
+
> delete_inventory(korona_account_id, inventory_id)
|
|
137
|
+
|
|
138
|
+
deletes the single inventory (only allowed if hasBookedReceipts=false)
|
|
139
|
+
|
|
140
|
+
### Example
|
|
141
|
+
|
|
142
|
+
```ruby
|
|
143
|
+
# load the gem
|
|
144
|
+
require 'korona-cloud-client'
|
|
145
|
+
# setup authorization
|
|
146
|
+
KoronaCloudClient.configure do |config|
|
|
147
|
+
# Configure HTTP basic authorization: basicAuth
|
|
148
|
+
config.username = 'YOUR USERNAME'
|
|
149
|
+
config.password = 'YOUR PASSWORD'
|
|
150
|
+
end
|
|
151
|
+
|
|
152
|
+
api_instance = KoronaCloudClient::InventoriesApi.new
|
|
153
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
154
|
+
inventory_id = 'inventory_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
155
|
+
|
|
156
|
+
begin
|
|
157
|
+
#deletes the single inventory (only allowed if hasBookedReceipts=false)
|
|
158
|
+
api_instance.delete_inventory(korona_account_id, inventory_id)
|
|
159
|
+
rescue KoronaCloudClient::ApiError => e
|
|
160
|
+
puts "Exception when calling InventoriesApi->delete_inventory: #{e}"
|
|
161
|
+
end
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
### Parameters
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
Name | Type | Description | Notes
|
|
168
|
+
------------- | ------------- | ------------- | -------------
|
|
169
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
170
|
+
**inventory_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
171
|
+
|
|
172
|
+
### Return type
|
|
173
|
+
|
|
174
|
+
nil (empty response body)
|
|
175
|
+
|
|
176
|
+
### Authorization
|
|
177
|
+
|
|
178
|
+
[basicAuth](../README.md#basicAuth)
|
|
179
|
+
|
|
180
|
+
### HTTP request headers
|
|
181
|
+
|
|
182
|
+
- **Content-Type**: Not defined
|
|
183
|
+
- **Accept**: application/json
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
## delete_inventory_inventory_list_item
|
|
187
|
+
|
|
188
|
+
> delete_inventory_inventory_list_item(korona_account_id, inventory_id, inventory_list_id, product_id)
|
|
189
|
+
|
|
190
|
+
deletes the single inventory list item
|
|
191
|
+
|
|
192
|
+
### Example
|
|
193
|
+
|
|
194
|
+
```ruby
|
|
195
|
+
# load the gem
|
|
196
|
+
require 'korona-cloud-client'
|
|
197
|
+
# setup authorization
|
|
198
|
+
KoronaCloudClient.configure do |config|
|
|
199
|
+
# Configure HTTP basic authorization: basicAuth
|
|
200
|
+
config.username = 'YOUR USERNAME'
|
|
201
|
+
config.password = 'YOUR PASSWORD'
|
|
202
|
+
end
|
|
203
|
+
|
|
204
|
+
api_instance = KoronaCloudClient::InventoriesApi.new
|
|
205
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
206
|
+
inventory_id = 'inventory_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
207
|
+
inventory_list_id = 'inventory_list_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
208
|
+
product_id = 'product_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
209
|
+
|
|
210
|
+
begin
|
|
211
|
+
#deletes the single inventory list item
|
|
212
|
+
api_instance.delete_inventory_inventory_list_item(korona_account_id, inventory_id, inventory_list_id, product_id)
|
|
213
|
+
rescue KoronaCloudClient::ApiError => e
|
|
214
|
+
puts "Exception when calling InventoriesApi->delete_inventory_inventory_list_item: #{e}"
|
|
215
|
+
end
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
### Parameters
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
Name | Type | Description | Notes
|
|
222
|
+
------------- | ------------- | ------------- | -------------
|
|
223
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
224
|
+
**inventory_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
225
|
+
**inventory_list_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
226
|
+
**product_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
227
|
+
|
|
228
|
+
### Return type
|
|
229
|
+
|
|
230
|
+
nil (empty response body)
|
|
231
|
+
|
|
232
|
+
### Authorization
|
|
233
|
+
|
|
234
|
+
[basicAuth](../README.md#basicAuth)
|
|
235
|
+
|
|
236
|
+
### HTTP request headers
|
|
237
|
+
|
|
238
|
+
- **Content-Type**: Not defined
|
|
239
|
+
- **Accept**: application/json
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
## get_inventories
|
|
243
|
+
|
|
244
|
+
> ResultListInventory get_inventories(korona_account_id, opts)
|
|
245
|
+
|
|
246
|
+
lists all inventories
|
|
247
|
+
|
|
248
|
+
### Example
|
|
249
|
+
|
|
250
|
+
```ruby
|
|
251
|
+
# load the gem
|
|
252
|
+
require 'korona-cloud-client'
|
|
253
|
+
# setup authorization
|
|
254
|
+
KoronaCloudClient.configure do |config|
|
|
255
|
+
# Configure HTTP basic authorization: basicAuth
|
|
256
|
+
config.username = 'YOUR USERNAME'
|
|
257
|
+
config.password = 'YOUR PASSWORD'
|
|
258
|
+
end
|
|
259
|
+
|
|
260
|
+
api_instance = KoronaCloudClient::InventoriesApi.new
|
|
261
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
262
|
+
opts = {
|
|
263
|
+
page: 56, # Integer | number of the page to fetch
|
|
264
|
+
size: 56, # Integer | amount of objects to return per page
|
|
265
|
+
sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
266
|
+
revision: 56, # Integer | last revision number, objects with a greater revision than this will be returned
|
|
267
|
+
include_deleted: true, # Boolean | indicates deleted objects should be loaded or not (default: false)
|
|
268
|
+
number: 'number_example' # String | number of the related object
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
begin
|
|
272
|
+
#lists all inventories
|
|
273
|
+
result = api_instance.get_inventories(korona_account_id, opts)
|
|
274
|
+
p result
|
|
275
|
+
rescue KoronaCloudClient::ApiError => e
|
|
276
|
+
puts "Exception when calling InventoriesApi->get_inventories: #{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
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
287
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
288
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
289
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
290
|
+
**include_deleted** | **Boolean**| indicates deleted objects should be loaded or not (default: false) | [optional]
|
|
291
|
+
**number** | **String**| number of the related object | [optional]
|
|
292
|
+
|
|
293
|
+
### Return type
|
|
294
|
+
|
|
295
|
+
[**ResultListInventory**](ResultListInventory.md)
|
|
296
|
+
|
|
297
|
+
### Authorization
|
|
298
|
+
|
|
299
|
+
[basicAuth](../README.md#basicAuth)
|
|
300
|
+
|
|
301
|
+
### HTTP request headers
|
|
302
|
+
|
|
303
|
+
- **Content-Type**: Not defined
|
|
304
|
+
- **Accept**: application/json
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
## get_inventory
|
|
308
|
+
|
|
309
|
+
> Inventory get_inventory(korona_account_id, inventory_id)
|
|
310
|
+
|
|
311
|
+
returns the single inventory
|
|
312
|
+
|
|
313
|
+
### Example
|
|
314
|
+
|
|
315
|
+
```ruby
|
|
316
|
+
# load the gem
|
|
317
|
+
require 'korona-cloud-client'
|
|
318
|
+
# setup authorization
|
|
319
|
+
KoronaCloudClient.configure do |config|
|
|
320
|
+
# Configure HTTP basic authorization: basicAuth
|
|
321
|
+
config.username = 'YOUR USERNAME'
|
|
322
|
+
config.password = 'YOUR PASSWORD'
|
|
323
|
+
end
|
|
324
|
+
|
|
325
|
+
api_instance = KoronaCloudClient::InventoriesApi.new
|
|
326
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
327
|
+
inventory_id = 'inventory_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
328
|
+
|
|
329
|
+
begin
|
|
330
|
+
#returns the single inventory
|
|
331
|
+
result = api_instance.get_inventory(korona_account_id, inventory_id)
|
|
332
|
+
p result
|
|
333
|
+
rescue KoronaCloudClient::ApiError => e
|
|
334
|
+
puts "Exception when calling InventoriesApi->get_inventory: #{e}"
|
|
335
|
+
end
|
|
336
|
+
```
|
|
337
|
+
|
|
338
|
+
### Parameters
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
Name | Type | Description | Notes
|
|
342
|
+
------------- | ------------- | ------------- | -------------
|
|
343
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
344
|
+
**inventory_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
345
|
+
|
|
346
|
+
### Return type
|
|
347
|
+
|
|
348
|
+
[**Inventory**](Inventory.md)
|
|
349
|
+
|
|
350
|
+
### Authorization
|
|
351
|
+
|
|
352
|
+
[basicAuth](../README.md#basicAuth)
|
|
353
|
+
|
|
354
|
+
### HTTP request headers
|
|
355
|
+
|
|
356
|
+
- **Content-Type**: Not defined
|
|
357
|
+
- **Accept**: application/json
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
## get_inventory_inventory_list
|
|
361
|
+
|
|
362
|
+
> InventoryList get_inventory_inventory_list(korona_account_id, inventory_id, inventory_list_id)
|
|
363
|
+
|
|
364
|
+
returns the single inventory list
|
|
365
|
+
|
|
366
|
+
### Example
|
|
367
|
+
|
|
368
|
+
```ruby
|
|
369
|
+
# load the gem
|
|
370
|
+
require 'korona-cloud-client'
|
|
371
|
+
# setup authorization
|
|
372
|
+
KoronaCloudClient.configure do |config|
|
|
373
|
+
# Configure HTTP basic authorization: basicAuth
|
|
374
|
+
config.username = 'YOUR USERNAME'
|
|
375
|
+
config.password = 'YOUR PASSWORD'
|
|
376
|
+
end
|
|
377
|
+
|
|
378
|
+
api_instance = KoronaCloudClient::InventoriesApi.new
|
|
379
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
380
|
+
inventory_id = 'inventory_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
381
|
+
inventory_list_id = 'inventory_list_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
382
|
+
|
|
383
|
+
begin
|
|
384
|
+
#returns the single inventory list
|
|
385
|
+
result = api_instance.get_inventory_inventory_list(korona_account_id, inventory_id, inventory_list_id)
|
|
386
|
+
p result
|
|
387
|
+
rescue KoronaCloudClient::ApiError => e
|
|
388
|
+
puts "Exception when calling InventoriesApi->get_inventory_inventory_list: #{e}"
|
|
389
|
+
end
|
|
390
|
+
```
|
|
391
|
+
|
|
392
|
+
### Parameters
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
Name | Type | Description | Notes
|
|
396
|
+
------------- | ------------- | ------------- | -------------
|
|
397
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
398
|
+
**inventory_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
399
|
+
**inventory_list_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
400
|
+
|
|
401
|
+
### Return type
|
|
402
|
+
|
|
403
|
+
[**InventoryList**](InventoryList.md)
|
|
404
|
+
|
|
405
|
+
### Authorization
|
|
406
|
+
|
|
407
|
+
[basicAuth](../README.md#basicAuth)
|
|
408
|
+
|
|
409
|
+
### HTTP request headers
|
|
410
|
+
|
|
411
|
+
- **Content-Type**: Not defined
|
|
412
|
+
- **Accept**: application/json
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
## get_inventory_inventory_list_item
|
|
416
|
+
|
|
417
|
+
> InventoryListItem get_inventory_inventory_list_item(korona_account_id, inventory_id, inventory_list_id, product_id)
|
|
418
|
+
|
|
419
|
+
returns the single inventory list item
|
|
420
|
+
|
|
421
|
+
### Example
|
|
422
|
+
|
|
423
|
+
```ruby
|
|
424
|
+
# load the gem
|
|
425
|
+
require 'korona-cloud-client'
|
|
426
|
+
# setup authorization
|
|
427
|
+
KoronaCloudClient.configure do |config|
|
|
428
|
+
# Configure HTTP basic authorization: basicAuth
|
|
429
|
+
config.username = 'YOUR USERNAME'
|
|
430
|
+
config.password = 'YOUR PASSWORD'
|
|
431
|
+
end
|
|
432
|
+
|
|
433
|
+
api_instance = KoronaCloudClient::InventoriesApi.new
|
|
434
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
435
|
+
inventory_id = 'inventory_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
436
|
+
inventory_list_id = 'inventory_list_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
437
|
+
product_id = 'product_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
438
|
+
|
|
439
|
+
begin
|
|
440
|
+
#returns the single inventory list item
|
|
441
|
+
result = api_instance.get_inventory_inventory_list_item(korona_account_id, inventory_id, inventory_list_id, product_id)
|
|
442
|
+
p result
|
|
443
|
+
rescue KoronaCloudClient::ApiError => e
|
|
444
|
+
puts "Exception when calling InventoriesApi->get_inventory_inventory_list_item: #{e}"
|
|
445
|
+
end
|
|
446
|
+
```
|
|
447
|
+
|
|
448
|
+
### Parameters
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
Name | Type | Description | Notes
|
|
452
|
+
------------- | ------------- | ------------- | -------------
|
|
453
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
454
|
+
**inventory_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
455
|
+
**inventory_list_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
456
|
+
**product_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
457
|
+
|
|
458
|
+
### Return type
|
|
459
|
+
|
|
460
|
+
[**InventoryListItem**](InventoryListItem.md)
|
|
461
|
+
|
|
462
|
+
### Authorization
|
|
463
|
+
|
|
464
|
+
[basicAuth](../README.md#basicAuth)
|
|
465
|
+
|
|
466
|
+
### HTTP request headers
|
|
467
|
+
|
|
468
|
+
- **Content-Type**: Not defined
|
|
469
|
+
- **Accept**: application/json
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
## get_inventory_inventory_list_items
|
|
473
|
+
|
|
474
|
+
> ResultListInventoryListItem get_inventory_inventory_list_items(korona_account_id, inventory_id, inventory_list_id, opts)
|
|
475
|
+
|
|
476
|
+
lists all inventory list items
|
|
477
|
+
|
|
478
|
+
### Example
|
|
479
|
+
|
|
480
|
+
```ruby
|
|
481
|
+
# load the gem
|
|
482
|
+
require 'korona-cloud-client'
|
|
483
|
+
# setup authorization
|
|
484
|
+
KoronaCloudClient.configure do |config|
|
|
485
|
+
# Configure HTTP basic authorization: basicAuth
|
|
486
|
+
config.username = 'YOUR USERNAME'
|
|
487
|
+
config.password = 'YOUR PASSWORD'
|
|
488
|
+
end
|
|
489
|
+
|
|
490
|
+
api_instance = KoronaCloudClient::InventoriesApi.new
|
|
491
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
492
|
+
inventory_id = 'inventory_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
493
|
+
inventory_list_id = 'inventory_list_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
494
|
+
opts = {
|
|
495
|
+
page: 56, # Integer | number of the page to fetch
|
|
496
|
+
size: 56, # Integer | amount of objects to return per page
|
|
497
|
+
sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
498
|
+
revision: 56 # Integer | last revision number, objects with a greater revision than this will be returned
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
begin
|
|
502
|
+
#lists all inventory list items
|
|
503
|
+
result = api_instance.get_inventory_inventory_list_items(korona_account_id, inventory_id, inventory_list_id, opts)
|
|
504
|
+
p result
|
|
505
|
+
rescue KoronaCloudClient::ApiError => e
|
|
506
|
+
puts "Exception when calling InventoriesApi->get_inventory_inventory_list_items: #{e}"
|
|
507
|
+
end
|
|
508
|
+
```
|
|
509
|
+
|
|
510
|
+
### Parameters
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
Name | Type | Description | Notes
|
|
514
|
+
------------- | ------------- | ------------- | -------------
|
|
515
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
516
|
+
**inventory_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
517
|
+
**inventory_list_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
518
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
519
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
520
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
521
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
522
|
+
|
|
523
|
+
### Return type
|
|
524
|
+
|
|
525
|
+
[**ResultListInventoryListItem**](ResultListInventoryListItem.md)
|
|
526
|
+
|
|
527
|
+
### Authorization
|
|
528
|
+
|
|
529
|
+
[basicAuth](../README.md#basicAuth)
|
|
530
|
+
|
|
531
|
+
### HTTP request headers
|
|
532
|
+
|
|
533
|
+
- **Content-Type**: Not defined
|
|
534
|
+
- **Accept**: application/json
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
## get_inventory_inventory_lists
|
|
538
|
+
|
|
539
|
+
> ResultListInventoryList get_inventory_inventory_lists(korona_account_id, inventory_id, opts)
|
|
540
|
+
|
|
541
|
+
lists all inventory lists
|
|
542
|
+
|
|
543
|
+
### Example
|
|
544
|
+
|
|
545
|
+
```ruby
|
|
546
|
+
# load the gem
|
|
547
|
+
require 'korona-cloud-client'
|
|
548
|
+
# setup authorization
|
|
549
|
+
KoronaCloudClient.configure do |config|
|
|
550
|
+
# Configure HTTP basic authorization: basicAuth
|
|
551
|
+
config.username = 'YOUR USERNAME'
|
|
552
|
+
config.password = 'YOUR PASSWORD'
|
|
553
|
+
end
|
|
554
|
+
|
|
555
|
+
api_instance = KoronaCloudClient::InventoriesApi.new
|
|
556
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
557
|
+
inventory_id = 'inventory_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
558
|
+
opts = {
|
|
559
|
+
page: 56, # Integer | number of the page to fetch
|
|
560
|
+
size: 56, # Integer | amount of objects to return per page
|
|
561
|
+
sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
562
|
+
revision: 56, # Integer | last revision number, objects with a greater revision than this will be returned
|
|
563
|
+
include_deleted: true, # Boolean | indicates deleted objects should be loaded or not (default: false)
|
|
564
|
+
min_create_time: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | min (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
565
|
+
max_create_time: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | max (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
566
|
+
min_booking_time: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | min (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
567
|
+
max_booking_time: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | max (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional)
|
|
568
|
+
booking_status: 'booking_status_example', # String | booking status (possible values: BOOKED, IN_PROGRESS)
|
|
569
|
+
number: 'number_example' # String | number of the related object
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
begin
|
|
573
|
+
#lists all inventory lists
|
|
574
|
+
result = api_instance.get_inventory_inventory_lists(korona_account_id, inventory_id, opts)
|
|
575
|
+
p result
|
|
576
|
+
rescue KoronaCloudClient::ApiError => e
|
|
577
|
+
puts "Exception when calling InventoriesApi->get_inventory_inventory_lists: #{e}"
|
|
578
|
+
end
|
|
579
|
+
```
|
|
580
|
+
|
|
581
|
+
### Parameters
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
Name | Type | Description | Notes
|
|
585
|
+
------------- | ------------- | ------------- | -------------
|
|
586
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
587
|
+
**inventory_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
588
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
589
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
590
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
591
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
592
|
+
**include_deleted** | **Boolean**| indicates deleted objects should be loaded or not (default: false) | [optional]
|
|
593
|
+
**min_create_time** | **DateTime**| min (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional) | [optional]
|
|
594
|
+
**max_create_time** | **DateTime**| max (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional) | [optional]
|
|
595
|
+
**min_booking_time** | **DateTime**| min (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional) | [optional]
|
|
596
|
+
**max_booking_time** | **DateTime**| max (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional) | [optional]
|
|
597
|
+
**booking_status** | **String**| booking status (possible values: BOOKED, IN_PROGRESS) | [optional]
|
|
598
|
+
**number** | **String**| number of the related object | [optional]
|
|
599
|
+
|
|
600
|
+
### Return type
|
|
601
|
+
|
|
602
|
+
[**ResultListInventoryList**](ResultListInventoryList.md)
|
|
603
|
+
|
|
604
|
+
### Authorization
|
|
605
|
+
|
|
606
|
+
[basicAuth](../README.md#basicAuth)
|
|
607
|
+
|
|
608
|
+
### HTTP request headers
|
|
609
|
+
|
|
610
|
+
- **Content-Type**: Not defined
|
|
611
|
+
- **Accept**: application/json
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
## update_inventory
|
|
615
|
+
|
|
616
|
+
> update_inventory(korona_account_id, inventory_id, body)
|
|
617
|
+
|
|
618
|
+
updates the single inventory
|
|
619
|
+
|
|
620
|
+
### Example
|
|
621
|
+
|
|
622
|
+
```ruby
|
|
623
|
+
# load the gem
|
|
624
|
+
require 'korona-cloud-client'
|
|
625
|
+
# setup authorization
|
|
626
|
+
KoronaCloudClient.configure do |config|
|
|
627
|
+
# Configure HTTP basic authorization: basicAuth
|
|
628
|
+
config.username = 'YOUR USERNAME'
|
|
629
|
+
config.password = 'YOUR PASSWORD'
|
|
630
|
+
end
|
|
631
|
+
|
|
632
|
+
api_instance = KoronaCloudClient::InventoriesApi.new
|
|
633
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
634
|
+
inventory_id = 'inventory_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
635
|
+
body = KoronaCloudClient::Inventory.new # Inventory | the properties to update of the inventory
|
|
636
|
+
|
|
637
|
+
begin
|
|
638
|
+
#updates the single inventory
|
|
639
|
+
api_instance.update_inventory(korona_account_id, inventory_id, body)
|
|
640
|
+
rescue KoronaCloudClient::ApiError => e
|
|
641
|
+
puts "Exception when calling InventoriesApi->update_inventory: #{e}"
|
|
642
|
+
end
|
|
643
|
+
```
|
|
644
|
+
|
|
645
|
+
### Parameters
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
Name | Type | Description | Notes
|
|
649
|
+
------------- | ------------- | ------------- | -------------
|
|
650
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
651
|
+
**inventory_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
652
|
+
**body** | [**Inventory**](Inventory.md)| the properties to update of the inventory |
|
|
653
|
+
|
|
654
|
+
### Return type
|
|
655
|
+
|
|
656
|
+
nil (empty response body)
|
|
657
|
+
|
|
658
|
+
### Authorization
|
|
659
|
+
|
|
660
|
+
[basicAuth](../README.md#basicAuth)
|
|
661
|
+
|
|
662
|
+
### HTTP request headers
|
|
663
|
+
|
|
664
|
+
- **Content-Type**: application/json
|
|
665
|
+
- **Accept**: application/json
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
## update_inventory_inventory_list
|
|
669
|
+
|
|
670
|
+
> update_inventory_inventory_list(korona_account_id, inventory_id, inventory_list_id, body)
|
|
671
|
+
|
|
672
|
+
updates the single inventory list
|
|
673
|
+
|
|
674
|
+
### Example
|
|
675
|
+
|
|
676
|
+
```ruby
|
|
677
|
+
# load the gem
|
|
678
|
+
require 'korona-cloud-client'
|
|
679
|
+
# setup authorization
|
|
680
|
+
KoronaCloudClient.configure do |config|
|
|
681
|
+
# Configure HTTP basic authorization: basicAuth
|
|
682
|
+
config.username = 'YOUR USERNAME'
|
|
683
|
+
config.password = 'YOUR PASSWORD'
|
|
684
|
+
end
|
|
685
|
+
|
|
686
|
+
api_instance = KoronaCloudClient::InventoriesApi.new
|
|
687
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
688
|
+
inventory_id = 'inventory_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
689
|
+
inventory_list_id = 'inventory_list_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
690
|
+
body = KoronaCloudClient::InventoryList.new # InventoryList | data to update
|
|
691
|
+
|
|
692
|
+
begin
|
|
693
|
+
#updates the single inventory list
|
|
694
|
+
api_instance.update_inventory_inventory_list(korona_account_id, inventory_id, inventory_list_id, body)
|
|
695
|
+
rescue KoronaCloudClient::ApiError => e
|
|
696
|
+
puts "Exception when calling InventoriesApi->update_inventory_inventory_list: #{e}"
|
|
697
|
+
end
|
|
698
|
+
```
|
|
699
|
+
|
|
700
|
+
### Parameters
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
Name | Type | Description | Notes
|
|
704
|
+
------------- | ------------- | ------------- | -------------
|
|
705
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
706
|
+
**inventory_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
707
|
+
**inventory_list_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
708
|
+
**body** | [**InventoryList**](InventoryList.md)| data to update |
|
|
709
|
+
|
|
710
|
+
### Return type
|
|
711
|
+
|
|
712
|
+
nil (empty response body)
|
|
713
|
+
|
|
714
|
+
### Authorization
|
|
715
|
+
|
|
716
|
+
[basicAuth](../README.md#basicAuth)
|
|
717
|
+
|
|
718
|
+
### HTTP request headers
|
|
719
|
+
|
|
720
|
+
- **Content-Type**: application/json
|
|
721
|
+
- **Accept**: application/json
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
## update_inventory_inventory_list_item
|
|
725
|
+
|
|
726
|
+
> update_inventory_inventory_list_item(korona_account_id, inventory_id, inventory_list_id, product_id, body)
|
|
727
|
+
|
|
728
|
+
updates the single inventory list item
|
|
729
|
+
|
|
730
|
+
### Example
|
|
731
|
+
|
|
732
|
+
```ruby
|
|
733
|
+
# load the gem
|
|
734
|
+
require 'korona-cloud-client'
|
|
735
|
+
# setup authorization
|
|
736
|
+
KoronaCloudClient.configure do |config|
|
|
737
|
+
# Configure HTTP basic authorization: basicAuth
|
|
738
|
+
config.username = 'YOUR USERNAME'
|
|
739
|
+
config.password = 'YOUR PASSWORD'
|
|
740
|
+
end
|
|
741
|
+
|
|
742
|
+
api_instance = KoronaCloudClient::InventoriesApi.new
|
|
743
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
744
|
+
inventory_id = 'inventory_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
745
|
+
inventory_list_id = 'inventory_list_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
746
|
+
product_id = 'product_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
747
|
+
body = KoronaCloudClient::InventoryListItem.new # InventoryListItem | data to update
|
|
748
|
+
|
|
749
|
+
begin
|
|
750
|
+
#updates the single inventory list item
|
|
751
|
+
api_instance.update_inventory_inventory_list_item(korona_account_id, inventory_id, inventory_list_id, product_id, body)
|
|
752
|
+
rescue KoronaCloudClient::ApiError => e
|
|
753
|
+
puts "Exception when calling InventoriesApi->update_inventory_inventory_list_item: #{e}"
|
|
754
|
+
end
|
|
755
|
+
```
|
|
756
|
+
|
|
757
|
+
### Parameters
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
Name | Type | Description | Notes
|
|
761
|
+
------------- | ------------- | ------------- | -------------
|
|
762
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
763
|
+
**inventory_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
764
|
+
**inventory_list_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
765
|
+
**product_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
766
|
+
**body** | [**InventoryListItem**](InventoryListItem.md)| data to update |
|
|
767
|
+
|
|
768
|
+
### Return type
|
|
769
|
+
|
|
770
|
+
nil (empty response body)
|
|
771
|
+
|
|
772
|
+
### Authorization
|
|
773
|
+
|
|
774
|
+
[basicAuth](../README.md#basicAuth)
|
|
775
|
+
|
|
776
|
+
### HTTP request headers
|
|
777
|
+
|
|
778
|
+
- **Content-Type**: application/json
|
|
779
|
+
- **Accept**: application/json
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
## update_inventory_inventory_list_items
|
|
783
|
+
|
|
784
|
+
> Array<AddOrUpdateResult> update_inventory_inventory_list_items(korona_account_id, inventory_id, inventory_list_id, body)
|
|
785
|
+
|
|
786
|
+
updates inventory list items (property [product] required))
|
|
787
|
+
|
|
788
|
+
### Example
|
|
789
|
+
|
|
790
|
+
```ruby
|
|
791
|
+
# load the gem
|
|
792
|
+
require 'korona-cloud-client'
|
|
793
|
+
# setup authorization
|
|
794
|
+
KoronaCloudClient.configure do |config|
|
|
795
|
+
# Configure HTTP basic authorization: basicAuth
|
|
796
|
+
config.username = 'YOUR USERNAME'
|
|
797
|
+
config.password = 'YOUR PASSWORD'
|
|
798
|
+
end
|
|
799
|
+
|
|
800
|
+
api_instance = KoronaCloudClient::InventoriesApi.new
|
|
801
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
802
|
+
inventory_id = 'inventory_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
803
|
+
inventory_list_id = 'inventory_list_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
804
|
+
body = [KoronaCloudClient::InventoryListItem.new] # Array<InventoryListItem> | an array of inventory list items to update
|
|
805
|
+
|
|
806
|
+
begin
|
|
807
|
+
#updates inventory list items (property [product] required))
|
|
808
|
+
result = api_instance.update_inventory_inventory_list_items(korona_account_id, inventory_id, inventory_list_id, body)
|
|
809
|
+
p result
|
|
810
|
+
rescue KoronaCloudClient::ApiError => e
|
|
811
|
+
puts "Exception when calling InventoriesApi->update_inventory_inventory_list_items: #{e}"
|
|
812
|
+
end
|
|
813
|
+
```
|
|
814
|
+
|
|
815
|
+
### Parameters
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
Name | Type | Description | Notes
|
|
819
|
+
------------- | ------------- | ------------- | -------------
|
|
820
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
821
|
+
**inventory_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
822
|
+
**inventory_list_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
823
|
+
**body** | [**Array<InventoryListItem>**](InventoryListItem.md)| an array of inventory list items to update |
|
|
824
|
+
|
|
825
|
+
### Return type
|
|
826
|
+
|
|
827
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
828
|
+
|
|
829
|
+
### Authorization
|
|
830
|
+
|
|
831
|
+
[basicAuth](../README.md#basicAuth)
|
|
832
|
+
|
|
833
|
+
### HTTP request headers
|
|
834
|
+
|
|
835
|
+
- **Content-Type**: application/json
|
|
836
|
+
- **Accept**: application/json
|
|
837
|
+
|