korona_client 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (478) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +7 -0
  3. data/Gemfile.lock +69 -0
  4. data/README.md +332 -0
  5. data/Rakefile +8 -0
  6. data/docs/Account.md +19 -0
  7. data/docs/AccountSummary.md +10 -0
  8. data/docs/AccountTransaction.md +11 -0
  9. data/docs/AccountsApi.md +131 -0
  10. data/docs/AddOrUpdateResult.md +13 -0
  11. data/docs/AddressInformation.md +14 -0
  12. data/docs/Admission.md +9 -0
  13. data/docs/Amount.md +12 -0
  14. data/docs/AmountCountData.md +9 -0
  15. data/docs/Assortment.md +15 -0
  16. data/docs/AssortmentsApi.md +254 -0
  17. data/docs/BadRequestError.md +9 -0
  18. data/docs/Capacity.md +9 -0
  19. data/docs/Cashier.md +20 -0
  20. data/docs/CashierSummary.md +13 -0
  21. data/docs/CashiersApi.md +131 -0
  22. data/docs/Category.md +9 -0
  23. data/docs/CloudSubscription.md +9 -0
  24. data/docs/CommodityGroup.md +13 -0
  25. data/docs/CommodityGroupSummary.md +11 -0
  26. data/docs/CompanyIdentification.md +9 -0
  27. data/docs/CurrenciesApi.md +131 -0
  28. data/docs/Currency.md +19 -0
  29. data/docs/CurrencyDenomination.md +9 -0
  30. data/docs/CurrencyExchangeRate.md +9 -0
  31. data/docs/Customer.md +26 -0
  32. data/docs/CustomerCard.md +9 -0
  33. data/docs/CustomerData.md +9 -0
  34. data/docs/CustomerGroup.md +13 -0
  35. data/docs/CustomerGroupSummary.md +11 -0
  36. data/docs/CustomerGroupsApi.md +131 -0
  37. data/docs/CustomerInformation.md +10 -0
  38. data/docs/CustomerOrder.md +26 -0
  39. data/docs/CustomerOrdersApi.md +368 -0
  40. data/docs/CustomersApi.md +360 -0
  41. data/docs/DayRating.md +17 -0
  42. data/docs/DeviceInformation.md +9 -0
  43. data/docs/EconomicZone.md +12 -0
  44. data/docs/EconomicZonesApi.md +131 -0
  45. data/docs/EndOfDayStatement.md +16 -0
  46. data/docs/EndOfDayStatementSummary.md +13 -0
  47. data/docs/EntryGate.md +14 -0
  48. data/docs/Event.md +17 -0
  49. data/docs/ForbiddenError.md +9 -0
  50. data/docs/GeoLocation.md +9 -0
  51. data/docs/ImagesApi.md +64 -0
  52. data/docs/InfoText.md +13 -0
  53. data/docs/InfoTextsApi.md +131 -0
  54. data/docs/Interval.md +9 -0
  55. data/docs/InventoriesKORONARetailApi.md +890 -0
  56. data/docs/Inventory.md +26 -0
  57. data/docs/InventoryList.md +22 -0
  58. data/docs/InventoryListItem.md +13 -0
  59. data/docs/InventoryListItemStock.md +9 -0
  60. data/docs/KoronaAccount.md +16 -0
  61. data/docs/KoronaAccountApi.md +62 -0
  62. data/docs/MethodNotAllowedError.md +9 -0
  63. data/docs/ModelReference.md +10 -0
  64. data/docs/NotFoundError.md +9 -0
  65. data/docs/OrganizationalUnit.md +17 -0
  66. data/docs/OrganizationalUnitsApi.md +724 -0
  67. data/docs/Payment.md +12 -0
  68. data/docs/PaymentMethod.md +17 -0
  69. data/docs/PaymentMethodsApi.md +131 -0
  70. data/docs/PaymentSummary.md +10 -0
  71. data/docs/Period.md +10 -0
  72. data/docs/PeriodListTopSeller.md +10 -0
  73. data/docs/PeriodMapStringRevenueData.md +10 -0
  74. data/docs/PeriodObject.md +10 -0
  75. data/docs/PeriodRevenueData.md +10 -0
  76. data/docs/PointsOfSaleApi.md +537 -0
  77. data/docs/Pos.md +25 -0
  78. data/docs/PriceGroup.md +14 -0
  79. data/docs/PriceGroupsApi.md +131 -0
  80. data/docs/Product.md +49 -0
  81. data/docs/ProductCode.md +9 -0
  82. data/docs/ProductDescription.md +9 -0
  83. data/docs/ProductPrice.md +12 -0
  84. data/docs/ProductStock.md +12 -0
  85. data/docs/ProductSubproduct.md +10 -0
  86. data/docs/ProductSupplierPrice.md +12 -0
  87. data/docs/ProductTransferInvolvedPartyInformation.md +13 -0
  88. data/docs/ProductTransferInvolvedPartyInformationData.md +10 -0
  89. data/docs/ProductsApi.md +435 -0
  90. data/docs/Rating.md +10 -0
  91. data/docs/Receipt.md +28 -0
  92. data/docs/ReceiptItem.md +16 -0
  93. data/docs/ReceiptsApi.md +139 -0
  94. data/docs/ResultList.md +13 -0
  95. data/docs/ResultListAccount.md +13 -0
  96. data/docs/ResultListAssortment.md +13 -0
  97. data/docs/ResultListCashier.md +13 -0
  98. data/docs/ResultListCommodityGroup.md +13 -0
  99. data/docs/ResultListCurrency.md +13 -0
  100. data/docs/ResultListCustomer.md +13 -0
  101. data/docs/ResultListCustomerGroup.md +13 -0
  102. data/docs/ResultListCustomerOrder.md +13 -0
  103. data/docs/ResultListDayRating.md +13 -0
  104. data/docs/ResultListEconomicZone.md +13 -0
  105. data/docs/ResultListEndOfDayStatement.md +13 -0
  106. data/docs/ResultListEntryGate.md +13 -0
  107. data/docs/ResultListEvent.md +13 -0
  108. data/docs/ResultListInfoText.md +13 -0
  109. data/docs/ResultListInventory.md +13 -0
  110. data/docs/ResultListInventoryList.md +13 -0
  111. data/docs/ResultListInventoryListItem.md +13 -0
  112. data/docs/ResultListOrganizationalUnit.md +13 -0
  113. data/docs/ResultListPaymentMethod.md +13 -0
  114. data/docs/ResultListPos.md +13 -0
  115. data/docs/ResultListPriceGroup.md +13 -0
  116. data/docs/ResultListProduct.md +13 -0
  117. data/docs/ResultListProductStock.md +13 -0
  118. data/docs/ResultListReceipt.md +13 -0
  119. data/docs/ResultListSalesTax.md +13 -0
  120. data/docs/ResultListSector.md +13 -0
  121. data/docs/ResultListStockReceipt.md +13 -0
  122. data/docs/ResultListStockReceiptItem.md +13 -0
  123. data/docs/ResultListSupplier.md +13 -0
  124. data/docs/ResultListTag.md +13 -0
  125. data/docs/ResultListTicketDefinition.md +13 -0
  126. data/docs/RevenueData.md +12 -0
  127. data/docs/SalesTax.md +15 -0
  128. data/docs/SalesTaxRate.md +9 -0
  129. data/docs/SalesTaxesApi.md +131 -0
  130. data/docs/Sector.md +13 -0
  131. data/docs/SectorSalesTaxItem.md +9 -0
  132. data/docs/SectorsApi.md +131 -0
  133. data/docs/Statistic.md +10 -0
  134. data/docs/StatisticListTopSeller.md +10 -0
  135. data/docs/StatisticMapStringRevenueData.md +10 -0
  136. data/docs/StatisticRevenueData.md +10 -0
  137. data/docs/StatisticsApi.md +250 -0
  138. data/docs/StockReceipt.md +28 -0
  139. data/docs/StockReceiptItem.md +14 -0
  140. data/docs/StockReceiptItemAmount.md +9 -0
  141. data/docs/StockReceiptItemIdentification.md +10 -0
  142. data/docs/StockReceiptItemPurchasePrice.md +9 -0
  143. data/docs/StockReceiptsKORONARetailApi.md +629 -0
  144. data/docs/Supplier.md +19 -0
  145. data/docs/SupplierContact.md +11 -0
  146. data/docs/SupplierContactPerson.md +14 -0
  147. data/docs/SupplierPaymentInformation.md +16 -0
  148. data/docs/SuppliersApi.md +131 -0
  149. data/docs/Tag.md +12 -0
  150. data/docs/TagsApi.md +131 -0
  151. data/docs/TaxPayment.md +11 -0
  152. data/docs/TaxSummary.md +10 -0
  153. data/docs/TicketDefinition.md +19 -0
  154. data/docs/TicketingApi.md +377 -0
  155. data/docs/TimePeriod.md +14 -0
  156. data/docs/TooManyRequestsError.md +9 -0
  157. data/docs/TopSeller.md +12 -0
  158. data/docs/TotalPrice.md +12 -0
  159. data/docs/Weather.md +10 -0
  160. data/git_push.sh +55 -0
  161. data/korona_client.gemspec +46 -0
  162. data/lib/korona_client.rb +193 -0
  163. data/lib/korona_client/api/accounts_api.rb +154 -0
  164. data/lib/korona_client/api/assortments_api.rb +285 -0
  165. data/lib/korona_client/api/cashiers_api.rb +154 -0
  166. data/lib/korona_client/api/currencies_api.rb +154 -0
  167. data/lib/korona_client/api/customer_groups_api.rb +154 -0
  168. data/lib/korona_client/api/customer_orders_api.rb +414 -0
  169. data/lib/korona_client/api/customers_api.rb +402 -0
  170. data/lib/korona_client/api/economic_zones_api.rb +154 -0
  171. data/lib/korona_client/api/images_api.rb +81 -0
  172. data/lib/korona_client/api/info_texts_api.rb +154 -0
  173. data/lib/korona_client/api/inventories_korona_retail_api.rb +1022 -0
  174. data/lib/korona_client/api/korona_account_api.rb +78 -0
  175. data/lib/korona_client/api/organizational_units_api.rb +827 -0
  176. data/lib/korona_client/api/payment_methods_api.rb +154 -0
  177. data/lib/korona_client/api/points_of_sale_api.rb +604 -0
  178. data/lib/korona_client/api/price_groups_api.rb +154 -0
  179. data/lib/korona_client/api/products_api.rb +487 -0
  180. data/lib/korona_client/api/receipts_api.rb +166 -0
  181. data/lib/korona_client/api/sales_taxes_api.rb +154 -0
  182. data/lib/korona_client/api/sectors_api.rb +154 -0
  183. data/lib/korona_client/api/statistics_api.rb +282 -0
  184. data/lib/korona_client/api/stock_receipts_korona_retail_api.rb +717 -0
  185. data/lib/korona_client/api/suppliers_api.rb +154 -0
  186. data/lib/korona_client/api/tags_api.rb +154 -0
  187. data/lib/korona_client/api/ticketing_api.rb +416 -0
  188. data/lib/korona_client/api_client.rb +389 -0
  189. data/lib/korona_client/api_error.rb +38 -0
  190. data/lib/korona_client/configuration.rb +209 -0
  191. data/lib/korona_client/models/account.rb +324 -0
  192. data/lib/korona_client/models/account_summary.rb +206 -0
  193. data/lib/korona_client/models/account_transaction.rb +215 -0
  194. data/lib/korona_client/models/add_or_update_result.rb +278 -0
  195. data/lib/korona_client/models/address_information.rb +242 -0
  196. data/lib/korona_client/models/admission.rb +197 -0
  197. data/lib/korona_client/models/amount.rb +224 -0
  198. data/lib/korona_client/models/amount_count_data.rb +197 -0
  199. data/lib/korona_client/models/assortment.rb +255 -0
  200. data/lib/korona_client/models/bad_request_error.rb +232 -0
  201. data/lib/korona_client/models/capacity.rb +197 -0
  202. data/lib/korona_client/models/cashier.rb +337 -0
  203. data/lib/korona_client/models/cashier_summary.rb +233 -0
  204. data/lib/korona_client/models/category.rb +197 -0
  205. data/lib/korona_client/models/cloud_subscription.rb +230 -0
  206. data/lib/korona_client/models/commodity_group.rb +237 -0
  207. data/lib/korona_client/models/commodity_group_summary.rb +215 -0
  208. data/lib/korona_client/models/company_identification.rb +197 -0
  209. data/lib/korona_client/models/currency.rb +295 -0
  210. data/lib/korona_client/models/currency_denomination.rb +230 -0
  211. data/lib/korona_client/models/currency_exchange_rate.rb +197 -0
  212. data/lib/korona_client/models/customer.rb +391 -0
  213. data/lib/korona_client/models/customer_card.rb +230 -0
  214. data/lib/korona_client/models/customer_data.rb +197 -0
  215. data/lib/korona_client/models/customer_group.rb +237 -0
  216. data/lib/korona_client/models/customer_group_summary.rb +215 -0
  217. data/lib/korona_client/models/customer_information.rb +206 -0
  218. data/lib/korona_client/models/customer_order.rb +356 -0
  219. data/lib/korona_client/models/day_rating.rb +269 -0
  220. data/lib/korona_client/models/device_information.rb +197 -0
  221. data/lib/korona_client/models/economic_zone.rb +228 -0
  222. data/lib/korona_client/models/end_of_day_statement.rb +264 -0
  223. data/lib/korona_client/models/end_of_day_statement_summary.rb +245 -0
  224. data/lib/korona_client/models/entry_gate.rb +246 -0
  225. data/lib/korona_client/models/event.rb +275 -0
  226. data/lib/korona_client/models/forbidden_error.rb +232 -0
  227. data/lib/korona_client/models/geo_location.rb +197 -0
  228. data/lib/korona_client/models/info_text.rb +270 -0
  229. data/lib/korona_client/models/interval.rb +197 -0
  230. data/lib/korona_client/models/inventory.rb +408 -0
  231. data/lib/korona_client/models/inventory_list.rb +351 -0
  232. data/lib/korona_client/models/inventory_list_item.rb +233 -0
  233. data/lib/korona_client/models/inventory_list_item_stock.rb +197 -0
  234. data/lib/korona_client/models/korona_account.rb +264 -0
  235. data/lib/korona_client/models/method_not_allowed_error.rb +232 -0
  236. data/lib/korona_client/models/model_reference.rb +209 -0
  237. data/lib/korona_client/models/not_found_error.rb +232 -0
  238. data/lib/korona_client/models/organizational_unit.rb +278 -0
  239. data/lib/korona_client/models/payment.rb +224 -0
  240. data/lib/korona_client/models/payment_method.rb +273 -0
  241. data/lib/korona_client/models/payment_summary.rb +206 -0
  242. data/lib/korona_client/models/period.rb +206 -0
  243. data/lib/korona_client/models/period_list_top_seller.rb +208 -0
  244. data/lib/korona_client/models/period_map_string_revenue_data.rb +208 -0
  245. data/lib/korona_client/models/period_object.rb +206 -0
  246. data/lib/korona_client/models/period_revenue_data.rb +206 -0
  247. data/lib/korona_client/models/pos.rb +351 -0
  248. data/lib/korona_client/models/price_group.rb +246 -0
  249. data/lib/korona_client/models/product.rb +620 -0
  250. data/lib/korona_client/models/product_code.rb +197 -0
  251. data/lib/korona_client/models/product_description.rb +230 -0
  252. data/lib/korona_client/models/product_price.rb +224 -0
  253. data/lib/korona_client/models/product_stock.rb +224 -0
  254. data/lib/korona_client/models/product_subproduct.rb +208 -0
  255. data/lib/korona_client/models/product_supplier_price.rb +224 -0
  256. data/lib/korona_client/models/product_transfer_involved_party_information.rb +233 -0
  257. data/lib/korona_client/models/product_transfer_involved_party_information_data.rb +206 -0
  258. data/lib/korona_client/models/rating.rb +206 -0
  259. data/lib/korona_client/models/receipt.rb +378 -0
  260. data/lib/korona_client/models/receipt_item.rb +262 -0
  261. data/lib/korona_client/models/result_list.rb +273 -0
  262. data/lib/korona_client/models/result_list_account.rb +273 -0
  263. data/lib/korona_client/models/result_list_assortment.rb +273 -0
  264. data/lib/korona_client/models/result_list_cashier.rb +273 -0
  265. data/lib/korona_client/models/result_list_commodity_group.rb +273 -0
  266. data/lib/korona_client/models/result_list_currency.rb +273 -0
  267. data/lib/korona_client/models/result_list_customer.rb +273 -0
  268. data/lib/korona_client/models/result_list_customer_group.rb +273 -0
  269. data/lib/korona_client/models/result_list_customer_order.rb +273 -0
  270. data/lib/korona_client/models/result_list_day_rating.rb +273 -0
  271. data/lib/korona_client/models/result_list_economic_zone.rb +273 -0
  272. data/lib/korona_client/models/result_list_end_of_day_statement.rb +273 -0
  273. data/lib/korona_client/models/result_list_entry_gate.rb +273 -0
  274. data/lib/korona_client/models/result_list_event.rb +273 -0
  275. data/lib/korona_client/models/result_list_info_text.rb +273 -0
  276. data/lib/korona_client/models/result_list_inventory.rb +273 -0
  277. data/lib/korona_client/models/result_list_inventory_list.rb +273 -0
  278. data/lib/korona_client/models/result_list_inventory_list_item.rb +273 -0
  279. data/lib/korona_client/models/result_list_organizational_unit.rb +273 -0
  280. data/lib/korona_client/models/result_list_payment_method.rb +273 -0
  281. data/lib/korona_client/models/result_list_pos.rb +273 -0
  282. data/lib/korona_client/models/result_list_price_group.rb +273 -0
  283. data/lib/korona_client/models/result_list_product.rb +273 -0
  284. data/lib/korona_client/models/result_list_product_stock.rb +273 -0
  285. data/lib/korona_client/models/result_list_receipt.rb +273 -0
  286. data/lib/korona_client/models/result_list_sales_tax.rb +273 -0
  287. data/lib/korona_client/models/result_list_sector.rb +273 -0
  288. data/lib/korona_client/models/result_list_stock_receipt.rb +273 -0
  289. data/lib/korona_client/models/result_list_stock_receipt_item.rb +273 -0
  290. data/lib/korona_client/models/result_list_supplier.rb +273 -0
  291. data/lib/korona_client/models/result_list_tag.rb +273 -0
  292. data/lib/korona_client/models/result_list_ticket_definition.rb +273 -0
  293. data/lib/korona_client/models/revenue_data.rb +224 -0
  294. data/lib/korona_client/models/sales_tax.rb +257 -0
  295. data/lib/korona_client/models/sales_tax_rate.rb +197 -0
  296. data/lib/korona_client/models/sector.rb +239 -0
  297. data/lib/korona_client/models/sector_sales_tax_item.rb +197 -0
  298. data/lib/korona_client/models/statistic.rb +206 -0
  299. data/lib/korona_client/models/statistic_list_top_seller.rb +206 -0
  300. data/lib/korona_client/models/statistic_map_string_revenue_data.rb +206 -0
  301. data/lib/korona_client/models/statistic_revenue_data.rb +206 -0
  302. data/lib/korona_client/models/stock_receipt.rb +405 -0
  303. data/lib/korona_client/models/stock_receipt_item.rb +242 -0
  304. data/lib/korona_client/models/stock_receipt_item_amount.rb +197 -0
  305. data/lib/korona_client/models/stock_receipt_item_identification.rb +206 -0
  306. data/lib/korona_client/models/stock_receipt_item_purchase_price.rb +197 -0
  307. data/lib/korona_client/models/supplier.rb +291 -0
  308. data/lib/korona_client/models/supplier_contact.rb +215 -0
  309. data/lib/korona_client/models/supplier_contact_person.rb +242 -0
  310. data/lib/korona_client/models/supplier_payment_information.rb +293 -0
  311. data/lib/korona_client/models/tag.rb +228 -0
  312. data/lib/korona_client/models/tax_payment.rb +215 -0
  313. data/lib/korona_client/models/tax_summary.rb +206 -0
  314. data/lib/korona_client/models/ticket_definition.rb +293 -0
  315. data/lib/korona_client/models/time_period.rb +242 -0
  316. data/lib/korona_client/models/too_many_requests_error.rb +232 -0
  317. data/lib/korona_client/models/top_seller.rb +227 -0
  318. data/lib/korona_client/models/total_price.rb +241 -0
  319. data/lib/korona_client/models/weather.rb +239 -0
  320. data/lib/korona_client/version.rb +15 -0
  321. data/spec/api/accounts_api_spec.rb +65 -0
  322. data/spec/api/assortments_api_spec.rb +95 -0
  323. data/spec/api/cashiers_api_spec.rb +65 -0
  324. data/spec/api/currencies_api_spec.rb +65 -0
  325. data/spec/api/customer_groups_api_spec.rb +65 -0
  326. data/spec/api/customer_orders_api_spec.rb +122 -0
  327. data/spec/api/customers_api_spec.rb +118 -0
  328. data/spec/api/economic_zones_api_spec.rb +65 -0
  329. data/spec/api/images_api_spec.rb +48 -0
  330. data/spec/api/info_texts_api_spec.rb +65 -0
  331. data/spec/api/inventories_korona_retail_api_spec.rb +251 -0
  332. data/spec/api/korona_account_api_spec.rb +47 -0
  333. data/spec/api/organizational_units_api_spec.rb +216 -0
  334. data/spec/api/payment_methods_api_spec.rb +65 -0
  335. data/spec/api/points_of_sale_api_spec.rb +166 -0
  336. data/spec/api/price_groups_api_spec.rb +65 -0
  337. data/spec/api/products_api_spec.rb +139 -0
  338. data/spec/api/receipts_api_spec.rb +69 -0
  339. data/spec/api/sales_taxes_api_spec.rb +65 -0
  340. data/spec/api/sectors_api_spec.rb +65 -0
  341. data/spec/api/statistics_api_spec.rb +92 -0
  342. data/spec/api/stock_receipts_korona_retail_api_spec.rb +187 -0
  343. data/spec/api/suppliers_api_spec.rb +65 -0
  344. data/spec/api/tags_api_spec.rb +65 -0
  345. data/spec/api/ticketing_api_spec.rb +125 -0
  346. data/spec/api_client_spec.rb +226 -0
  347. data/spec/configuration_spec.rb +42 -0
  348. data/spec/models/account_spec.rb +112 -0
  349. data/spec/models/account_summary_spec.rb +54 -0
  350. data/spec/models/account_transaction_spec.rb +60 -0
  351. data/spec/models/add_or_update_result_spec.rb +80 -0
  352. data/spec/models/address_information_spec.rb +78 -0
  353. data/spec/models/admission_spec.rb +48 -0
  354. data/spec/models/amount_count_data_spec.rb +48 -0
  355. data/spec/models/amount_spec.rb +66 -0
  356. data/spec/models/assortment_spec.rb +84 -0
  357. data/spec/models/bad_request_error_spec.rb +52 -0
  358. data/spec/models/capacity_spec.rb +48 -0
  359. data/spec/models/cashier_spec.rb +122 -0
  360. data/spec/models/cashier_summary_spec.rb +72 -0
  361. data/spec/models/category_spec.rb +48 -0
  362. data/spec/models/cloud_subscription_spec.rb +52 -0
  363. data/spec/models/commodity_group_spec.rb +72 -0
  364. data/spec/models/commodity_group_summary_spec.rb +60 -0
  365. data/spec/models/company_identification_spec.rb +48 -0
  366. data/spec/models/currency_denomination_spec.rb +52 -0
  367. data/spec/models/currency_exchange_rate_spec.rb +48 -0
  368. data/spec/models/currency_spec.rb +108 -0
  369. data/spec/models/customer_card_spec.rb +52 -0
  370. data/spec/models/customer_data_spec.rb +48 -0
  371. data/spec/models/customer_group_spec.rb +72 -0
  372. data/spec/models/customer_group_summary_spec.rb +60 -0
  373. data/spec/models/customer_information_spec.rb +54 -0
  374. data/spec/models/customer_order_spec.rb +150 -0
  375. data/spec/models/customer_spec.rb +154 -0
  376. data/spec/models/day_rating_spec.rb +96 -0
  377. data/spec/models/device_information_spec.rb +48 -0
  378. data/spec/models/economic_zone_spec.rb +66 -0
  379. data/spec/models/end_of_day_statement_spec.rb +90 -0
  380. data/spec/models/end_of_day_statement_summary_spec.rb +72 -0
  381. data/spec/models/entry_gate_spec.rb +78 -0
  382. data/spec/models/event_spec.rb +96 -0
  383. data/spec/models/forbidden_error_spec.rb +52 -0
  384. data/spec/models/geo_location_spec.rb +48 -0
  385. data/spec/models/info_text_spec.rb +76 -0
  386. data/spec/models/interval_spec.rb +48 -0
  387. data/spec/models/inventory_list_item_spec.rb +72 -0
  388. data/spec/models/inventory_list_item_stock_spec.rb +48 -0
  389. data/spec/models/inventory_list_spec.rb +130 -0
  390. data/spec/models/inventory_spec.rb +162 -0
  391. data/spec/models/korona_account_spec.rb +90 -0
  392. data/spec/models/method_not_allowed_error_spec.rb +52 -0
  393. data/spec/models/model_reference_spec.rb +54 -0
  394. data/spec/models/not_found_error_spec.rb +52 -0
  395. data/spec/models/organizational_unit_spec.rb +96 -0
  396. data/spec/models/payment_method_spec.rb +96 -0
  397. data/spec/models/payment_spec.rb +66 -0
  398. data/spec/models/payment_summary_spec.rb +54 -0
  399. data/spec/models/period_list_top_seller_spec.rb +54 -0
  400. data/spec/models/period_map_string_revenue_data_spec.rb +54 -0
  401. data/spec/models/period_object_spec.rb +54 -0
  402. data/spec/models/period_revenue_data_spec.rb +54 -0
  403. data/spec/models/period_spec.rb +54 -0
  404. data/spec/models/pos_spec.rb +144 -0
  405. data/spec/models/price_group_spec.rb +78 -0
  406. data/spec/models/product_code_spec.rb +48 -0
  407. data/spec/models/product_description_spec.rb +52 -0
  408. data/spec/models/product_price_spec.rb +66 -0
  409. data/spec/models/product_spec.rb +296 -0
  410. data/spec/models/product_stock_spec.rb +66 -0
  411. data/spec/models/product_subproduct_spec.rb +54 -0
  412. data/spec/models/product_supplier_price_spec.rb +66 -0
  413. data/spec/models/product_transfer_involved_party_information_data_spec.rb +54 -0
  414. data/spec/models/product_transfer_involved_party_information_spec.rb +72 -0
  415. data/spec/models/rating_spec.rb +54 -0
  416. data/spec/models/receipt_item_spec.rb +90 -0
  417. data/spec/models/receipt_spec.rb +162 -0
  418. data/spec/models/result_list_account_spec.rb +72 -0
  419. data/spec/models/result_list_assortment_spec.rb +72 -0
  420. data/spec/models/result_list_cashier_spec.rb +72 -0
  421. data/spec/models/result_list_commodity_group_spec.rb +72 -0
  422. data/spec/models/result_list_currency_spec.rb +72 -0
  423. data/spec/models/result_list_customer_group_spec.rb +72 -0
  424. data/spec/models/result_list_customer_order_spec.rb +72 -0
  425. data/spec/models/result_list_customer_spec.rb +72 -0
  426. data/spec/models/result_list_day_rating_spec.rb +72 -0
  427. data/spec/models/result_list_economic_zone_spec.rb +72 -0
  428. data/spec/models/result_list_end_of_day_statement_spec.rb +72 -0
  429. data/spec/models/result_list_entry_gate_spec.rb +72 -0
  430. data/spec/models/result_list_event_spec.rb +72 -0
  431. data/spec/models/result_list_info_text_spec.rb +72 -0
  432. data/spec/models/result_list_inventory_list_item_spec.rb +72 -0
  433. data/spec/models/result_list_inventory_list_spec.rb +72 -0
  434. data/spec/models/result_list_inventory_spec.rb +72 -0
  435. data/spec/models/result_list_organizational_unit_spec.rb +72 -0
  436. data/spec/models/result_list_payment_method_spec.rb +72 -0
  437. data/spec/models/result_list_pos_spec.rb +72 -0
  438. data/spec/models/result_list_price_group_spec.rb +72 -0
  439. data/spec/models/result_list_product_spec.rb +72 -0
  440. data/spec/models/result_list_product_stock_spec.rb +72 -0
  441. data/spec/models/result_list_receipt_spec.rb +72 -0
  442. data/spec/models/result_list_sales_tax_spec.rb +72 -0
  443. data/spec/models/result_list_sector_spec.rb +72 -0
  444. data/spec/models/result_list_spec.rb +72 -0
  445. data/spec/models/result_list_stock_receipt_item_spec.rb +72 -0
  446. data/spec/models/result_list_stock_receipt_spec.rb +72 -0
  447. data/spec/models/result_list_supplier_spec.rb +72 -0
  448. data/spec/models/result_list_tag_spec.rb +72 -0
  449. data/spec/models/result_list_ticket_definition_spec.rb +72 -0
  450. data/spec/models/revenue_data_spec.rb +66 -0
  451. data/spec/models/sales_tax_rate_spec.rb +48 -0
  452. data/spec/models/sales_tax_spec.rb +84 -0
  453. data/spec/models/sector_sales_tax_item_spec.rb +48 -0
  454. data/spec/models/sector_spec.rb +72 -0
  455. data/spec/models/statistic_list_top_seller_spec.rb +54 -0
  456. data/spec/models/statistic_map_string_revenue_data_spec.rb +54 -0
  457. data/spec/models/statistic_revenue_data_spec.rb +54 -0
  458. data/spec/models/statistic_spec.rb +54 -0
  459. data/spec/models/stock_receipt_item_amount_spec.rb +48 -0
  460. data/spec/models/stock_receipt_item_identification_spec.rb +54 -0
  461. data/spec/models/stock_receipt_item_purchase_price_spec.rb +48 -0
  462. data/spec/models/stock_receipt_item_spec.rb +78 -0
  463. data/spec/models/stock_receipt_spec.rb +166 -0
  464. data/spec/models/supplier_contact_person_spec.rb +78 -0
  465. data/spec/models/supplier_contact_spec.rb +60 -0
  466. data/spec/models/supplier_payment_information_spec.rb +94 -0
  467. data/spec/models/supplier_spec.rb +108 -0
  468. data/spec/models/tag_spec.rb +66 -0
  469. data/spec/models/tax_payment_spec.rb +60 -0
  470. data/spec/models/tax_summary_spec.rb +54 -0
  471. data/spec/models/ticket_definition_spec.rb +108 -0
  472. data/spec/models/time_period_spec.rb +78 -0
  473. data/spec/models/too_many_requests_error_spec.rb +52 -0
  474. data/spec/models/top_seller_spec.rb +66 -0
  475. data/spec/models/total_price_spec.rb +66 -0
  476. data/spec/models/weather_spec.rb +58 -0
  477. data/spec/spec_helper.rb +111 -0
  478. metadata +856 -0
