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/Inventory.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# KoronaCloudClient::Inventory
|
|
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
|
+
**automatic_booking** | **Boolean** | | [optional]
|
|
12
|
+
**automatic_booking_after_days** | **Integer** | only if isAutomaticBooking=true | [optional]
|
|
13
|
+
**check_product_assortment_validity** | **Boolean** | | [optional]
|
|
14
|
+
**check_product_listing** | **Boolean** | | [optional]
|
|
15
|
+
**create_time** | **DateTime** | | [optional]
|
|
16
|
+
**description** | **String** | | [optional]
|
|
17
|
+
**execution_days** | **Array<String>** | only if type=PERPETUAL_INVENTORY | [optional]
|
|
18
|
+
**execution_time** | **DateTime** | | [optional]
|
|
19
|
+
**has_booked_receipts** | **Boolean** | | [optional]
|
|
20
|
+
**max_products_per_list** | **Integer** | only if type=ANNUAL_INVENTORY | INVENTORY_IRREGULARITY | [optional]
|
|
21
|
+
**one_commodity_group_per_inventory_list** | **Boolean** | only if type=ANNUAL_INVENTORY | INVENTORY_IRREGULARITY | [optional]
|
|
22
|
+
**only_negative_product_stocks** | **Boolean** | only if type=INVENTORY_IRREGULARITY | [optional]
|
|
23
|
+
**organizational_units** | [**Array<ModelReference>**](ModelReference.md) | | [optional]
|
|
24
|
+
**product_filter** | **String** | | [optional]
|
|
25
|
+
**type** | **String** | | [optional]
|
|
26
|
+
|
|
27
|
+
## Code Sample
|
|
28
|
+
|
|
29
|
+
```ruby
|
|
30
|
+
require 'KoronaCloudClient'
|
|
31
|
+
|
|
32
|
+
instance = KoronaCloudClient::Inventory.new(active: null,
|
|
33
|
+
id: null,
|
|
34
|
+
number: null,
|
|
35
|
+
revision: null,
|
|
36
|
+
automatic_booking: null,
|
|
37
|
+
automatic_booking_after_days: null,
|
|
38
|
+
check_product_assortment_validity: null,
|
|
39
|
+
check_product_listing: null,
|
|
40
|
+
create_time: null,
|
|
41
|
+
description: null,
|
|
42
|
+
execution_days: null,
|
|
43
|
+
execution_time: null,
|
|
44
|
+
has_booked_receipts: null,
|
|
45
|
+
max_products_per_list: null,
|
|
46
|
+
one_commodity_group_per_inventory_list: null,
|
|
47
|
+
only_negative_product_stocks: null,
|
|
48
|
+
organizational_units: null,
|
|
49
|
+
product_filter: null,
|
|
50
|
+
type: null)
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# KoronaCloudClient::InventoryList
|
|
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
|
+
**booking_time** | **DateTime** | | [optional] [readonly]
|
|
12
|
+
**booking_user** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
13
|
+
**cashier** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
14
|
+
**create_time** | **DateTime** | | [optional] [readonly]
|
|
15
|
+
**description** | **String** | | [optional]
|
|
16
|
+
**finish_time** | **DateTime** | | [optional] [readonly]
|
|
17
|
+
**inventory** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
18
|
+
**modified_time** | **DateTime** | | [optional] [readonly]
|
|
19
|
+
**organizational_unit** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
20
|
+
**point_of_sale** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
21
|
+
**status** | **String** | | [optional] [readonly]
|
|
22
|
+
|
|
23
|
+
## Code Sample
|
|
24
|
+
|
|
25
|
+
```ruby
|
|
26
|
+
require 'KoronaCloudClient'
|
|
27
|
+
|
|
28
|
+
instance = KoronaCloudClient::InventoryList.new(active: null,
|
|
29
|
+
id: null,
|
|
30
|
+
number: null,
|
|
31
|
+
revision: null,
|
|
32
|
+
booking_time: null,
|
|
33
|
+
booking_user: null,
|
|
34
|
+
cashier: null,
|
|
35
|
+
create_time: null,
|
|
36
|
+
description: null,
|
|
37
|
+
finish_time: null,
|
|
38
|
+
inventory: null,
|
|
39
|
+
modified_time: null,
|
|
40
|
+
organizational_unit: null,
|
|
41
|
+
point_of_sale: null,
|
|
42
|
+
status: null)
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# KoronaCloudClient::InventoryListItem
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**average_purchase_price** | **Float** | | [optional]
|
|
8
|
+
**index** | **Integer** | | [optional]
|
|
9
|
+
**product** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
10
|
+
**revision** | **Integer** | | [optional] [readonly]
|
|
11
|
+
**stock** | [**InventoryListItemStock**](InventoryListItemStock.md) | | [optional]
|
|
12
|
+
**stock_difference_reason** | **String** | | [optional]
|
|
13
|
+
|
|
14
|
+
## Code Sample
|
|
15
|
+
|
|
16
|
+
```ruby
|
|
17
|
+
require 'KoronaCloudClient'
|
|
18
|
+
|
|
19
|
+
instance = KoronaCloudClient::InventoryListItem.new(average_purchase_price: null,
|
|
20
|
+
index: null,
|
|
21
|
+
product: null,
|
|
22
|
+
revision: null,
|
|
23
|
+
stock: null,
|
|
24
|
+
stock_difference_reason: null)
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# KoronaCloudClient::InventoryListItemStock
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**actual** | **Float** | | [optional]
|
|
8
|
+
**nominal** | **Float** | | [optional]
|
|
9
|
+
|
|
10
|
+
## Code Sample
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'KoronaCloudClient'
|
|
14
|
+
|
|
15
|
+
instance = KoronaCloudClient::InventoryListItemStock.new(actual: null,
|
|
16
|
+
nominal: null)
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# KoronaCloudClient::KoronaAccount
|
|
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
|
+
**active_packages** | **Array<String>** | | [optional]
|
|
12
|
+
**address** | [**AddressInformation**](AddressInformation.md) | | [optional]
|
|
13
|
+
**cloud_subscription** | [**CloudSubscription**](CloudSubscription.md) | | [optional]
|
|
14
|
+
**company** | **String** | | [optional]
|
|
15
|
+
**identification** | [**CompanyIdentification**](CompanyIdentification.md) | | [optional]
|
|
16
|
+
**test_mode** | **Boolean** | | [optional]
|
|
17
|
+
|
|
18
|
+
## Code Sample
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'KoronaCloudClient'
|
|
22
|
+
|
|
23
|
+
instance = KoronaCloudClient::KoronaAccount.new(active: null,
|
|
24
|
+
id: null,
|
|
25
|
+
number: null,
|
|
26
|
+
revision: null,
|
|
27
|
+
active_packages: null,
|
|
28
|
+
address: null,
|
|
29
|
+
cloud_subscription: null,
|
|
30
|
+
company: null,
|
|
31
|
+
identification: null,
|
|
32
|
+
test_mode: null)
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# KoronaCloudClient::KoronaAccountApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://www.koronacloud.com/web/api/v3*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**get_korona_account**](KoronaAccountApi.md#get_korona_account) | **GET** /accounts/{koronaAccountId} | returns the single korona account
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## get_korona_account
|
|
12
|
+
|
|
13
|
+
> KoronaAccount get_korona_account(korona_account_id)
|
|
14
|
+
|
|
15
|
+
returns the single korona account
|
|
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::KoronaAccountApi.new
|
|
30
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
31
|
+
|
|
32
|
+
begin
|
|
33
|
+
#returns the single korona account
|
|
34
|
+
result = api_instance.get_korona_account(korona_account_id)
|
|
35
|
+
p result
|
|
36
|
+
rescue KoronaCloudClient::ApiError => e
|
|
37
|
+
puts "Exception when calling KoronaAccountApi->get_korona_account: #{e}"
|
|
38
|
+
end
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
### Parameters
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
Name | Type | Description | Notes
|
|
45
|
+
------------- | ------------- | ------------- | -------------
|
|
46
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
47
|
+
|
|
48
|
+
### Return type
|
|
49
|
+
|
|
50
|
+
[**KoronaAccount**](KoronaAccount.md)
|
|
51
|
+
|
|
52
|
+
### Authorization
|
|
53
|
+
|
|
54
|
+
[basicAuth](../README.md#basicAuth)
|
|
55
|
+
|
|
56
|
+
### HTTP request headers
|
|
57
|
+
|
|
58
|
+
- **Content-Type**: Not defined
|
|
59
|
+
- **Accept**: application/json
|
|
60
|
+
|
data/docs/MediaUrl.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# KoronaCloudClient::MediaUrl
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**url** | **String** | | [optional]
|
|
8
|
+
|
|
9
|
+
## Code Sample
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'KoronaCloudClient'
|
|
13
|
+
|
|
14
|
+
instance = KoronaCloudClient::MediaUrl.new(url: null)
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# KoronaCloudClient::MethodNotAllowedError
|
|
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::MethodNotAllowedError.new(message: null,
|
|
16
|
+
code: null)
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# KoronaCloudClient::ModelReference
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**id** | **String** | global object uuid (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). recommanded to use for linking purposes. will never change. | [optional]
|
|
8
|
+
**name** | **String** | name, like it is set in backoffice | [optional]
|
|
9
|
+
**number** | **String** | number, like it is set in backoffice | [optional]
|
|
10
|
+
|
|
11
|
+
## Code Sample
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'KoronaCloudClient'
|
|
15
|
+
|
|
16
|
+
instance = KoronaCloudClient::ModelReference.new(id: null,
|
|
17
|
+
name: null,
|
|
18
|
+
number: null)
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# KoronaCloudClient::NotFoundError
|
|
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::NotFoundError.new(message: null,
|
|
16
|
+
code: null)
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# KoronaCloudClient::OpeningHours
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**week_day** | **String** | | [optional]
|
|
8
|
+
**from** | **String** | | [optional]
|
|
9
|
+
**to** | **String** | | [optional]
|
|
10
|
+
|
|
11
|
+
## Code Sample
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'KoronaCloudClient'
|
|
15
|
+
|
|
16
|
+
instance = KoronaCloudClient::OpeningHours.new(week_day: null,
|
|
17
|
+
from: 13:37,
|
|
18
|
+
to: 13:37)
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# KoronaCloudClient::OrganizationalUnit
|
|
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
|
+
**address** | [**AddressInformation**](AddressInformation.md) | | [optional]
|
|
12
|
+
**economic_zone** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
13
|
+
**name** | **String** | |
|
|
14
|
+
**parent_organizational_unit** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
15
|
+
**price_group** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
16
|
+
**warehouse** | **Boolean** | | [optional]
|
|
17
|
+
**cost_center** | [**ModelReference**](ModelReference.md) | | [optional]
|
|
18
|
+
**opening_hours** | [**Array<OpeningHours>**](OpeningHours.md) | | [optional]
|
|
19
|
+
**eh_number** | **Integer** | | [optional]
|
|
20
|
+
|
|
21
|
+
## Code Sample
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
require 'KoronaCloudClient'
|
|
25
|
+
|
|
26
|
+
instance = KoronaCloudClient::OrganizationalUnit.new(active: null,
|
|
27
|
+
id: null,
|
|
28
|
+
number: null,
|
|
29
|
+
revision: null,
|
|
30
|
+
address: null,
|
|
31
|
+
economic_zone: null,
|
|
32
|
+
name: null,
|
|
33
|
+
parent_organizational_unit: null,
|
|
34
|
+
price_group: null,
|
|
35
|
+
warehouse: null,
|
|
36
|
+
cost_center: null,
|
|
37
|
+
opening_hours: null,
|
|
38
|
+
eh_number: null)
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
|
|
@@ -0,0 +1,690 @@
|
|
|
1
|
+
# KoronaCloudClient::OrganizationalUnitsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://www.koronacloud.com/web/api/v3*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**add_organizational_unit_day_ratings**](OrganizationalUnitsApi.md#add_organizational_unit_day_ratings) | **POST** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings | adds a batch of new day ratings
|
|
8
|
+
[**delete_organizational_unit_day_rating**](OrganizationalUnitsApi.md#delete_organizational_unit_day_rating) | **DELETE** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings/{dayRatingIdOrDate} | deletes the single day rating by its id or date
|
|
9
|
+
[**get_organizational_unit**](OrganizationalUnitsApi.md#get_organizational_unit) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId} | returns the single organizational unit
|
|
10
|
+
[**get_organizational_unit_day_rating**](OrganizationalUnitsApi.md#get_organizational_unit_day_rating) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings/{dayRatingIdOrDate} | returns the single day rating by its id or date
|
|
11
|
+
[**get_organizational_unit_day_ratings**](OrganizationalUnitsApi.md#get_organizational_unit_day_ratings) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings | lists all organizational unit related day ratings
|
|
12
|
+
[**get_organizational_unit_inventory_lists**](OrganizationalUnitsApi.md#get_organizational_unit_inventory_lists) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/inventoryLists | lists the inventory lists belonging to the organizational unit (KORONA.retail required)
|
|
13
|
+
[**get_organizational_unit_product_stocks**](OrganizationalUnitsApi.md#get_organizational_unit_product_stocks) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/productStocks | lists the product stocks of the organizational unit, in case it contains a warehouse (KORONA.retail required)
|
|
14
|
+
[**get_organizational_unit_stock_receipts**](OrganizationalUnitsApi.md#get_organizational_unit_stock_receipts) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/stockReceipts | lists the stock receipts belonging to the organizational unit (KORONA.retail required)
|
|
15
|
+
[**get_organizational_units**](OrganizationalUnitsApi.md#get_organizational_units) | **GET** /accounts/{koronaAccountId}/organizationalUnits | lists all organizational units
|
|
16
|
+
[**update_organizational_unit_day_rating**](OrganizationalUnitsApi.md#update_organizational_unit_day_rating) | **PATCH** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings/{dayRatingIdOrDate} | updates the day rating by its id or date
|
|
17
|
+
[**update_organizational_unit_day_ratings**](OrganizationalUnitsApi.md#update_organizational_unit_day_ratings) | **PATCH** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings | updates a batch of day ratings
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## add_organizational_unit_day_ratings
|
|
22
|
+
|
|
23
|
+
> Array<AddOrUpdateResult> add_organizational_unit_day_ratings(korona_account_id, organizational_unit_id, body)
|
|
24
|
+
|
|
25
|
+
adds a batch of new day ratings
|
|
26
|
+
|
|
27
|
+
### Example
|
|
28
|
+
|
|
29
|
+
```ruby
|
|
30
|
+
# load the gem
|
|
31
|
+
require 'korona-cloud-client'
|
|
32
|
+
# setup authorization
|
|
33
|
+
KoronaCloudClient.configure do |config|
|
|
34
|
+
# Configure HTTP basic authorization: basicAuth
|
|
35
|
+
config.username = 'YOUR USERNAME'
|
|
36
|
+
config.password = 'YOUR PASSWORD'
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
api_instance = KoronaCloudClient::OrganizationalUnitsApi.new
|
|
40
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
41
|
+
organizational_unit_id = 'organizational_unit_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
42
|
+
body = [KoronaCloudClient::DayRating.new] # Array<DayRating> | an array of new day ratings
|
|
43
|
+
|
|
44
|
+
begin
|
|
45
|
+
#adds a batch of new day ratings
|
|
46
|
+
result = api_instance.add_organizational_unit_day_ratings(korona_account_id, organizational_unit_id, body)
|
|
47
|
+
p result
|
|
48
|
+
rescue KoronaCloudClient::ApiError => e
|
|
49
|
+
puts "Exception when calling OrganizationalUnitsApi->add_organizational_unit_day_ratings: #{e}"
|
|
50
|
+
end
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### Parameters
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
Name | Type | Description | Notes
|
|
57
|
+
------------- | ------------- | ------------- | -------------
|
|
58
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
59
|
+
**organizational_unit_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
60
|
+
**body** | [**Array<DayRating>**](DayRating.md)| an array of new day ratings |
|
|
61
|
+
|
|
62
|
+
### Return type
|
|
63
|
+
|
|
64
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
65
|
+
|
|
66
|
+
### Authorization
|
|
67
|
+
|
|
68
|
+
[basicAuth](../README.md#basicAuth)
|
|
69
|
+
|
|
70
|
+
### HTTP request headers
|
|
71
|
+
|
|
72
|
+
- **Content-Type**: application/json
|
|
73
|
+
- **Accept**: application/json
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## delete_organizational_unit_day_rating
|
|
77
|
+
|
|
78
|
+
> delete_organizational_unit_day_rating(korona_account_id, organizational_unit_id, day_rating_id_or_date)
|
|
79
|
+
|
|
80
|
+
deletes the single day rating by its id or date
|
|
81
|
+
|
|
82
|
+
### Example
|
|
83
|
+
|
|
84
|
+
```ruby
|
|
85
|
+
# load the gem
|
|
86
|
+
require 'korona-cloud-client'
|
|
87
|
+
# setup authorization
|
|
88
|
+
KoronaCloudClient.configure do |config|
|
|
89
|
+
# Configure HTTP basic authorization: basicAuth
|
|
90
|
+
config.username = 'YOUR USERNAME'
|
|
91
|
+
config.password = 'YOUR PASSWORD'
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
api_instance = KoronaCloudClient::OrganizationalUnitsApi.new
|
|
95
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
96
|
+
organizational_unit_id = 'organizational_unit_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
97
|
+
day_rating_id_or_date = 'day_rating_id_or_date_example' # String | the id or date (YYYY-MM-DD) of the day rating
|
|
98
|
+
|
|
99
|
+
begin
|
|
100
|
+
#deletes the single day rating by its id or date
|
|
101
|
+
api_instance.delete_organizational_unit_day_rating(korona_account_id, organizational_unit_id, day_rating_id_or_date)
|
|
102
|
+
rescue KoronaCloudClient::ApiError => e
|
|
103
|
+
puts "Exception when calling OrganizationalUnitsApi->delete_organizational_unit_day_rating: #{e}"
|
|
104
|
+
end
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
### Parameters
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
Name | Type | Description | Notes
|
|
111
|
+
------------- | ------------- | ------------- | -------------
|
|
112
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
113
|
+
**organizational_unit_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
114
|
+
**day_rating_id_or_date** | **String**| the id or date (YYYY-MM-DD) of the day rating |
|
|
115
|
+
|
|
116
|
+
### Return type
|
|
117
|
+
|
|
118
|
+
nil (empty response body)
|
|
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
|
+
|
|
129
|
+
|
|
130
|
+
## get_organizational_unit
|
|
131
|
+
|
|
132
|
+
> OrganizationalUnit get_organizational_unit(korona_account_id, organizational_unit_id)
|
|
133
|
+
|
|
134
|
+
returns the single organizational unit
|
|
135
|
+
|
|
136
|
+
### Example
|
|
137
|
+
|
|
138
|
+
```ruby
|
|
139
|
+
# load the gem
|
|
140
|
+
require 'korona-cloud-client'
|
|
141
|
+
# setup authorization
|
|
142
|
+
KoronaCloudClient.configure do |config|
|
|
143
|
+
# Configure HTTP basic authorization: basicAuth
|
|
144
|
+
config.username = 'YOUR USERNAME'
|
|
145
|
+
config.password = 'YOUR PASSWORD'
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
api_instance = KoronaCloudClient::OrganizationalUnitsApi.new
|
|
149
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
150
|
+
organizational_unit_id = 'organizational_unit_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
151
|
+
|
|
152
|
+
begin
|
|
153
|
+
#returns the single organizational unit
|
|
154
|
+
result = api_instance.get_organizational_unit(korona_account_id, organizational_unit_id)
|
|
155
|
+
p result
|
|
156
|
+
rescue KoronaCloudClient::ApiError => e
|
|
157
|
+
puts "Exception when calling OrganizationalUnitsApi->get_organizational_unit: #{e}"
|
|
158
|
+
end
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
### Parameters
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
Name | Type | Description | Notes
|
|
165
|
+
------------- | ------------- | ------------- | -------------
|
|
166
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
167
|
+
**organizational_unit_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
168
|
+
|
|
169
|
+
### Return type
|
|
170
|
+
|
|
171
|
+
[**OrganizationalUnit**](OrganizationalUnit.md)
|
|
172
|
+
|
|
173
|
+
### Authorization
|
|
174
|
+
|
|
175
|
+
[basicAuth](../README.md#basicAuth)
|
|
176
|
+
|
|
177
|
+
### HTTP request headers
|
|
178
|
+
|
|
179
|
+
- **Content-Type**: Not defined
|
|
180
|
+
- **Accept**: application/json
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
## get_organizational_unit_day_rating
|
|
184
|
+
|
|
185
|
+
> DayRating get_organizational_unit_day_rating(korona_account_id, organizational_unit_id, day_rating_id_or_date)
|
|
186
|
+
|
|
187
|
+
returns the single day rating by its id or date
|
|
188
|
+
|
|
189
|
+
### Example
|
|
190
|
+
|
|
191
|
+
```ruby
|
|
192
|
+
# load the gem
|
|
193
|
+
require 'korona-cloud-client'
|
|
194
|
+
# setup authorization
|
|
195
|
+
KoronaCloudClient.configure do |config|
|
|
196
|
+
# Configure HTTP basic authorization: basicAuth
|
|
197
|
+
config.username = 'YOUR USERNAME'
|
|
198
|
+
config.password = 'YOUR PASSWORD'
|
|
199
|
+
end
|
|
200
|
+
|
|
201
|
+
api_instance = KoronaCloudClient::OrganizationalUnitsApi.new
|
|
202
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
203
|
+
organizational_unit_id = 'organizational_unit_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
204
|
+
day_rating_id_or_date = 'day_rating_id_or_date_example' # String | the id or date (YYYY-MM-DD) of the day rating
|
|
205
|
+
|
|
206
|
+
begin
|
|
207
|
+
#returns the single day rating by its id or date
|
|
208
|
+
result = api_instance.get_organizational_unit_day_rating(korona_account_id, organizational_unit_id, day_rating_id_or_date)
|
|
209
|
+
p result
|
|
210
|
+
rescue KoronaCloudClient::ApiError => e
|
|
211
|
+
puts "Exception when calling OrganizationalUnitsApi->get_organizational_unit_day_rating: #{e}"
|
|
212
|
+
end
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
### Parameters
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
Name | Type | Description | Notes
|
|
219
|
+
------------- | ------------- | ------------- | -------------
|
|
220
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
221
|
+
**organizational_unit_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
222
|
+
**day_rating_id_or_date** | **String**| the id or date (YYYY-MM-DD) of the day rating |
|
|
223
|
+
|
|
224
|
+
### Return type
|
|
225
|
+
|
|
226
|
+
[**DayRating**](DayRating.md)
|
|
227
|
+
|
|
228
|
+
### Authorization
|
|
229
|
+
|
|
230
|
+
[basicAuth](../README.md#basicAuth)
|
|
231
|
+
|
|
232
|
+
### HTTP request headers
|
|
233
|
+
|
|
234
|
+
- **Content-Type**: Not defined
|
|
235
|
+
- **Accept**: application/json
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
## get_organizational_unit_day_ratings
|
|
239
|
+
|
|
240
|
+
> ResultListDayRating get_organizational_unit_day_ratings(korona_account_id, organizational_unit_id, opts)
|
|
241
|
+
|
|
242
|
+
lists all organizational unit related day ratings
|
|
243
|
+
|
|
244
|
+
### Example
|
|
245
|
+
|
|
246
|
+
```ruby
|
|
247
|
+
# load the gem
|
|
248
|
+
require 'korona-cloud-client'
|
|
249
|
+
# setup authorization
|
|
250
|
+
KoronaCloudClient.configure do |config|
|
|
251
|
+
# Configure HTTP basic authorization: basicAuth
|
|
252
|
+
config.username = 'YOUR USERNAME'
|
|
253
|
+
config.password = 'YOUR PASSWORD'
|
|
254
|
+
end
|
|
255
|
+
|
|
256
|
+
api_instance = KoronaCloudClient::OrganizationalUnitsApi.new
|
|
257
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
258
|
+
organizational_unit_id = 'organizational_unit_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
259
|
+
opts = {
|
|
260
|
+
page: 56, # Integer | number of the page to fetch
|
|
261
|
+
size: 56, # Integer | amount of objects to return per page
|
|
262
|
+
sort: 'sort_example' # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
begin
|
|
266
|
+
#lists all organizational unit related day ratings
|
|
267
|
+
result = api_instance.get_organizational_unit_day_ratings(korona_account_id, organizational_unit_id, opts)
|
|
268
|
+
p result
|
|
269
|
+
rescue KoronaCloudClient::ApiError => e
|
|
270
|
+
puts "Exception when calling OrganizationalUnitsApi->get_organizational_unit_day_ratings: #{e}"
|
|
271
|
+
end
|
|
272
|
+
```
|
|
273
|
+
|
|
274
|
+
### Parameters
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
Name | Type | Description | Notes
|
|
278
|
+
------------- | ------------- | ------------- | -------------
|
|
279
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
280
|
+
**organizational_unit_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
281
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
282
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
283
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
284
|
+
|
|
285
|
+
### Return type
|
|
286
|
+
|
|
287
|
+
[**ResultListDayRating**](ResultListDayRating.md)
|
|
288
|
+
|
|
289
|
+
### Authorization
|
|
290
|
+
|
|
291
|
+
[basicAuth](../README.md#basicAuth)
|
|
292
|
+
|
|
293
|
+
### HTTP request headers
|
|
294
|
+
|
|
295
|
+
- **Content-Type**: Not defined
|
|
296
|
+
- **Accept**: application/json
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
## get_organizational_unit_inventory_lists
|
|
300
|
+
|
|
301
|
+
> ResultListInventoryList get_organizational_unit_inventory_lists(korona_account_id, organizational_unit_id, opts)
|
|
302
|
+
|
|
303
|
+
lists the inventory lists belonging to the organizational unit (KORONA.retail required)
|
|
304
|
+
|
|
305
|
+
### Example
|
|
306
|
+
|
|
307
|
+
```ruby
|
|
308
|
+
# load the gem
|
|
309
|
+
require 'korona-cloud-client'
|
|
310
|
+
# setup authorization
|
|
311
|
+
KoronaCloudClient.configure do |config|
|
|
312
|
+
# Configure HTTP basic authorization: basicAuth
|
|
313
|
+
config.username = 'YOUR USERNAME'
|
|
314
|
+
config.password = 'YOUR PASSWORD'
|
|
315
|
+
end
|
|
316
|
+
|
|
317
|
+
api_instance = KoronaCloudClient::OrganizationalUnitsApi.new
|
|
318
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
319
|
+
organizational_unit_id = 'organizational_unit_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
320
|
+
opts = {
|
|
321
|
+
page: 56, # Integer | number of the page to fetch
|
|
322
|
+
size: 56, # Integer | amount of objects to return per page
|
|
323
|
+
sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
324
|
+
revision: 56, # Integer | last revision number, objects with a greater revision than this will be returned
|
|
325
|
+
include_deleted: true, # Boolean | indicates deleted objects should be loaded or not (default: false)
|
|
326
|
+
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)
|
|
327
|
+
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)
|
|
328
|
+
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)
|
|
329
|
+
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)
|
|
330
|
+
booking_status: 'booking_status_example' # String | booking status (possible values: BOOKED, IN_PROGRESS)
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
begin
|
|
334
|
+
#lists the inventory lists belonging to the organizational unit (KORONA.retail required)
|
|
335
|
+
result = api_instance.get_organizational_unit_inventory_lists(korona_account_id, organizational_unit_id, opts)
|
|
336
|
+
p result
|
|
337
|
+
rescue KoronaCloudClient::ApiError => e
|
|
338
|
+
puts "Exception when calling OrganizationalUnitsApi->get_organizational_unit_inventory_lists: #{e}"
|
|
339
|
+
end
|
|
340
|
+
```
|
|
341
|
+
|
|
342
|
+
### Parameters
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
Name | Type | Description | Notes
|
|
346
|
+
------------- | ------------- | ------------- | -------------
|
|
347
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
348
|
+
**organizational_unit_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
349
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
350
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
351
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
352
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
353
|
+
**include_deleted** | **Boolean**| indicates deleted objects should be loaded or not (default: false) | [optional]
|
|
354
|
+
**min_create_time** | **DateTime**| min (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional) | [optional]
|
|
355
|
+
**max_create_time** | **DateTime**| max (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional) | [optional]
|
|
356
|
+
**min_booking_time** | **DateTime**| min (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional) | [optional]
|
|
357
|
+
**max_booking_time** | **DateTime**| max (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional) | [optional]
|
|
358
|
+
**booking_status** | **String**| booking status (possible values: BOOKED, IN_PROGRESS) | [optional]
|
|
359
|
+
|
|
360
|
+
### Return type
|
|
361
|
+
|
|
362
|
+
[**ResultListInventoryList**](ResultListInventoryList.md)
|
|
363
|
+
|
|
364
|
+
### Authorization
|
|
365
|
+
|
|
366
|
+
[basicAuth](../README.md#basicAuth)
|
|
367
|
+
|
|
368
|
+
### HTTP request headers
|
|
369
|
+
|
|
370
|
+
- **Content-Type**: Not defined
|
|
371
|
+
- **Accept**: application/json
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
## get_organizational_unit_product_stocks
|
|
375
|
+
|
|
376
|
+
> ResultListProductStock get_organizational_unit_product_stocks(korona_account_id, organizational_unit_id, opts)
|
|
377
|
+
|
|
378
|
+
lists the product stocks of the organizational unit, in case it contains a warehouse (KORONA.retail required)
|
|
379
|
+
|
|
380
|
+
### Example
|
|
381
|
+
|
|
382
|
+
```ruby
|
|
383
|
+
# load the gem
|
|
384
|
+
require 'korona-cloud-client'
|
|
385
|
+
# setup authorization
|
|
386
|
+
KoronaCloudClient.configure do |config|
|
|
387
|
+
# Configure HTTP basic authorization: basicAuth
|
|
388
|
+
config.username = 'YOUR USERNAME'
|
|
389
|
+
config.password = 'YOUR PASSWORD'
|
|
390
|
+
end
|
|
391
|
+
|
|
392
|
+
api_instance = KoronaCloudClient::OrganizationalUnitsApi.new
|
|
393
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
394
|
+
organizational_unit_id = 'organizational_unit_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
395
|
+
opts = {
|
|
396
|
+
page: 56, # Integer | number of the page to fetch
|
|
397
|
+
size: 56, # Integer | amount of objects to return per page
|
|
398
|
+
sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
399
|
+
revision: 56 # Integer | last revision number, objects with a greater revision than this will be returned
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
begin
|
|
403
|
+
#lists the product stocks of the organizational unit, in case it contains a warehouse (KORONA.retail required)
|
|
404
|
+
result = api_instance.get_organizational_unit_product_stocks(korona_account_id, organizational_unit_id, opts)
|
|
405
|
+
p result
|
|
406
|
+
rescue KoronaCloudClient::ApiError => e
|
|
407
|
+
puts "Exception when calling OrganizationalUnitsApi->get_organizational_unit_product_stocks: #{e}"
|
|
408
|
+
end
|
|
409
|
+
```
|
|
410
|
+
|
|
411
|
+
### Parameters
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
Name | Type | Description | Notes
|
|
415
|
+
------------- | ------------- | ------------- | -------------
|
|
416
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
417
|
+
**organizational_unit_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
418
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
419
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
420
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
421
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
422
|
+
|
|
423
|
+
### Return type
|
|
424
|
+
|
|
425
|
+
[**ResultListProductStock**](ResultListProductStock.md)
|
|
426
|
+
|
|
427
|
+
### Authorization
|
|
428
|
+
|
|
429
|
+
[basicAuth](../README.md#basicAuth)
|
|
430
|
+
|
|
431
|
+
### HTTP request headers
|
|
432
|
+
|
|
433
|
+
- **Content-Type**: Not defined
|
|
434
|
+
- **Accept**: application/json
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
## get_organizational_unit_stock_receipts
|
|
438
|
+
|
|
439
|
+
> ResultListStockReceipt get_organizational_unit_stock_receipts(korona_account_id, organizational_unit_id, opts)
|
|
440
|
+
|
|
441
|
+
lists the stock receipts belonging to the organizational unit (KORONA.retail required)
|
|
442
|
+
|
|
443
|
+
### Example
|
|
444
|
+
|
|
445
|
+
```ruby
|
|
446
|
+
# load the gem
|
|
447
|
+
require 'korona-cloud-client'
|
|
448
|
+
# setup authorization
|
|
449
|
+
KoronaCloudClient.configure do |config|
|
|
450
|
+
# Configure HTTP basic authorization: basicAuth
|
|
451
|
+
config.username = 'YOUR USERNAME'
|
|
452
|
+
config.password = 'YOUR PASSWORD'
|
|
453
|
+
end
|
|
454
|
+
|
|
455
|
+
api_instance = KoronaCloudClient::OrganizationalUnitsApi.new
|
|
456
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
457
|
+
organizational_unit_id = 'organizational_unit_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
458
|
+
opts = {
|
|
459
|
+
page: 56, # Integer | number of the page to fetch
|
|
460
|
+
size: 56, # Integer | amount of objects to return per page
|
|
461
|
+
sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
462
|
+
revision: 56, # Integer | last revision number, objects with a greater revision than this will be returned
|
|
463
|
+
include_deleted: true, # Boolean | indicates deleted objects should be loaded or not (default: false)
|
|
464
|
+
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)
|
|
465
|
+
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)
|
|
466
|
+
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)
|
|
467
|
+
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)
|
|
468
|
+
source_organizational_unit: 'source_organizational_unit_example', # String | source organizational unit
|
|
469
|
+
booking_status: 'booking_status_example', # String | booking status (possible values: BOOKED, IN_PROGRESS)
|
|
470
|
+
number: 'number_example' # String | number of the related object
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
begin
|
|
474
|
+
#lists the stock receipts belonging to the organizational unit (KORONA.retail required)
|
|
475
|
+
result = api_instance.get_organizational_unit_stock_receipts(korona_account_id, organizational_unit_id, opts)
|
|
476
|
+
p result
|
|
477
|
+
rescue KoronaCloudClient::ApiError => e
|
|
478
|
+
puts "Exception when calling OrganizationalUnitsApi->get_organizational_unit_stock_receipts: #{e}"
|
|
479
|
+
end
|
|
480
|
+
```
|
|
481
|
+
|
|
482
|
+
### Parameters
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
Name | Type | Description | Notes
|
|
486
|
+
------------- | ------------- | ------------- | -------------
|
|
487
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
488
|
+
**organizational_unit_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
489
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
490
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
491
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
492
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
493
|
+
**include_deleted** | **Boolean**| indicates deleted objects should be loaded or not (default: false) | [optional]
|
|
494
|
+
**min_create_time** | **DateTime**| min (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional) | [optional]
|
|
495
|
+
**max_create_time** | **DateTime**| max (inclusive) create time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional) | [optional]
|
|
496
|
+
**min_booking_time** | **DateTime**| min (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional) | [optional]
|
|
497
|
+
**max_booking_time** | **DateTime**| max (inclusive) booking time of the receipt (ISO 8601; Format: YYYY-MM-DDTHH:MM:SS; timezone optional) | [optional]
|
|
498
|
+
**source_organizational_unit** | **String**| source organizational unit | [optional]
|
|
499
|
+
**booking_status** | **String**| booking status (possible values: BOOKED, IN_PROGRESS) | [optional]
|
|
500
|
+
**number** | **String**| number of the related object | [optional]
|
|
501
|
+
|
|
502
|
+
### Return type
|
|
503
|
+
|
|
504
|
+
[**ResultListStockReceipt**](ResultListStockReceipt.md)
|
|
505
|
+
|
|
506
|
+
### Authorization
|
|
507
|
+
|
|
508
|
+
[basicAuth](../README.md#basicAuth)
|
|
509
|
+
|
|
510
|
+
### HTTP request headers
|
|
511
|
+
|
|
512
|
+
- **Content-Type**: Not defined
|
|
513
|
+
- **Accept**: application/json
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
## get_organizational_units
|
|
517
|
+
|
|
518
|
+
> ResultListOrganizationalUnit get_organizational_units(korona_account_id, opts)
|
|
519
|
+
|
|
520
|
+
lists all organizational units
|
|
521
|
+
|
|
522
|
+
### Example
|
|
523
|
+
|
|
524
|
+
```ruby
|
|
525
|
+
# load the gem
|
|
526
|
+
require 'korona-cloud-client'
|
|
527
|
+
# setup authorization
|
|
528
|
+
KoronaCloudClient.configure do |config|
|
|
529
|
+
# Configure HTTP basic authorization: basicAuth
|
|
530
|
+
config.username = 'YOUR USERNAME'
|
|
531
|
+
config.password = 'YOUR PASSWORD'
|
|
532
|
+
end
|
|
533
|
+
|
|
534
|
+
api_instance = KoronaCloudClient::OrganizationalUnitsApi.new
|
|
535
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
536
|
+
opts = {
|
|
537
|
+
page: 56, # Integer | number of the page to fetch
|
|
538
|
+
size: 56, # Integer | amount of objects to return per page
|
|
539
|
+
sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
540
|
+
revision: 56, # Integer | last revision number, objects with a greater revision than this will be returned
|
|
541
|
+
include_deleted: true, # Boolean | indicates deleted objects should be loaded or not (default: false)
|
|
542
|
+
number: 'number_example' # String | number of the related object
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
begin
|
|
546
|
+
#lists all organizational units
|
|
547
|
+
result = api_instance.get_organizational_units(korona_account_id, opts)
|
|
548
|
+
p result
|
|
549
|
+
rescue KoronaCloudClient::ApiError => e
|
|
550
|
+
puts "Exception when calling OrganizationalUnitsApi->get_organizational_units: #{e}"
|
|
551
|
+
end
|
|
552
|
+
```
|
|
553
|
+
|
|
554
|
+
### Parameters
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
Name | Type | Description | Notes
|
|
558
|
+
------------- | ------------- | ------------- | -------------
|
|
559
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
560
|
+
**page** | **Integer**| number of the page to fetch | [optional]
|
|
561
|
+
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
562
|
+
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|
|
563
|
+
**revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
|
|
564
|
+
**include_deleted** | **Boolean**| indicates deleted objects should be loaded or not (default: false) | [optional]
|
|
565
|
+
**number** | **String**| number of the related object | [optional]
|
|
566
|
+
|
|
567
|
+
### Return type
|
|
568
|
+
|
|
569
|
+
[**ResultListOrganizationalUnit**](ResultListOrganizationalUnit.md)
|
|
570
|
+
|
|
571
|
+
### Authorization
|
|
572
|
+
|
|
573
|
+
[basicAuth](../README.md#basicAuth)
|
|
574
|
+
|
|
575
|
+
### HTTP request headers
|
|
576
|
+
|
|
577
|
+
- **Content-Type**: Not defined
|
|
578
|
+
- **Accept**: application/json
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
## update_organizational_unit_day_rating
|
|
582
|
+
|
|
583
|
+
> update_organizational_unit_day_rating(korona_account_id, organizational_unit_id, day_rating_id_or_date, body)
|
|
584
|
+
|
|
585
|
+
updates the day rating by its id or date
|
|
586
|
+
|
|
587
|
+
### Example
|
|
588
|
+
|
|
589
|
+
```ruby
|
|
590
|
+
# load the gem
|
|
591
|
+
require 'korona-cloud-client'
|
|
592
|
+
# setup authorization
|
|
593
|
+
KoronaCloudClient.configure do |config|
|
|
594
|
+
# Configure HTTP basic authorization: basicAuth
|
|
595
|
+
config.username = 'YOUR USERNAME'
|
|
596
|
+
config.password = 'YOUR PASSWORD'
|
|
597
|
+
end
|
|
598
|
+
|
|
599
|
+
api_instance = KoronaCloudClient::OrganizationalUnitsApi.new
|
|
600
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
601
|
+
organizational_unit_id = 'organizational_unit_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
602
|
+
day_rating_id_or_date = 'day_rating_id_or_date_example' # String | the id or date (YYYY-MM-DD) of the day rating
|
|
603
|
+
body = KoronaCloudClient::DayRating.new # DayRating | the properties to update of the day rating
|
|
604
|
+
|
|
605
|
+
begin
|
|
606
|
+
#updates the day rating by its id or date
|
|
607
|
+
api_instance.update_organizational_unit_day_rating(korona_account_id, organizational_unit_id, day_rating_id_or_date, body)
|
|
608
|
+
rescue KoronaCloudClient::ApiError => e
|
|
609
|
+
puts "Exception when calling OrganizationalUnitsApi->update_organizational_unit_day_rating: #{e}"
|
|
610
|
+
end
|
|
611
|
+
```
|
|
612
|
+
|
|
613
|
+
### Parameters
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
Name | Type | Description | Notes
|
|
617
|
+
------------- | ------------- | ------------- | -------------
|
|
618
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
619
|
+
**organizational_unit_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
620
|
+
**day_rating_id_or_date** | **String**| the id or date (YYYY-MM-DD) of the day rating |
|
|
621
|
+
**body** | [**DayRating**](DayRating.md)| the properties to update of the day rating |
|
|
622
|
+
|
|
623
|
+
### Return type
|
|
624
|
+
|
|
625
|
+
nil (empty response body)
|
|
626
|
+
|
|
627
|
+
### Authorization
|
|
628
|
+
|
|
629
|
+
[basicAuth](../README.md#basicAuth)
|
|
630
|
+
|
|
631
|
+
### HTTP request headers
|
|
632
|
+
|
|
633
|
+
- **Content-Type**: application/json
|
|
634
|
+
- **Accept**: application/json
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
## update_organizational_unit_day_ratings
|
|
638
|
+
|
|
639
|
+
> Array<AddOrUpdateResult> update_organizational_unit_day_ratings(korona_account_id, organizational_unit_id, body)
|
|
640
|
+
|
|
641
|
+
updates a batch of day ratings
|
|
642
|
+
|
|
643
|
+
### Example
|
|
644
|
+
|
|
645
|
+
```ruby
|
|
646
|
+
# load the gem
|
|
647
|
+
require 'korona-cloud-client'
|
|
648
|
+
# setup authorization
|
|
649
|
+
KoronaCloudClient.configure do |config|
|
|
650
|
+
# Configure HTTP basic authorization: basicAuth
|
|
651
|
+
config.username = 'YOUR USERNAME'
|
|
652
|
+
config.password = 'YOUR PASSWORD'
|
|
653
|
+
end
|
|
654
|
+
|
|
655
|
+
api_instance = KoronaCloudClient::OrganizationalUnitsApi.new
|
|
656
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
657
|
+
organizational_unit_id = 'organizational_unit_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
658
|
+
body = [KoronaCloudClient::DayRating.new] # Array<DayRating> | an array of new day ratings
|
|
659
|
+
|
|
660
|
+
begin
|
|
661
|
+
#updates a batch of day ratings
|
|
662
|
+
result = api_instance.update_organizational_unit_day_ratings(korona_account_id, organizational_unit_id, body)
|
|
663
|
+
p result
|
|
664
|
+
rescue KoronaCloudClient::ApiError => e
|
|
665
|
+
puts "Exception when calling OrganizationalUnitsApi->update_organizational_unit_day_ratings: #{e}"
|
|
666
|
+
end
|
|
667
|
+
```
|
|
668
|
+
|
|
669
|
+
### Parameters
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
Name | Type | Description | Notes
|
|
673
|
+
------------- | ------------- | ------------- | -------------
|
|
674
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
675
|
+
**organizational_unit_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
676
|
+
**body** | [**Array<DayRating>**](DayRating.md)| an array of new day ratings |
|
|
677
|
+
|
|
678
|
+
### Return type
|
|
679
|
+
|
|
680
|
+
[**Array<AddOrUpdateResult>**](AddOrUpdateResult.md)
|
|
681
|
+
|
|
682
|
+
### Authorization
|
|
683
|
+
|
|
684
|
+
[basicAuth](../README.md#basicAuth)
|
|
685
|
+
|
|
686
|
+
### HTTP request headers
|
|
687
|
+
|
|
688
|
+
- **Content-Type**: application/json
|
|
689
|
+
- **Accept**: application/json
|
|
690
|
+
|