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/Attendance.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# KoronaCloudClient::Attendance
|
|
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
|
+
**category_name** | **String** | | [optional]
|
|
12
|
+
**category_id** | **String** | | [optional]
|
|
13
|
+
**creation_time** | **DateTime** | | [optional]
|
|
14
|
+
**event** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
15
|
+
**expiration_time** | **DateTime** | | [optional]
|
|
16
|
+
**seats** | **Integer** | | [optional]
|
|
17
|
+
|
|
18
|
+
## Code Sample
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'KoronaCloudClient'
|
|
22
|
+
|
|
23
|
+
instance = KoronaCloudClient::Attendance.new(active: null,
|
|
24
|
+
id: null,
|
|
25
|
+
number: null,
|
|
26
|
+
revision: null,
|
|
27
|
+
category_name: null,
|
|
28
|
+
category_id: null,
|
|
29
|
+
creation_time: null,
|
|
30
|
+
event: null,
|
|
31
|
+
expiration_time: null,
|
|
32
|
+
seats: null)
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# KoronaCloudClient::BadRequestError
|
|
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::BadRequestError.new(message: null,
|
|
16
|
+
code: null)
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
|
data/docs/Capacity.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# KoronaCloudClient::Capacity
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**available** | **Integer** | | [optional]
|
|
8
|
+
**total** | **Integer** | | [optional]
|
|
9
|
+
|
|
10
|
+
## Code Sample
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'KoronaCloudClient'
|
|
14
|
+
|
|
15
|
+
instance = KoronaCloudClient::Capacity.new(available: null,
|
|
16
|
+
total: null)
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
|
data/docs/Cashier.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# KoronaCloudClient::Cashier
|
|
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
|
+
**_alias** | **String** | | [optional]
|
|
12
|
+
**deactivated** | **Boolean** | | [optional]
|
|
13
|
+
**email** | **String** | | [optional]
|
|
14
|
+
**firstname** | **String** | | [optional]
|
|
15
|
+
**gender** | **String** | | [optional]
|
|
16
|
+
**login_code** | **String** | contains the md5 hash of the cashiers login code | [optional]
|
|
17
|
+
**login_password** | **String** | contains the md5 hash of the cashiers login password | [optional]
|
|
18
|
+
**permissions** | **Array<String>** | | [optional]
|
|
19
|
+
**role** | **String** | | [optional]
|
|
20
|
+
**surname** | **String** | | [optional]
|
|
21
|
+
|
|
22
|
+
## Code Sample
|
|
23
|
+
|
|
24
|
+
```ruby
|
|
25
|
+
require 'KoronaCloudClient'
|
|
26
|
+
|
|
27
|
+
instance = KoronaCloudClient::Cashier.new(active: null,
|
|
28
|
+
id: null,
|
|
29
|
+
number: null,
|
|
30
|
+
revision: null,
|
|
31
|
+
_alias: null,
|
|
32
|
+
deactivated: null,
|
|
33
|
+
email: null,
|
|
34
|
+
firstname: null,
|
|
35
|
+
gender: null,
|
|
36
|
+
login_code: null,
|
|
37
|
+
login_password: null,
|
|
38
|
+
permissions: null,
|
|
39
|
+
role: null,
|
|
40
|
+
surname: null)
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# KoronaCloudClient::CashierSummary
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**cancelled_items** | [**AmountCountData**](AmountCountData.md) | | [optional]
|
|
8
|
+
**cancelled_receipts** | [**AmountCountData**](AmountCountData.md) | | [optional]
|
|
9
|
+
**cashier** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
10
|
+
**receipts** | [**AmountCountData**](AmountCountData.md) | | [optional]
|
|
11
|
+
**returns** | [**AmountCountData**](AmountCountData.md) | | [optional]
|
|
12
|
+
**voided_receipts** | [**AmountCountData**](AmountCountData.md) | | [optional]
|
|
13
|
+
|
|
14
|
+
## Code Sample
|
|
15
|
+
|
|
16
|
+
```ruby
|
|
17
|
+
require 'KoronaCloudClient'
|
|
18
|
+
|
|
19
|
+
instance = KoronaCloudClient::CashierSummary.new(cancelled_items: null,
|
|
20
|
+
cancelled_receipts: null,
|
|
21
|
+
cashier: null,
|
|
22
|
+
receipts: null,
|
|
23
|
+
returns: null,
|
|
24
|
+
voided_receipts: null)
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
|
data/docs/CashiersApi.md
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
# KoronaCloudClient::CashiersApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://www.koronacloud.com/web/api/v3*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**get_cashier**](CashiersApi.md#get_cashier) | **GET** /accounts/{koronaAccountId}/cashiers/{cashierId} | returns the single cashier
|
|
8
|
+
[**get_cashiers**](CashiersApi.md#get_cashiers) | **GET** /accounts/{koronaAccountId}/cashiers | lists all cashiers
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## get_cashier
|
|
13
|
+
|
|
14
|
+
> Cashier get_cashier(korona_account_id, cashier_id)
|
|
15
|
+
|
|
16
|
+
returns the single cashier
|
|
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::CashiersApi.new
|
|
31
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
32
|
+
cashier_id = 'cashier_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
33
|
+
|
|
34
|
+
begin
|
|
35
|
+
#returns the single cashier
|
|
36
|
+
result = api_instance.get_cashier(korona_account_id, cashier_id)
|
|
37
|
+
p result
|
|
38
|
+
rescue KoronaCloudClient::ApiError => e
|
|
39
|
+
puts "Exception when calling CashiersApi->get_cashier: #{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
|
+
**cashier_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
50
|
+
|
|
51
|
+
### Return type
|
|
52
|
+
|
|
53
|
+
[**Cashier**](Cashier.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_cashiers
|
|
66
|
+
|
|
67
|
+
> ResultListCashier get_cashiers(korona_account_id, opts)
|
|
68
|
+
|
|
69
|
+
lists all cashiers
|
|
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::CashiersApi.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 cashiers
|
|
96
|
+
result = api_instance.get_cashiers(korona_account_id, opts)
|
|
97
|
+
p result
|
|
98
|
+
rescue KoronaCloudClient::ApiError => e
|
|
99
|
+
puts "Exception when calling CashiersApi->get_cashiers: #{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
|
+
[**ResultListCashier**](ResultListCashier.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/Category.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# KoronaCloudClient::Category
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**name** | **String** | | [optional]
|
|
8
|
+
**product** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
9
|
+
**external_id** | **String** | | [optional]
|
|
10
|
+
|
|
11
|
+
## Code Sample
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'KoronaCloudClient'
|
|
15
|
+
|
|
16
|
+
instance = KoronaCloudClient::Category.new(name: null,
|
|
17
|
+
product: null,
|
|
18
|
+
external_id: null)
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# KoronaCloudClient::CloudSubscription
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**status** | **String** | | [optional]
|
|
8
|
+
**valid_to** | **DateTime** | | [optional]
|
|
9
|
+
|
|
10
|
+
## Code Sample
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'KoronaCloudClient'
|
|
14
|
+
|
|
15
|
+
instance = KoronaCloudClient::CloudSubscription.new(status: null,
|
|
16
|
+
valid_to: null)
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# KoronaCloudClient::CommodityGroup
|
|
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
|
+
**name** | **String** | | [optional]
|
|
12
|
+
**parent_commodity_group** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
13
|
+
|
|
14
|
+
## Code Sample
|
|
15
|
+
|
|
16
|
+
```ruby
|
|
17
|
+
require 'KoronaCloudClient'
|
|
18
|
+
|
|
19
|
+
instance = KoronaCloudClient::CommodityGroup.new(active: null,
|
|
20
|
+
id: null,
|
|
21
|
+
number: null,
|
|
22
|
+
revision: null,
|
|
23
|
+
name: null,
|
|
24
|
+
parent_commodity_group: null)
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# KoronaCloudClient::CommodityGroupSummary
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**commodity_group** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
8
|
+
**discount_amount** | **Float** | | [optional]
|
|
9
|
+
**items** | **Float** | | [optional]
|
|
10
|
+
**revenue** | **Float** | | [optional]
|
|
11
|
+
|
|
12
|
+
## Code Sample
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'KoronaCloudClient'
|
|
16
|
+
|
|
17
|
+
instance = KoronaCloudClient::CommodityGroupSummary.new(commodity_group: null,
|
|
18
|
+
discount_amount: null,
|
|
19
|
+
items: null,
|
|
20
|
+
revenue: null)
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,402 @@
|
|
|
1
|
+
# KoronaCloudClient::CommodityGroupsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://www.koronacloud.com/web/api/v3*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**add_commodity_groups**](CommodityGroupsApi.md#add_commodity_groups) | **POST** /accounts/{koronaAccountId}/commodityGroups | adds a batch of new commodity groups
|
|
8
|
+
[**delete_commodity_group**](CommodityGroupsApi.md#delete_commodity_group) | **DELETE** /accounts/{koronaAccountId}/commodityGroups/{commodityGroupId} | deletes the single commodity group
|
|
9
|
+
[**delete_commodity_groups**](CommodityGroupsApi.md#delete_commodity_groups) | **DELETE** /accounts/{koronaAccountId}/commodityGroups | deletes a batch of commodity groups
|
|
10
|
+
[**get_commodity_group**](CommodityGroupsApi.md#get_commodity_group) | **GET** /accounts/{koronaAccountId}/commodityGroups/{commodityGroupId} | returns the single commodity group
|
|
11
|
+
[**get_commodity_groups**](CommodityGroupsApi.md#get_commodity_groups) | **GET** /accounts/{koronaAccountId}/commodityGroups | lists all commodity groups
|
|
12
|
+
[**update_commodity_group**](CommodityGroupsApi.md#update_commodity_group) | **PATCH** /accounts/{koronaAccountId}/commodityGroups/{commodityGroupId} | updates the single commodity group
|
|
13
|
+
[**update_commodity_groups**](CommodityGroupsApi.md#update_commodity_groups) | **PATCH** /accounts/{koronaAccountId}/commodityGroups | updates a batch of commodity groups
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## add_commodity_groups
|
|
18
|
+
|
|
19
|
+
> Array<AddOrUpdateResult> add_commodity_groups(korona_account_id, body, opts)
|
|
20
|
+
|
|
21
|
+
adds a batch of new commodity groups
|
|
22
|
+
|
|
23
|
+
### Example
|
|
24
|
+
|
|
25
|
+
```ruby
|
|
26
|
+
# load the gem
|
|
27
|
+
require 'korona-cloud-client'
|
|
28
|
+
# setup authorization
|
|
29
|
+
KoronaCloudClient.configure do |config|
|
|
30
|
+
# Configure HTTP basic authorization: basicAuth
|
|
31
|
+
config.username = 'YOUR USERNAME'
|
|
32
|
+
config.password = 'YOUR PASSWORD'
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
api_instance = KoronaCloudClient::CommodityGroupsApi.new
|
|
36
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
37
|
+
body = [KoronaCloudClient::CommodityGroup.new] # Array<CommodityGroup> | an array of new commodity groups
|
|
38
|
+
opts = {
|
|
39
|
+
upsert: true # Boolean | when set to true, updates the object instead of generating a already-exists-error
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
begin
|
|
43
|
+
#adds a batch of new commodity groups
|
|
44
|
+
result = api_instance.add_commodity_groups(korona_account_id, body, opts)
|
|
45
|
+
p result
|
|
46
|
+
rescue KoronaCloudClient::ApiError => e
|
|
47
|
+
puts "Exception when calling CommodityGroupsApi->add_commodity_groups: #{e}"
|
|
48
|
+
end
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
### Parameters
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
Name | Type | Description | Notes
|
|
55
|
+
------------- | ------------- | ------------- | -------------
|
|
56
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
57
|
+
**body** | [**Array<CommodityGroup>**](CommodityGroup.md)| an array of new commodity groups |
|
|
58
|
+
**upsert** | **Boolean**| when set to true, updates the object instead of generating a already-exists-error | [optional]
|
|
59
|
+
|
|
60
|
+
### Return type
|
|
61
|
+
|
|
62
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
63
|
+
|
|
64
|
+
### Authorization
|
|
65
|
+
|
|
66
|
+
[basicAuth](../README.md#basicAuth)
|
|
67
|
+
|
|
68
|
+
### HTTP request headers
|
|
69
|
+
|
|
70
|
+
- **Content-Type**: application/json
|
|
71
|
+
- **Accept**: application/json
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
## delete_commodity_group
|
|
75
|
+
|
|
76
|
+
> delete_commodity_group(korona_account_id, commodity_group_id)
|
|
77
|
+
|
|
78
|
+
deletes the single commodity group
|
|
79
|
+
|
|
80
|
+
### Example
|
|
81
|
+
|
|
82
|
+
```ruby
|
|
83
|
+
# load the gem
|
|
84
|
+
require 'korona-cloud-client'
|
|
85
|
+
# setup authorization
|
|
86
|
+
KoronaCloudClient.configure do |config|
|
|
87
|
+
# Configure HTTP basic authorization: basicAuth
|
|
88
|
+
config.username = 'YOUR USERNAME'
|
|
89
|
+
config.password = 'YOUR PASSWORD'
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
api_instance = KoronaCloudClient::CommodityGroupsApi.new
|
|
93
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
94
|
+
commodity_group_id = 'commodity_group_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
95
|
+
|
|
96
|
+
begin
|
|
97
|
+
#deletes the single commodity group
|
|
98
|
+
api_instance.delete_commodity_group(korona_account_id, commodity_group_id)
|
|
99
|
+
rescue KoronaCloudClient::ApiError => e
|
|
100
|
+
puts "Exception when calling CommodityGroupsApi->delete_commodity_group: #{e}"
|
|
101
|
+
end
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
### Parameters
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
Name | Type | Description | Notes
|
|
108
|
+
------------- | ------------- | ------------- | -------------
|
|
109
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
110
|
+
**commodity_group_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
111
|
+
|
|
112
|
+
### Return type
|
|
113
|
+
|
|
114
|
+
nil (empty response body)
|
|
115
|
+
|
|
116
|
+
### Authorization
|
|
117
|
+
|
|
118
|
+
[basicAuth](../README.md#basicAuth)
|
|
119
|
+
|
|
120
|
+
### HTTP request headers
|
|
121
|
+
|
|
122
|
+
- **Content-Type**: Not defined
|
|
123
|
+
- **Accept**: application/json
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## delete_commodity_groups
|
|
127
|
+
|
|
128
|
+
> Array<AddOrUpdateResult> delete_commodity_groups(korona_account_id, body)
|
|
129
|
+
|
|
130
|
+
deletes a batch of commodity groups
|
|
131
|
+
|
|
132
|
+
### Example
|
|
133
|
+
|
|
134
|
+
```ruby
|
|
135
|
+
# load the gem
|
|
136
|
+
require 'korona-cloud-client'
|
|
137
|
+
# setup authorization
|
|
138
|
+
KoronaCloudClient.configure do |config|
|
|
139
|
+
# Configure HTTP basic authorization: basicAuth
|
|
140
|
+
config.username = 'YOUR USERNAME'
|
|
141
|
+
config.password = 'YOUR PASSWORD'
|
|
142
|
+
end
|
|
143
|
+
|
|
144
|
+
api_instance = KoronaCloudClient::CommodityGroupsApi.new
|
|
145
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
146
|
+
body = [KoronaCloudClient::CommodityGroup.new] # Array<CommodityGroup> | array of existing commodity groups (id or number required)
|
|
147
|
+
|
|
148
|
+
begin
|
|
149
|
+
#deletes a batch of commodity groups
|
|
150
|
+
result = api_instance.delete_commodity_groups(korona_account_id, body)
|
|
151
|
+
p result
|
|
152
|
+
rescue KoronaCloudClient::ApiError => e
|
|
153
|
+
puts "Exception when calling CommodityGroupsApi->delete_commodity_groups: #{e}"
|
|
154
|
+
end
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
### Parameters
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
Name | Type | Description | Notes
|
|
161
|
+
------------- | ------------- | ------------- | -------------
|
|
162
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
163
|
+
**body** | [**Array<CommodityGroup>**](CommodityGroup.md)| array of existing commodity groups (id or number required) |
|
|
164
|
+
|
|
165
|
+
### Return type
|
|
166
|
+
|
|
167
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
168
|
+
|
|
169
|
+
### Authorization
|
|
170
|
+
|
|
171
|
+
[basicAuth](../README.md#basicAuth)
|
|
172
|
+
|
|
173
|
+
### HTTP request headers
|
|
174
|
+
|
|
175
|
+
- **Content-Type**: application/json
|
|
176
|
+
- **Accept**: application/json
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
## get_commodity_group
|
|
180
|
+
|
|
181
|
+
> CommodityGroup get_commodity_group(korona_account_id, commodity_group_id)
|
|
182
|
+
|
|
183
|
+
returns the single commodity group
|
|
184
|
+
|
|
185
|
+
### Example
|
|
186
|
+
|
|
187
|
+
```ruby
|
|
188
|
+
# load the gem
|
|
189
|
+
require 'korona-cloud-client'
|
|
190
|
+
# setup authorization
|
|
191
|
+
KoronaCloudClient.configure do |config|
|
|
192
|
+
# Configure HTTP basic authorization: basicAuth
|
|
193
|
+
config.username = 'YOUR USERNAME'
|
|
194
|
+
config.password = 'YOUR PASSWORD'
|
|
195
|
+
end
|
|
196
|
+
|
|
197
|
+
api_instance = KoronaCloudClient::CommodityGroupsApi.new
|
|
198
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
199
|
+
commodity_group_id = 'commodity_group_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
200
|
+
|
|
201
|
+
begin
|
|
202
|
+
#returns the single commodity group
|
|
203
|
+
result = api_instance.get_commodity_group(korona_account_id, commodity_group_id)
|
|
204
|
+
p result
|
|
205
|
+
rescue KoronaCloudClient::ApiError => e
|
|
206
|
+
puts "Exception when calling CommodityGroupsApi->get_commodity_group: #{e}"
|
|
207
|
+
end
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
### Parameters
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
Name | Type | Description | Notes
|
|
214
|
+
------------- | ------------- | ------------- | -------------
|
|
215
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
216
|
+
**commodity_group_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
217
|
+
|
|
218
|
+
### Return type
|
|
219
|
+
|
|
220
|
+
[**CommodityGroup**](CommodityGroup.md)
|
|
221
|
+
|
|
222
|
+
### Authorization
|
|
223
|
+
|
|
224
|
+
[basicAuth](../README.md#basicAuth)
|
|
225
|
+
|
|
226
|
+
### HTTP request headers
|
|
227
|
+
|
|
228
|
+
- **Content-Type**: Not defined
|
|
229
|
+
- **Accept**: application/json
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
## get_commodity_groups
|
|
233
|
+
|
|
234
|
+
> ResultListCommodityGroup get_commodity_groups(korona_account_id, opts)
|
|
235
|
+
|
|
236
|
+
lists all commodity groups
|
|
237
|
+
|
|
238
|
+
### Example
|
|
239
|
+
|
|
240
|
+
```ruby
|
|
241
|
+
# load the gem
|
|
242
|
+
require 'korona-cloud-client'
|
|
243
|
+
# setup authorization
|
|
244
|
+
KoronaCloudClient.configure do |config|
|
|
245
|
+
# Configure HTTP basic authorization: basicAuth
|
|
246
|
+
config.username = 'YOUR USERNAME'
|
|
247
|
+
config.password = 'YOUR PASSWORD'
|
|
248
|
+
end
|
|
249
|
+
|
|
250
|
+
api_instance = KoronaCloudClient::CommodityGroupsApi.new
|
|
251
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
252
|
+
opts = {
|
|
253
|
+
page: 56, # Integer | number of the page to fetch
|
|
254
|
+
size: 56, # Integer | amount of objects to return per page
|
|
255
|
+
sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
256
|
+
revision: 56, # Integer | last revision number, objects with a greater revision than this will be returned
|
|
257
|
+
include_deleted: true, # Boolean | indicates deleted objects should be loaded or not (default: false)
|
|
258
|
+
number: 'number_example' # String | number of the related object
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
begin
|
|
262
|
+
#lists all commodity groups
|
|
263
|
+
result = api_instance.get_commodity_groups(korona_account_id, opts)
|
|
264
|
+
p result
|
|
265
|
+
rescue KoronaCloudClient::ApiError => e
|
|
266
|
+
puts "Exception when calling CommodityGroupsApi->get_commodity_groups: #{e}"
|
|
267
|
+
end
|
|
268
|
+
```
|
|
269
|
+
|
|
270
|
+
### Parameters
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
Name | Type | Description | Notes
|
|
274
|
+
------------- | ------------- | ------------- | -------------
|
|
275
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
276
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
277
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
278
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
279
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
280
|
+
**include_deleted** | **Boolean**| indicates deleted objects should be loaded or not (default: false) | [optional]
|
|
281
|
+
**number** | **String**| number of the related object | [optional]
|
|
282
|
+
|
|
283
|
+
### Return type
|
|
284
|
+
|
|
285
|
+
[**ResultListCommodityGroup**](ResultListCommodityGroup.md)
|
|
286
|
+
|
|
287
|
+
### Authorization
|
|
288
|
+
|
|
289
|
+
[basicAuth](../README.md#basicAuth)
|
|
290
|
+
|
|
291
|
+
### HTTP request headers
|
|
292
|
+
|
|
293
|
+
- **Content-Type**: Not defined
|
|
294
|
+
- **Accept**: application/json
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
## update_commodity_group
|
|
298
|
+
|
|
299
|
+
> update_commodity_group(korona_account_id, commodity_group_id, body)
|
|
300
|
+
|
|
301
|
+
updates the single commodity group
|
|
302
|
+
|
|
303
|
+
### Example
|
|
304
|
+
|
|
305
|
+
```ruby
|
|
306
|
+
# load the gem
|
|
307
|
+
require 'korona-cloud-client'
|
|
308
|
+
# setup authorization
|
|
309
|
+
KoronaCloudClient.configure do |config|
|
|
310
|
+
# Configure HTTP basic authorization: basicAuth
|
|
311
|
+
config.username = 'YOUR USERNAME'
|
|
312
|
+
config.password = 'YOUR PASSWORD'
|
|
313
|
+
end
|
|
314
|
+
|
|
315
|
+
api_instance = KoronaCloudClient::CommodityGroupsApi.new
|
|
316
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
317
|
+
commodity_group_id = 'commodity_group_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
318
|
+
body = KoronaCloudClient::CommodityGroup.new # CommodityGroup | the properties to update of the commodity group
|
|
319
|
+
|
|
320
|
+
begin
|
|
321
|
+
#updates the single commodity group
|
|
322
|
+
api_instance.update_commodity_group(korona_account_id, commodity_group_id, body)
|
|
323
|
+
rescue KoronaCloudClient::ApiError => e
|
|
324
|
+
puts "Exception when calling CommodityGroupsApi->update_commodity_group: #{e}"
|
|
325
|
+
end
|
|
326
|
+
```
|
|
327
|
+
|
|
328
|
+
### Parameters
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
Name | Type | Description | Notes
|
|
332
|
+
------------- | ------------- | ------------- | -------------
|
|
333
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
334
|
+
**commodity_group_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
335
|
+
**body** | [**CommodityGroup**](CommodityGroup.md)| the properties to update of the commodity group |
|
|
336
|
+
|
|
337
|
+
### Return type
|
|
338
|
+
|
|
339
|
+
nil (empty response body)
|
|
340
|
+
|
|
341
|
+
### Authorization
|
|
342
|
+
|
|
343
|
+
[basicAuth](../README.md#basicAuth)
|
|
344
|
+
|
|
345
|
+
### HTTP request headers
|
|
346
|
+
|
|
347
|
+
- **Content-Type**: application/json
|
|
348
|
+
- **Accept**: application/json
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
## update_commodity_groups
|
|
352
|
+
|
|
353
|
+
> Array<AddOrUpdateResult> update_commodity_groups(korona_account_id, body)
|
|
354
|
+
|
|
355
|
+
updates a batch of commodity groups
|
|
356
|
+
|
|
357
|
+
### Example
|
|
358
|
+
|
|
359
|
+
```ruby
|
|
360
|
+
# load the gem
|
|
361
|
+
require 'korona-cloud-client'
|
|
362
|
+
# setup authorization
|
|
363
|
+
KoronaCloudClient.configure do |config|
|
|
364
|
+
# Configure HTTP basic authorization: basicAuth
|
|
365
|
+
config.username = 'YOUR USERNAME'
|
|
366
|
+
config.password = 'YOUR PASSWORD'
|
|
367
|
+
end
|
|
368
|
+
|
|
369
|
+
api_instance = KoronaCloudClient::CommodityGroupsApi.new
|
|
370
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
371
|
+
body = [KoronaCloudClient::CommodityGroup.new] # Array<CommodityGroup> | array of existing commodity groups (id or number required)
|
|
372
|
+
|
|
373
|
+
begin
|
|
374
|
+
#updates a batch of commodity groups
|
|
375
|
+
result = api_instance.update_commodity_groups(korona_account_id, body)
|
|
376
|
+
p result
|
|
377
|
+
rescue KoronaCloudClient::ApiError => e
|
|
378
|
+
puts "Exception when calling CommodityGroupsApi->update_commodity_groups: #{e}"
|
|
379
|
+
end
|
|
380
|
+
```
|
|
381
|
+
|
|
382
|
+
### Parameters
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
Name | Type | Description | Notes
|
|
386
|
+
------------- | ------------- | ------------- | -------------
|
|
387
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
388
|
+
**body** | [**Array<CommodityGroup>**](CommodityGroup.md)| array of existing commodity groups (id or number required) |
|
|
389
|
+
|
|
390
|
+
### Return type
|
|
391
|
+
|
|
392
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
393
|
+
|
|
394
|
+
### Authorization
|
|
395
|
+
|
|
396
|
+
[basicAuth](../README.md#basicAuth)
|
|
397
|
+
|
|
398
|
+
### HTTP request headers
|
|
399
|
+
|
|
400
|
+
- **Content-Type**: application/json
|
|
401
|
+
- **Accept**: application/json
|
|
402
|
+
|