@@ -0,0 +1,16 @@
1
+ # KoronaClient::EndOfDayStatement
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **active** | **BOOLEAN** | indicates whether the object is active for use or not | [optional]
7
+ **id** | **String** | global object uuid (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) | [optional]
8
+ **number** | **String** | number of the object, like it is set in backoffice; will be removed when active=false | [optional]
9
+ **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]
10
+ **finish_time** | **DateTime** | | [optional]
11
+ **receipt_count** | **Integer** | | [optional]
12
+ **successfully_checked** | **BOOLEAN** | | [optional]
13
+ **summaries** | [**EndOfDayStatementSummary**](EndOfDayStatementSummary.md) | | [optional]
14
+ **getz_count** | **Integer** | | [optional]
15
+
16
+
@@ -0,0 +1,13 @@
1
+ # KoronaClient::EndOfDayStatementSummary
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **accounts** | [**Array<AccountSummary>**](AccountSummary.md) | | [optional]
7
+ **cashiers** | [**Array<CashierSummary>**](CashierSummary.md) | | [optional]
8
+ **commodity_groups** | [**Array<CommodityGroupSummary>**](CommodityGroupSummary.md) | | [optional]
9
+ **customer_groups** | [**Array<CustomerGroupSummary>**](CustomerGroupSummary.md) | | [optional]
10
+ **payments** | [**Array<PaymentSummary>**](PaymentSummary.md) | | [optional]
11
+ **taxes** | [**Array<TaxSummary>**](TaxSummary.md) | | [optional]
12
+
13
+
@@ -0,0 +1,14 @@
1
+ # KoronaClient::EntryGate
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **active** | **BOOLEAN** | indicates whether the object is active for use or not | [optional]
7
+ **id** | **String** | global object uuid (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) | [optional]
8
+ **number** | **String** | number of the object, like it is set in backoffice; will be removed when active=false | [optional]
9
+ **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]
10
+ **has_children** | **BOOLEAN** | | [optional]
11
+ **name** | **String** | | [optional]
12
+ **parent_entry_gate** | [**ModelReference**](ModelReference.md) | | [optional]
13
+
14
+
@@ -0,0 +1,17 @@
1
+ # KoronaClient::Event
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **active** | **BOOLEAN** | indicates whether the object is active for use or not | [optional]
7
+ **id** | **String** | global object uuid (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) | [optional]
8
+ **number** | **String** | number of the object, like it is set in backoffice; will be removed when active=false | [optional]
9
+ **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]
10
+ **capacity** | [**Capacity**](Capacity.md) | | [optional]
11
+ **categories** | [**Array<Category>**](Category.md) | | [optional]
12
+ **duration** | [**TimePeriod**](TimePeriod.md) | | [optional]
13
+ **location** | **String** | | [optional]
14
+ **name** | **String** | | [optional]
15
+ **start** | **DateTime** | | [optional]
16
+
17
+
@@ -0,0 +1,9 @@
1
+ # KoronaClient::ForbiddenError
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **message** | **String** | a short description of the error in english | [optional]
7
+ **code** | **String** | the code for client-side evaluation of the error | [optional]
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # KoronaClient::GeoLocation
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **latitude** | **Float** | | [optional]
7
+ **longitude** | **Float** | | [optional]
8
+
9
+
@@ -0,0 +1,64 @@
1
+ # KoronaClient::ImagesApi
2
+
3
+ All URIs are relative to *https://www.koronacloud.com/web/api/v3*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**get_image**](ImagesApi.md#get_image) | **GET** /accounts/{koronaAccountId}/images/{imageId} | displays the image
8
+
9
+
10
+ # **get_image**
11
+ > get_image(korona_account_id, image_id)
12
+
13
+ displays the image
14
+
15
+
16
+
17
+ ### Example
18
+ ```ruby
19
+ # load the gem
20
+ require 'korona_client'
21
+ # setup authorization
22
+ KoronaClient.configure do |config|
23
+ # Configure HTTP basic authorization: basicAuth
24
+ config.username = 'YOUR USERNAME'
25
+ config.password = 'YOUR PASSWORD'
26
+ end
27
+
28
+ api_instance = KoronaClient::ImagesApi.new
29
+
30
+ korona_account_id = "korona_account_id_example" # String | the account id
31
+
32
+ image_id = "image_id_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
33
+
34
+
35
+ begin
36
+ #displays the image
37
+ api_instance.get_image(korona_account_id, image_id)
38
+ rescue KoronaClient::ApiError => e
39
+ puts "Exception when calling ImagesApi->get_image: #{e}"
40
+ end
41
+ ```
42
+
43
+ ### Parameters
44
+
45
+ Name | Type | Description | Notes
46
+ ------------- | ------------- | ------------- | -------------
47
+ **korona_account_id** | **String**| the account id |
48
+ **image_id** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
49
+
50
+ ### Return type
51
+
52
+ nil (empty response body)
53
+
54
+ ### Authorization
55
+
56
+ [basicAuth](../README.md#basicAuth)
57
+
58
+ ### HTTP request headers
59
+
60
+ - **Content-Type**: Not defined
61
+ - **Accept**: image/png, image/jpg
62
+
63
+
64
+
@@ -0,0 +1,13 @@
1
+ # KoronaClient::InfoText
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **active** | **BOOLEAN** | indicates whether the object is active for use or not | [optional]
7
+ **id** | **String** | global object uuid (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) | [optional]
8
+ **number** | **String** | number of the object, like it is set in backoffice; will be removed when active=false | [optional]
9
+ **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]
10
+ **text** | **String** | | [optional]
11
+ **type** | **String** | | [optional]
12
+
13
+
@@ -0,0 +1,131 @@
1
+ # KoronaClient::InfoTextsApi
2
+
3
+ All URIs are relative to *https://www.koronacloud.com/web/api/v3*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**get_info_text**](InfoTextsApi.md#get_info_text) | **GET** /accounts/{koronaAccountId}/infoTexts/{infoTextIdOrNumber} | lists the info text
8
+ [**get_info_texts**](InfoTextsApi.md#get_info_texts) | **GET** /accounts/{koronaAccountId}/infoTexts | lists all info texts
9
+
10
+
11
+ # **get_info_text**
12
+ > InfoText get_info_text(korona_account_id, info_text_id_or_number)
13
+
14
+ lists the info text
15
+
16
+
17
+
18
+ ### Example
19
+ ```ruby
20
+ # load the gem
21
+ require 'korona_client'
22
+ # setup authorization
23
+ KoronaClient.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 = KoronaClient::InfoTextsApi.new
30
+
31
+ korona_account_id = "korona_account_id_example" # String | the account id
32
+
33
+ info_text_id_or_number = "info_text_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
34
+
35
+
36
+ begin
37
+ #lists the info text
38
+ result = api_instance.get_info_text(korona_account_id, info_text_id_or_number)
39
+ p result
40
+ rescue KoronaClient::ApiError => e
41
+ puts "Exception when calling InfoTextsApi->get_info_text: #{e}"
42
+ end
43
+ ```
44
+
45
+ ### Parameters
46
+
47
+ Name | Type | Description | Notes
48
+ ------------- | ------------- | ------------- | -------------
49
+ **korona_account_id** | **String**| the account id |
50
+ **info_text_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
51
+
52
+ ### Return type
53
+
54
+ [**InfoText**](InfoText.md)
55
+
56
+ ### Authorization
57
+
58
+ [basicAuth](../README.md#basicAuth)
59
+
60
+ ### HTTP request headers
61
+
62
+ - **Content-Type**: application/json
63
+ - **Accept**: application/json
64
+
65
+
66
+
67
+ # **get_info_texts**
68
+ > ResultListInfoText get_info_texts(korona_account_id, opts)
69
+
70
+ lists all info texts
71
+
72
+
73
+
74
+ ### Example
75
+ ```ruby
76
+ # load the gem
77
+ require 'korona_client'
78
+ # setup authorization
79
+ KoronaClient.configure do |config|
80
+ # Configure HTTP basic authorization: basicAuth
81
+ config.username = 'YOUR USERNAME'
82
+ config.password = 'YOUR PASSWORD'
83
+ end
84
+
85
+ api_instance = KoronaClient::InfoTextsApi.new
86
+
87
+ korona_account_id = "korona_account_id_example" # String | the account id
88
+
89
+ opts = {
90
+ page: 56, # Integer | number of the page to fetch
91
+ size: 56, # Integer | amount of objects to return per page
92
+ sort: "sort_example", # String | attribute to sort by (multiple separated by comma; max. 5)
93
+ revision: 789, # Integer | last revision number, objects with a greater revision than this will be returned
94
+ include_deleted: true # BOOLEAN | indicates deleted objects should be loaded or not (default: false)
95
+ }
96
+
97
+ begin
98
+ #lists all info texts
99
+ result = api_instance.get_info_texts(korona_account_id, opts)
100
+ p result
101
+ rescue KoronaClient::ApiError => e
102
+ puts "Exception when calling InfoTextsApi->get_info_texts: #{e}"
103
+ end
104
+ ```
105
+
106
+ ### Parameters
107
+
108
+ Name | Type | Description | Notes
109
+ ------------- | ------------- | ------------- | -------------
110
+ **korona_account_id** | **String**| the account id |
111
+ **page** | **Integer**| number of the page to fetch | [optional]
112
+ **size** | **Integer**| amount of objects to return per page | [optional]
113
+ **sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
114
+ **revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
115
+ **include_deleted** | **BOOLEAN**| indicates deleted objects should be loaded or not (default: false) | [optional]
116
+
117
+ ### Return type
118
+
119
+ [**ResultListInfoText**](ResultListInfoText.md)
120
+
121
+ ### Authorization
122
+
123
+ [basicAuth](../README.md#basicAuth)
124
+
125
+ ### HTTP request headers
126
+
127
+ - **Content-Type**: application/json
128
+ - **Accept**: application/json
129
+
130
+
131
+
@@ -0,0 +1,9 @@
1
+ # KoronaClient::Interval
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **from** | **DateTime** | | [optional]
7
+ **to** | **DateTime** | | [optional]
8
+
9
+
@@ -0,0 +1,890 @@
1
+ # KoronaClient::InventoriesKORONARetailApi
2
+
3
+ All URIs are relative to *https://www.koronacloud.com/web/api/v3*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**add_inventories**](InventoriesKORONARetailApi.md#add_inventories) | **POST** /accounts/{koronaAccountId}/inventories | adds a batch of new inventories
8
+ [**add_inventory_inventory_list_items**](InventoriesKORONARetailApi.md#add_inventory_inventory_list_items) | **POST** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items | adds inventory list items
9
+ [**delete_inventory**](InventoriesKORONARetailApi.md#delete_inventory) | **DELETE** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber} | deletes the inventory; only possible if hasBookedReceipts=false
10
+ [**delete_inventory_inventory_list_item**](InventoriesKORONARetailApi.md#delete_inventory_inventory_list_item) | **DELETE** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items/{productIdOrNumber} | deletes the inventory list item
11
+ [**get_inventories**](InventoriesKORONARetailApi.md#get_inventories) | **GET** /accounts/{koronaAccountId}/inventories | lists all inventories
12
+ [**get_inventory**](InventoriesKORONARetailApi.md#get_inventory) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber} | lists the inventory
13
+ [**get_inventory_inventory_list**](InventoriesKORONARetailApi.md#get_inventory_inventory_list) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber} | lists the inventory list
14
+ [**get_inventory_inventory_list_item**](InventoriesKORONARetailApi.md#get_inventory_inventory_list_item) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items/{productIdOrNumber} | lists the inventory list item with the specified product
15
+ [**get_inventory_inventory_list_items**](InventoriesKORONARetailApi.md#get_inventory_inventory_list_items) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items | lists all inventory list items
16
+ [**get_inventory_inventory_lists**](InventoriesKORONARetailApi.md#get_inventory_inventory_lists) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists | lists all inventory lists
17
+ [**update_inventory**](InventoriesKORONARetailApi.md#update_inventory) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber} | changes the inventory
18
+ [**update_inventory_inventory_list**](InventoriesKORONARetailApi.md#update_inventory_inventory_list) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber} | updates the inventory list
19
+ [**update_inventory_inventory_list_item**](InventoriesKORONARetailApi.md#update_inventory_inventory_list_item) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items/{productIdOrNumber} | updates the inventory list item
20
+ [**update_inventory_inventory_list_items**](InventoriesKORONARetailApi.md#update_inventory_inventory_list_items) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items | updates inventory list items (property [product] required))
21
+
22
+
23
+ # **add_inventories**
24
+ > Array<AddOrUpdateResult> add_inventories(korona_account_id, body)
25
+
26
+ adds a batch of new inventories
27
+
28
+
29
+
30
+ ### Example
31
+ ```ruby
32
+ # load the gem
33
+ require 'korona_client'
34
+ # setup authorization
35
+ KoronaClient.configure do |config|
36
+ # Configure HTTP basic authorization: basicAuth
37
+ config.username = 'YOUR USERNAME'
38
+ config.password = 'YOUR PASSWORD'
39
+ end
40
+
41
+ api_instance = KoronaClient::InventoriesKORONARetailApi.new
42
+
43
+ korona_account_id = "korona_account_id_example" # String | the account id
44
+
45
+ body = [KoronaClient::Inventory.new] # Array<Inventory> | a array of new inventories
46
+
47
+
48
+ begin
49
+ #adds a batch of new inventories
50
+ result = api_instance.add_inventories(korona_account_id, body)
51
+ p result
52
+ rescue KoronaClient::ApiError => e
53
+ puts "Exception when calling InventoriesKORONARetailApi->add_inventories: #{e}"
54
+ end
55
+ ```
56
+
57
+ ### Parameters
58
+
59
+ Name | Type | Description | Notes
60
+ ------------- | ------------- | ------------- | -------------
61
+ **korona_account_id** | **String**| the account id |
62
+ **body** | [**Array&lt;Inventory&gt;**](Inventory.md)| a array of new inventories |
63
+
64
+ ### Return type
65
+
66
+ [**Array&lt;AddOrUpdateResult&gt;**](AddOrUpdateResult.md)
67
+
68
+ ### Authorization
69
+
70
+ [basicAuth](../README.md#basicAuth)
71
+
72
+ ### HTTP request headers
73
+
74
+ - **Content-Type**: application/json
75
+ - **Accept**: application/json
76
+
77
+
78
+
79
+ # **add_inventory_inventory_list_items**
80
+ > Array&lt;AddOrUpdateResult&gt; add_inventory_inventory_list_items(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, body)
81
+
82
+ adds inventory list items
83
+
84
+
85
+
86
+ ### Example
87
+ ```ruby
88
+ # load the gem
89
+ require 'korona_client'
90
+ # setup authorization
91
+ KoronaClient.configure do |config|
92
+ # Configure HTTP basic authorization: basicAuth
93
+ config.username = 'YOUR USERNAME'
94
+ config.password = 'YOUR PASSWORD'
95
+ end
96
+
97
+ api_instance = KoronaClient::InventoriesKORONARetailApi.new
98
+
99
+ korona_account_id = "korona_account_id_example" # String | the account id
100
+
101
+ inventory_id_or_number = "inventory_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
102
+
103
+ inventory_list_id_or_number = "inventory_list_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
104
+
105
+ body = [KoronaClient::InventoryListItem.new] # Array<InventoryListItem> | data to update
106
+
107
+
108
+ begin
109
+ #adds inventory list items
110
+ result = api_instance.add_inventory_inventory_list_items(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, body)
111
+ p result
112
+ rescue KoronaClient::ApiError => e
113
+ puts "Exception when calling InventoriesKORONARetailApi->add_inventory_inventory_list_items: #{e}"
114
+ end
115
+ ```
116
+
117
+ ### Parameters
118
+
119
+ Name | Type | Description | Notes
120
+ ------------- | ------------- | ------------- | -------------
121
+ **korona_account_id** | **String**| the account id |
122
+ **inventory_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
123
+ **inventory_list_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
124
+ **body** | [**Array&lt;InventoryListItem&gt;**](InventoryListItem.md)| data to update |
125
+
126
+ ### Return type
127
+
128
+ [**Array&lt;AddOrUpdateResult&gt;**](AddOrUpdateResult.md)
129
+
130
+ ### Authorization
131
+
132
+ [basicAuth](../README.md#basicAuth)
133
+
134
+ ### HTTP request headers
135
+
136
+ - **Content-Type**: application/json
137
+ - **Accept**: application/json
138
+
139
+
140
+
141
+ # **delete_inventory**
142
+ > delete_inventory(korona_account_id, inventory_id_or_number)
143
+
144
+ deletes the inventory; only possible if hasBookedReceipts=false
145
+
146
+
147
+
148
+ ### Example
149
+ ```ruby
150
+ # load the gem
151
+ require 'korona_client'
152
+ # setup authorization
153
+ KoronaClient.configure do |config|
154
+ # Configure HTTP basic authorization: basicAuth
155
+ config.username = 'YOUR USERNAME'
156
+ config.password = 'YOUR PASSWORD'
157
+ end
158
+
159
+ api_instance = KoronaClient::InventoriesKORONARetailApi.new
160
+
161
+ korona_account_id = "korona_account_id_example" # String | the account id
162
+
163
+ inventory_id_or_number = "inventory_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
164
+
165
+
166
+ begin
167
+ #deletes the inventory; only possible if hasBookedReceipts=false
168
+ api_instance.delete_inventory(korona_account_id, inventory_id_or_number)
169
+ rescue KoronaClient::ApiError => e
170
+ puts "Exception when calling InventoriesKORONARetailApi->delete_inventory: #{e}"
171
+ end
172
+ ```
173
+
174
+ ### Parameters
175
+
176
+ Name | Type | Description | Notes
177
+ ------------- | ------------- | ------------- | -------------
178
+ **korona_account_id** | **String**| the account id |
179
+ **inventory_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
180
+
181
+ ### Return type
182
+
183
+ nil (empty response body)
184
+
185
+ ### Authorization
186
+
187
+ [basicAuth](../README.md#basicAuth)
188
+
189
+ ### HTTP request headers
190
+
191
+ - **Content-Type**: application/json
192
+ - **Accept**: application/json
193
+
194
+
195
+
196
+ # **delete_inventory_inventory_list_item**
197
+ > delete_inventory_inventory_list_item(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, product_id_or_number)
198
+
199
+ deletes the inventory list item
200
+
201
+
202
+
203
+ ### Example
204
+ ```ruby
205
+ # load the gem
206
+ require 'korona_client'
207
+ # setup authorization
208
+ KoronaClient.configure do |config|
209
+ # Configure HTTP basic authorization: basicAuth
210
+ config.username = 'YOUR USERNAME'
211
+ config.password = 'YOUR PASSWORD'
212
+ end
213
+
214
+ api_instance = KoronaClient::InventoriesKORONARetailApi.new
215
+
216
+ korona_account_id = "korona_account_id_example" # String | the account id
217
+
218
+ inventory_id_or_number = "inventory_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
219
+
220
+ inventory_list_id_or_number = "inventory_list_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
221
+
222
+ product_id_or_number = "product_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
223
+
224
+
225
+ begin
226
+ #deletes the inventory list item
227
+ api_instance.delete_inventory_inventory_list_item(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, product_id_or_number)
228
+ rescue KoronaClient::ApiError => e
229
+ puts "Exception when calling InventoriesKORONARetailApi->delete_inventory_inventory_list_item: #{e}"
230
+ end
231
+ ```
232
+
233
+ ### Parameters
234
+
235
+ Name | Type | Description | Notes
236
+ ------------- | ------------- | ------------- | -------------
237
+ **korona_account_id** | **String**| the account id |
238
+ **inventory_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
239
+ **inventory_list_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
240
+ **product_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
241
+
242
+ ### Return type
243
+
244
+ nil (empty response body)
245
+
246
+ ### Authorization
247
+
248
+ [basicAuth](../README.md#basicAuth)
249
+
250
+ ### HTTP request headers
251
+
252
+ - **Content-Type**: application/json
253
+ - **Accept**: application/json
254
+
255
+
256
+
257
+ # **get_inventories**
258
+ > ResultListInventory get_inventories(korona_account_id, opts)
259
+
260
+ lists all inventories
261
+
262
+
263
+
264
+ ### Example
265
+ ```ruby
266
+ # load the gem
267
+ require 'korona_client'
268
+ # setup authorization
269
+ KoronaClient.configure do |config|
270
+ # Configure HTTP basic authorization: basicAuth
271
+ config.username = 'YOUR USERNAME'
272
+ config.password = 'YOUR PASSWORD'
273
+ end
274
+
275
+ api_instance = KoronaClient::InventoriesKORONARetailApi.new
276
+
277
+ korona_account_id = "korona_account_id_example" # String | the account id
278
+
279
+ opts = {
280
+ page: 56, # Integer | number of the page to fetch
281
+ size: 56, # Integer | amount of objects to return per page
282
+ sort: "sort_example", # String | attribute to sort by (multiple separated by comma; max. 5)
283
+ revision: 789, # Integer | last revision number, objects with a greater revision than this will be returned
284
+ include_deleted: true # BOOLEAN | indicates deleted objects should be loaded or not (default: false)
285
+ }
286
+
287
+ begin
288
+ #lists all inventories
289
+ result = api_instance.get_inventories(korona_account_id, opts)
290
+ p result
291
+ rescue KoronaClient::ApiError => e
292
+ puts "Exception when calling InventoriesKORONARetailApi->get_inventories: #{e}"
293
+ end
294
+ ```
295
+
296
+ ### Parameters
297
+
298
+ Name | Type | Description | Notes
299
+ ------------- | ------------- | ------------- | -------------
300
+ **korona_account_id** | **String**| the account id |
301
+ **page** | **Integer**| number of the page to fetch | [optional]
302
+ **size** | **Integer**| amount of objects to return per page | [optional]
303
+ **sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
304
+ **revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
305
+ **include_deleted** | **BOOLEAN**| indicates deleted objects should be loaded or not (default: false) | [optional]
306
+
307
+ ### Return type
308
+
309
+ [**ResultListInventory**](ResultListInventory.md)
310
+
311
+ ### Authorization
312
+
313
+ [basicAuth](../README.md#basicAuth)
314
+
315
+ ### HTTP request headers
316
+
317
+ - **Content-Type**: application/json
318
+ - **Accept**: application/json
319
+
320
+
321
+
322
+ # **get_inventory**
323
+ > Inventory get_inventory(korona_account_id, inventory_id_or_number)
324
+
325
+ lists the inventory
326
+
327
+
328
+
329
+ ### Example
330
+ ```ruby
331
+ # load the gem
332
+ require 'korona_client'
333
+ # setup authorization
334
+ KoronaClient.configure do |config|
335
+ # Configure HTTP basic authorization: basicAuth
336
+ config.username = 'YOUR USERNAME'
337
+ config.password = 'YOUR PASSWORD'
338
+ end
339
+
340
+ api_instance = KoronaClient::InventoriesKORONARetailApi.new
341
+
342
+ korona_account_id = "korona_account_id_example" # String | the account id
343
+
344
+ inventory_id_or_number = "inventory_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
345
+
346
+
347
+ begin
348
+ #lists the inventory
349
+ result = api_instance.get_inventory(korona_account_id, inventory_id_or_number)
350
+ p result
351
+ rescue KoronaClient::ApiError => e
352
+ puts "Exception when calling InventoriesKORONARetailApi->get_inventory: #{e}"
353
+ end
354
+ ```
355
+
356
+ ### Parameters
357
+
358
+ Name | Type | Description | Notes
359
+ ------------- | ------------- | ------------- | -------------
360
+ **korona_account_id** | **String**| the account id |
361
+ **inventory_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
362
+
363
+ ### Return type
364
+
365
+ [**Inventory**](Inventory.md)
366
+
367
+ ### Authorization
368
+
369
+ [basicAuth](../README.md#basicAuth)
370
+
371
+ ### HTTP request headers
372
+
373
+ - **Content-Type**: application/json
374
+ - **Accept**: application/json
375
+
376
+
377
+
378
+ # **get_inventory_inventory_list**
379
+ > InventoryList get_inventory_inventory_list(korona_account_id, inventory_id_or_number, inventory_list_id_or_number)
380
+
381
+ lists the inventory list
382
+
383
+
384
+
385
+ ### Example
386
+ ```ruby
387
+ # load the gem
388
+ require 'korona_client'
389
+ # setup authorization
390
+ KoronaClient.configure do |config|
391
+ # Configure HTTP basic authorization: basicAuth
392
+ config.username = 'YOUR USERNAME'
393
+ config.password = 'YOUR PASSWORD'
394
+ end
395
+
396
+ api_instance = KoronaClient::InventoriesKORONARetailApi.new
397
+
398
+ korona_account_id = "korona_account_id_example" # String | the account id
399
+
400
+ inventory_id_or_number = "inventory_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
401
+
402
+ inventory_list_id_or_number = "inventory_list_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
403
+
404
+
405
+ begin
406
+ #lists the inventory list
407
+ result = api_instance.get_inventory_inventory_list(korona_account_id, inventory_id_or_number, inventory_list_id_or_number)
408
+ p result
409
+ rescue KoronaClient::ApiError => e
410
+ puts "Exception when calling InventoriesKORONARetailApi->get_inventory_inventory_list: #{e}"
411
+ end
412
+ ```
413
+
414
+ ### Parameters
415
+
416
+ Name | Type | Description | Notes
417
+ ------------- | ------------- | ------------- | -------------
418
+ **korona_account_id** | **String**| the account id |
419
+ **inventory_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
420
+ **inventory_list_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
421
+
422
+ ### Return type
423
+
424
+ [**InventoryList**](InventoryList.md)
425
+
426
+ ### Authorization
427
+
428
+ [basicAuth](../README.md#basicAuth)
429
+
430
+ ### HTTP request headers
431
+
432
+ - **Content-Type**: application/json
433
+ - **Accept**: application/json
434
+
435
+
436
+
437
+ # **get_inventory_inventory_list_item**
438
+ > InventoryListItem get_inventory_inventory_list_item(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, product_id_or_number)
439
+
440
+ lists the inventory list item with the specified product
441
+
442
+
443
+
444
+ ### Example
445
+ ```ruby
446
+ # load the gem
447
+ require 'korona_client'
448
+ # setup authorization
449
+ KoronaClient.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 = KoronaClient::InventoriesKORONARetailApi.new
456
+
457
+ korona_account_id = "korona_account_id_example" # String | the account id
458
+
459
+ inventory_id_or_number = "inventory_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
460
+
461
+ inventory_list_id_or_number = "inventory_list_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
462
+
463
+ product_id_or_number = "product_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
464
+
465
+
466
+ begin
467
+ #lists the inventory list item with the specified product
468
+ result = api_instance.get_inventory_inventory_list_item(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, product_id_or_number)
469
+ p result
470
+ rescue KoronaClient::ApiError => e
471
+ puts "Exception when calling InventoriesKORONARetailApi->get_inventory_inventory_list_item: #{e}"
472
+ end
473
+ ```
474
+
475
+ ### Parameters
476
+
477
+ Name | Type | Description | Notes
478
+ ------------- | ------------- | ------------- | -------------
479
+ **korona_account_id** | **String**| the account id |
480
+ **inventory_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
481
+ **inventory_list_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
482
+ **product_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
483
+
484
+ ### Return type
485
+
486
+ [**InventoryListItem**](InventoryListItem.md)
487
+
488
+ ### Authorization
489
+
490
+ [basicAuth](../README.md#basicAuth)
491
+
492
+ ### HTTP request headers
493
+
494
+ - **Content-Type**: application/json
495
+ - **Accept**: application/json
496
+
497
+
498
+
499
+ # **get_inventory_inventory_list_items**
500
+ > ResultListInventoryListItem get_inventory_inventory_list_items(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, opts)
501
+
502
+ lists all inventory list items
503
+
504
+
505
+
506
+ ### Example
507
+ ```ruby
508
+ # load the gem
509
+ require 'korona_client'
510
+ # setup authorization
511
+ KoronaClient.configure do |config|
512
+ # Configure HTTP basic authorization: basicAuth
513
+ config.username = 'YOUR USERNAME'
514
+ config.password = 'YOUR PASSWORD'
515
+ end
516
+
517
+ api_instance = KoronaClient::InventoriesKORONARetailApi.new
518
+
519
+ korona_account_id = "korona_account_id_example" # String | the account id
520
+
521
+ inventory_id_or_number = "inventory_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
522
+
523
+ inventory_list_id_or_number = "inventory_list_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
524
+
525
+ opts = {
526
+ page: 56, # Integer | number of the page to fetch
527
+ size: 56, # Integer | amount of objects to return per page
528
+ sort: "sort_example", # String | attribute to sort by (multiple separated by comma; max. 5)
529
+ revision: 789 # Integer | last revision number, objects with a greater revision than this will be returned
530
+ }
531
+
532
+ begin
533
+ #lists all inventory list items
534
+ result = api_instance.get_inventory_inventory_list_items(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, opts)
535
+ p result
536
+ rescue KoronaClient::ApiError => e
537
+ puts "Exception when calling InventoriesKORONARetailApi->get_inventory_inventory_list_items: #{e}"
538
+ end
539
+ ```
540
+
541
+ ### Parameters
542
+
543
+ Name | Type | Description | Notes
544
+ ------------- | ------------- | ------------- | -------------
545
+ **korona_account_id** | **String**| the account id |
546
+ **inventory_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
547
+ **inventory_list_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
548
+ **page** | **Integer**| number of the page to fetch | [optional]
549
+ **size** | **Integer**| amount of objects to return per page | [optional]
550
+ **sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
551
+ **revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
552
+
553
+ ### Return type
554
+
555
+ [**ResultListInventoryListItem**](ResultListInventoryListItem.md)
556
+
557
+ ### Authorization
558
+
559
+ [basicAuth](../README.md#basicAuth)
560
+
561
+ ### HTTP request headers
562
+
563
+ - **Content-Type**: application/json
564
+ - **Accept**: application/json
565
+
566
+
567
+
568
+ # **get_inventory_inventory_lists**
569
+ > ResultListInventoryList get_inventory_inventory_lists(korona_account_id, inventory_id_or_number, opts)
570
+
571
+ lists all inventory lists
572
+
573
+
574
+
575
+ ### Example
576
+ ```ruby
577
+ # load the gem
578
+ require 'korona_client'
579
+ # setup authorization
580
+ KoronaClient.configure do |config|
581
+ # Configure HTTP basic authorization: basicAuth
582
+ config.username = 'YOUR USERNAME'
583
+ config.password = 'YOUR PASSWORD'
584
+ end
585
+
586
+ api_instance = KoronaClient::InventoriesKORONARetailApi.new
587
+
588
+ korona_account_id = "korona_account_id_example" # String | the account id
589
+
590
+ inventory_id_or_number = "inventory_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
591
+
592
+ opts = {
593
+ page: 56, # Integer | number of the page to fetch
594
+ size: 56, # Integer | amount of objects to return per page
595
+ sort: "sort_example", # String | attribute to sort by (multiple separated by comma; max. 5)
596
+ revision: 789, # Integer | last revision number, objects with a greater revision than this will be returned
597
+ include_deleted: true, # BOOLEAN | indicates deleted objects should be loaded or not (default: false)
598
+ min_create_time: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | min (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
599
+ max_create_time: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | max (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
600
+ min_booking_time: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | min (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
601
+ max_booking_time: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | max (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
602
+ booking_status: "booking_status_example" # String | booking status (possible values: BOOKED, IN_PROGRESS)
603
+ }
604
+
605
+ begin
606
+ #lists all inventory lists
607
+ result = api_instance.get_inventory_inventory_lists(korona_account_id, inventory_id_or_number, opts)
608
+ p result
609
+ rescue KoronaClient::ApiError => e
610
+ puts "Exception when calling InventoriesKORONARetailApi->get_inventory_inventory_lists: #{e}"
611
+ end
612
+ ```
613
+
614
+ ### Parameters
615
+
616
+ Name | Type | Description | Notes
617
+ ------------- | ------------- | ------------- | -------------
618
+ **korona_account_id** | **String**| the account id |
619
+ **inventory_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
620
+ **page** | **Integer**| number of the page to fetch | [optional]
621
+ **size** | **Integer**| amount of objects to return per page | [optional]
622
+ **sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
623
+ **revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
624
+ **include_deleted** | **BOOLEAN**| indicates deleted objects should be loaded or not (default: false) | [optional]
625
+ **min_create_time** | **DateTime**| min (inclusive) create time of the receipt (ISO 8601; date, time and timezone) | [optional]
626
+ **max_create_time** | **DateTime**| max (inclusive) create time of the receipt (ISO 8601; date, time and timezone) | [optional]
627
+ **min_booking_time** | **DateTime**| min (inclusive) booking time of the receipt (ISO 8601; date, time and timezone) | [optional]
628
+ **max_booking_time** | **DateTime**| max (inclusive) booking time of the receipt (ISO 8601; date, time and timezone) | [optional]
629
+ **booking_status** | **String**| booking status (possible values: BOOKED, IN_PROGRESS) | [optional]
630
+
631
+ ### Return type
632
+
633
+ [**ResultListInventoryList**](ResultListInventoryList.md)
634
+
635
+ ### Authorization
636
+
637
+ [basicAuth](../README.md#basicAuth)
638
+
639
+ ### HTTP request headers
640
+
641
+ - **Content-Type**: application/json
642
+ - **Accept**: application/json
643
+
644
+
645
+
646
+ # **update_inventory**
647
+ > update_inventory(korona_account_id, inventory_id_or_number, body)
648
+
649
+ changes the inventory
650
+
651
+
652
+
653
+ ### Example
654
+ ```ruby
655
+ # load the gem
656
+ require 'korona_client'
657
+ # setup authorization
658
+ KoronaClient.configure do |config|
659
+ # Configure HTTP basic authorization: basicAuth
660
+ config.username = 'YOUR USERNAME'
661
+ config.password = 'YOUR PASSWORD'
662
+ end
663
+
664
+ api_instance = KoronaClient::InventoriesKORONARetailApi.new
665
+
666
+ korona_account_id = "korona_account_id_example" # String | the account id
667
+
668
+ inventory_id_or_number = "inventory_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
669
+
670
+ body = KoronaClient::Inventory.new # Inventory | the properties to update of the inventory
671
+
672
+
673
+ begin
674
+ #changes the inventory
675
+ api_instance.update_inventory(korona_account_id, inventory_id_or_number, body)
676
+ rescue KoronaClient::ApiError => e
677
+ puts "Exception when calling InventoriesKORONARetailApi->update_inventory: #{e}"
678
+ end
679
+ ```
680
+
681
+ ### Parameters
682
+
683
+ Name | Type | Description | Notes
684
+ ------------- | ------------- | ------------- | -------------
685
+ **korona_account_id** | **String**| the account id |
686
+ **inventory_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
687
+ **body** | [**Inventory**](Inventory.md)| the properties to update of the inventory |
688
+
689
+ ### Return type
690
+
691
+ nil (empty response body)
692
+
693
+ ### Authorization
694
+
695
+ [basicAuth](../README.md#basicAuth)
696
+
697
+ ### HTTP request headers
698
+
699
+ - **Content-Type**: application/json
700
+ - **Accept**: application/json
701
+
702
+
703
+
704
+ # **update_inventory_inventory_list**
705
+ > update_inventory_inventory_list(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, body)
706
+
707
+ updates the inventory list
708
+
709
+
710
+
711
+ ### Example
712
+ ```ruby
713
+ # load the gem
714
+ require 'korona_client'
715
+ # setup authorization
716
+ KoronaClient.configure do |config|
717
+ # Configure HTTP basic authorization: basicAuth
718
+ config.username = 'YOUR USERNAME'
719
+ config.password = 'YOUR PASSWORD'
720
+ end
721
+
722
+ api_instance = KoronaClient::InventoriesKORONARetailApi.new
723
+
724
+ korona_account_id = "korona_account_id_example" # String | the account id
725
+
726
+ inventory_id_or_number = "inventory_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
727
+
728
+ inventory_list_id_or_number = "inventory_list_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
729
+
730
+ body = KoronaClient::InventoryList.new # InventoryList | data to update
731
+
732
+
733
+ begin
734
+ #updates the inventory list
735
+ api_instance.update_inventory_inventory_list(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, body)
736
+ rescue KoronaClient::ApiError => e
737
+ puts "Exception when calling InventoriesKORONARetailApi->update_inventory_inventory_list: #{e}"
738
+ end
739
+ ```
740
+
741
+ ### Parameters
742
+
743
+ Name | Type | Description | Notes
744
+ ------------- | ------------- | ------------- | -------------
745
+ **korona_account_id** | **String**| the account id |
746
+ **inventory_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
747
+ **inventory_list_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
748
+ **body** | [**InventoryList**](InventoryList.md)| data to update |
749
+
750
+ ### Return type
751
+
752
+ nil (empty response body)
753
+
754
+ ### Authorization
755
+
756
+ [basicAuth](../README.md#basicAuth)
757
+
758
+ ### HTTP request headers
759
+
760
+ - **Content-Type**: application/json
761
+ - **Accept**: application/json
762
+
763
+
764
+
765
+ # **update_inventory_inventory_list_item**
766
+ > update_inventory_inventory_list_item(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, product_id_or_number, body)
767
+
768
+ updates the inventory list item
769
+
770
+
771
+
772
+ ### Example
773
+ ```ruby
774
+ # load the gem
775
+ require 'korona_client'
776
+ # setup authorization
777
+ KoronaClient.configure do |config|
778
+ # Configure HTTP basic authorization: basicAuth
779
+ config.username = 'YOUR USERNAME'
780
+ config.password = 'YOUR PASSWORD'
781
+ end
782
+
783
+ api_instance = KoronaClient::InventoriesKORONARetailApi.new
784
+
785
+ korona_account_id = "korona_account_id_example" # String | the account id
786
+
787
+ inventory_id_or_number = "inventory_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
788
+
789
+ inventory_list_id_or_number = "inventory_list_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
790
+
791
+ product_id_or_number = "product_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
792
+
793
+ body = KoronaClient::InventoryListItem.new # InventoryListItem | data to update
794
+
795
+
796
+ begin
797
+ #updates the inventory list item
798
+ api_instance.update_inventory_inventory_list_item(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, product_id_or_number, body)
799
+ rescue KoronaClient::ApiError => e
800
+ puts "Exception when calling InventoriesKORONARetailApi->update_inventory_inventory_list_item: #{e}"
801
+ end
802
+ ```
803
+
804
+ ### Parameters
805
+
806
+ Name | Type | Description | Notes
807
+ ------------- | ------------- | ------------- | -------------
808
+ **korona_account_id** | **String**| the account id |
809
+ **inventory_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
810
+ **inventory_list_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
811
+ **product_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
812
+ **body** | [**InventoryListItem**](InventoryListItem.md)| data to update |
813
+
814
+ ### Return type
815
+
816
+ nil (empty response body)
817
+
818
+ ### Authorization
819
+
820
+ [basicAuth](../README.md#basicAuth)
821
+
822
+ ### HTTP request headers
823
+
824
+ - **Content-Type**: application/json
825
+ - **Accept**: application/json
826
+
827
+
828
+
829
+ # **update_inventory_inventory_list_items**
830
+ > Array&lt;AddOrUpdateResult&gt; update_inventory_inventory_list_items(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, body)
831
+
832
+ updates inventory list items (property [product] required))
833
+
834
+
835
+
836
+ ### Example
837
+ ```ruby
838
+ # load the gem
839
+ require 'korona_client'
840
+ # setup authorization
841
+ KoronaClient.configure do |config|
842
+ # Configure HTTP basic authorization: basicAuth
843
+ config.username = 'YOUR USERNAME'
844
+ config.password = 'YOUR PASSWORD'
845
+ end
846
+
847
+ api_instance = KoronaClient::InventoriesKORONARetailApi.new
848
+
849
+ korona_account_id = "korona_account_id_example" # String | the account id
850
+
851
+ inventory_id_or_number = "inventory_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
852
+
853
+ inventory_list_id_or_number = "inventory_list_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
854
+
855
+ body = [KoronaClient::InventoryListItem.new] # Array<InventoryListItem> | a array of inventory list items to update
856
+
857
+
858
+ begin
859
+ #updates inventory list items (property [product] required))
860
+ result = api_instance.update_inventory_inventory_list_items(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, body)
861
+ p result
862
+ rescue KoronaClient::ApiError => e
863
+ puts "Exception when calling InventoriesKORONARetailApi->update_inventory_inventory_list_items: #{e}"
864
+ end
865
+ ```
866
+
867
+ ### Parameters
868
+
869
+ Name | Type | Description | Notes
870
+ ------------- | ------------- | ------------- | -------------
871
+ **korona_account_id** | **String**| the account id |
872
+ **inventory_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
873
+ **inventory_list_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
874
+ **body** | [**Array&lt;InventoryListItem&gt;**](InventoryListItem.md)| a array of inventory list items to update |
875
+
876
+ ### Return type
877
+
878
+ [**Array&lt;AddOrUpdateResult&gt;**](AddOrUpdateResult.md)
879
+
880
+ ### Authorization
881
+
882
+ [basicAuth](../README.md#basicAuth)
883
+
884
+ ### HTTP request headers
885
+
886
+ - **Content-Type**: application/json
887
+ - **Accept**: application/json
888
+
889
+
890
+