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,81 @@
1
+ =begin
2
+ #KORONA.cloud API v3
3
+
4
+ #Our api provides access to our cloud services
5
+
6
+ OpenAPI spec version: 3
7
+ Contact: support@combase.net
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.3.1
10
+
11
+ =end
12
+
13
+ require "uri"
14
+
15
+ module KoronaClient
16
+ class ImagesApi
17
+ attr_accessor :api_client
18
+
19
+ def initialize(api_client = ApiClient.default)
20
+ @api_client = api_client
21
+ end
22
+
23
+ # displays the image
24
+ #
25
+ # @param korona_account_id the account id
26
+ # @param image_id 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)
27
+ # @param [Hash] opts the optional parameters
28
+ # @return [nil]
29
+ def get_image(korona_account_id, image_id, opts = {})
30
+ get_image_with_http_info(korona_account_id, image_id, opts)
31
+ return nil
32
+ end
33
+
34
+ # displays the image
35
+ #
36
+ # @param korona_account_id the account id
37
+ # @param image_id 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)
38
+ # @param [Hash] opts the optional parameters
39
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
40
+ def get_image_with_http_info(korona_account_id, image_id, opts = {})
41
+ if @api_client.config.debugging
42
+ @api_client.config.logger.debug "Calling API: ImagesApi.get_image ..."
43
+ end
44
+ # verify the required parameter 'korona_account_id' is set
45
+ if @api_client.config.client_side_validation && korona_account_id.nil?
46
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling ImagesApi.get_image"
47
+ end
48
+ # verify the required parameter 'image_id' is set
49
+ if @api_client.config.client_side_validation && image_id.nil?
50
+ fail ArgumentError, "Missing the required parameter 'image_id' when calling ImagesApi.get_image"
51
+ end
52
+ # resource path
53
+ local_var_path = "/accounts/{koronaAccountId}/images/{imageId}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'imageId' + '}', image_id.to_s)
54
+
55
+ # query parameters
56
+ query_params = {}
57
+
58
+ # header parameters
59
+ header_params = {}
60
+ # HTTP header 'Accept' (if needed)
61
+ header_params['Accept'] = @api_client.select_header_accept(['image/png', 'image/jpg'])
62
+
63
+ # form parameters
64
+ form_params = {}
65
+
66
+ # http body (model)
67
+ post_body = nil
68
+ auth_names = ['basicAuth']
69
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
70
+ :header_params => header_params,
71
+ :query_params => query_params,
72
+ :form_params => form_params,
73
+ :body => post_body,
74
+ :auth_names => auth_names)
75
+ if @api_client.config.debugging
76
+ @api_client.config.logger.debug "API called: ImagesApi#get_image\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
77
+ end
78
+ return data, status_code, headers
79
+ end
80
+ end
81
+ end
@@ -0,0 +1,154 @@
1
+ =begin
2
+ #KORONA.cloud API v3
3
+
4
+ #Our api provides access to our cloud services
5
+
6
+ OpenAPI spec version: 3
7
+ Contact: support@combase.net
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.3.1
10
+
11
+ =end
12
+
13
+ require "uri"
14
+
15
+ module KoronaClient
16
+ class InfoTextsApi
17
+ attr_accessor :api_client
18
+
19
+ def initialize(api_client = ApiClient.default)
20
+ @api_client = api_client
21
+ end
22
+
23
+ # lists the info text
24
+ #
25
+ # @param korona_account_id the account id
26
+ # @param info_text_id_or_number 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)
27
+ # @param [Hash] opts the optional parameters
28
+ # @return [InfoText]
29
+ def get_info_text(korona_account_id, info_text_id_or_number, opts = {})
30
+ data, _status_code, _headers = get_info_text_with_http_info(korona_account_id, info_text_id_or_number, opts)
31
+ return data
32
+ end
33
+
34
+ # lists the info text
35
+ #
36
+ # @param korona_account_id the account id
37
+ # @param info_text_id_or_number 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)
38
+ # @param [Hash] opts the optional parameters
39
+ # @return [Array<(InfoText, Fixnum, Hash)>] InfoText data, response status code and response headers
40
+ def get_info_text_with_http_info(korona_account_id, info_text_id_or_number, opts = {})
41
+ if @api_client.config.debugging
42
+ @api_client.config.logger.debug "Calling API: InfoTextsApi.get_info_text ..."
43
+ end
44
+ # verify the required parameter 'korona_account_id' is set
45
+ if @api_client.config.client_side_validation && korona_account_id.nil?
46
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InfoTextsApi.get_info_text"
47
+ end
48
+ # verify the required parameter 'info_text_id_or_number' is set
49
+ if @api_client.config.client_side_validation && info_text_id_or_number.nil?
50
+ fail ArgumentError, "Missing the required parameter 'info_text_id_or_number' when calling InfoTextsApi.get_info_text"
51
+ end
52
+ # resource path
53
+ local_var_path = "/accounts/{koronaAccountId}/infoTexts/{infoTextIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'infoTextIdOrNumber' + '}', info_text_id_or_number.to_s)
54
+
55
+ # query parameters
56
+ query_params = {}
57
+
58
+ # header parameters
59
+ header_params = {}
60
+ # HTTP header 'Accept' (if needed)
61
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
62
+ # HTTP header 'Content-Type'
63
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
64
+
65
+ # form parameters
66
+ form_params = {}
67
+
68
+ # http body (model)
69
+ post_body = nil
70
+ auth_names = ['basicAuth']
71
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
72
+ :header_params => header_params,
73
+ :query_params => query_params,
74
+ :form_params => form_params,
75
+ :body => post_body,
76
+ :auth_names => auth_names,
77
+ :return_type => 'InfoText')
78
+ if @api_client.config.debugging
79
+ @api_client.config.logger.debug "API called: InfoTextsApi#get_info_text\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
80
+ end
81
+ return data, status_code, headers
82
+ end
83
+
84
+ # lists all info texts
85
+ #
86
+ # @param korona_account_id the account id
87
+ # @param [Hash] opts the optional parameters
88
+ # @option opts [Integer] :page number of the page to fetch
89
+ # @option opts [Integer] :size amount of objects to return per page
90
+ # @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
91
+ # @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
92
+ # @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
93
+ # @return [ResultListInfoText]
94
+ def get_info_texts(korona_account_id, opts = {})
95
+ data, _status_code, _headers = get_info_texts_with_http_info(korona_account_id, opts)
96
+ return data
97
+ end
98
+
99
+ # lists all info texts
100
+ #
101
+ # @param korona_account_id the account id
102
+ # @param [Hash] opts the optional parameters
103
+ # @option opts [Integer] :page number of the page to fetch
104
+ # @option opts [Integer] :size amount of objects to return per page
105
+ # @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
106
+ # @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
107
+ # @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
108
+ # @return [Array<(ResultListInfoText, Fixnum, Hash)>] ResultListInfoText data, response status code and response headers
109
+ def get_info_texts_with_http_info(korona_account_id, opts = {})
110
+ if @api_client.config.debugging
111
+ @api_client.config.logger.debug "Calling API: InfoTextsApi.get_info_texts ..."
112
+ end
113
+ # verify the required parameter 'korona_account_id' is set
114
+ if @api_client.config.client_side_validation && korona_account_id.nil?
115
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InfoTextsApi.get_info_texts"
116
+ end
117
+ # resource path
118
+ local_var_path = "/accounts/{koronaAccountId}/infoTexts".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s)
119
+
120
+ # query parameters
121
+ query_params = {}
122
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
123
+ query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
124
+ query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
125
+ query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
126
+ query_params[:'includeDeleted'] = opts[:'include_deleted'] if !opts[:'include_deleted'].nil?
127
+
128
+ # header parameters
129
+ header_params = {}
130
+ # HTTP header 'Accept' (if needed)
131
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
132
+ # HTTP header 'Content-Type'
133
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
134
+
135
+ # form parameters
136
+ form_params = {}
137
+
138
+ # http body (model)
139
+ post_body = nil
140
+ auth_names = ['basicAuth']
141
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
142
+ :header_params => header_params,
143
+ :query_params => query_params,
144
+ :form_params => form_params,
145
+ :body => post_body,
146
+ :auth_names => auth_names,
147
+ :return_type => 'ResultListInfoText')
148
+ if @api_client.config.debugging
149
+ @api_client.config.logger.debug "API called: InfoTextsApi#get_info_texts\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
150
+ end
151
+ return data, status_code, headers
152
+ end
153
+ end
154
+ end
@@ -0,0 +1,1022 @@
1
+ =begin
2
+ #KORONA.cloud API v3
3
+
4
+ #Our api provides access to our cloud services
5
+
6
+ OpenAPI spec version: 3
7
+ Contact: support@combase.net
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.3.1
10
+
11
+ =end
12
+
13
+ require "uri"
14
+
15
+ module KoronaClient
16
+ class InventoriesKORONARetailApi
17
+ attr_accessor :api_client
18
+
19
+ def initialize(api_client = ApiClient.default)
20
+ @api_client = api_client
21
+ end
22
+
23
+ # adds a batch of new inventories
24
+ #
25
+ # @param korona_account_id the account id
26
+ # @param body a array of new inventories
27
+ # @param [Hash] opts the optional parameters
28
+ # @return [Array<AddOrUpdateResult>]
29
+ def add_inventories(korona_account_id, body, opts = {})
30
+ data, _status_code, _headers = add_inventories_with_http_info(korona_account_id, body, opts)
31
+ return data
32
+ end
33
+
34
+ # adds a batch of new inventories
35
+ #
36
+ # @param korona_account_id the account id
37
+ # @param body a array of new inventories
38
+ # @param [Hash] opts the optional parameters
39
+ # @return [Array<(Array<AddOrUpdateResult>, Fixnum, Hash)>] Array<AddOrUpdateResult> data, response status code and response headers
40
+ def add_inventories_with_http_info(korona_account_id, body, opts = {})
41
+ if @api_client.config.debugging
42
+ @api_client.config.logger.debug "Calling API: InventoriesKORONARetailApi.add_inventories ..."
43
+ end
44
+ # verify the required parameter 'korona_account_id' is set
45
+ if @api_client.config.client_side_validation && korona_account_id.nil?
46
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InventoriesKORONARetailApi.add_inventories"
47
+ end
48
+ # verify the required parameter 'body' is set
49
+ if @api_client.config.client_side_validation && body.nil?
50
+ fail ArgumentError, "Missing the required parameter 'body' when calling InventoriesKORONARetailApi.add_inventories"
51
+ end
52
+ # resource path
53
+ local_var_path = "/accounts/{koronaAccountId}/inventories".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s)
54
+
55
+ # query parameters
56
+ query_params = {}
57
+
58
+ # header parameters
59
+ header_params = {}
60
+ # HTTP header 'Accept' (if needed)
61
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
62
+ # HTTP header 'Content-Type'
63
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
64
+
65
+ # form parameters
66
+ form_params = {}
67
+
68
+ # http body (model)
69
+ post_body = @api_client.object_to_http_body(body)
70
+ auth_names = ['basicAuth']
71
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
72
+ :header_params => header_params,
73
+ :query_params => query_params,
74
+ :form_params => form_params,
75
+ :body => post_body,
76
+ :auth_names => auth_names,
77
+ :return_type => 'Array<AddOrUpdateResult>')
78
+ if @api_client.config.debugging
79
+ @api_client.config.logger.debug "API called: InventoriesKORONARetailApi#add_inventories\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
80
+ end
81
+ return data, status_code, headers
82
+ end
83
+
84
+ # adds inventory list items
85
+ #
86
+ # @param korona_account_id the account id
87
+ # @param inventory_id_or_number 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)
88
+ # @param inventory_list_id_or_number 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)
89
+ # @param body data to update
90
+ # @param [Hash] opts the optional parameters
91
+ # @return [Array<AddOrUpdateResult>]
92
+ def add_inventory_inventory_list_items(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, body, opts = {})
93
+ data, _status_code, _headers = add_inventory_inventory_list_items_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, body, opts)
94
+ return data
95
+ end
96
+
97
+ # adds inventory list items
98
+ #
99
+ # @param korona_account_id the account id
100
+ # @param inventory_id_or_number 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)
101
+ # @param inventory_list_id_or_number 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
+ # @param body data to update
103
+ # @param [Hash] opts the optional parameters
104
+ # @return [Array<(Array<AddOrUpdateResult>, Fixnum, Hash)>] Array<AddOrUpdateResult> data, response status code and response headers
105
+ def add_inventory_inventory_list_items_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, body, opts = {})
106
+ if @api_client.config.debugging
107
+ @api_client.config.logger.debug "Calling API: InventoriesKORONARetailApi.add_inventory_inventory_list_items ..."
108
+ end
109
+ # verify the required parameter 'korona_account_id' is set
110
+ if @api_client.config.client_side_validation && korona_account_id.nil?
111
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InventoriesKORONARetailApi.add_inventory_inventory_list_items"
112
+ end
113
+ # verify the required parameter 'inventory_id_or_number' is set
114
+ if @api_client.config.client_side_validation && inventory_id_or_number.nil?
115
+ fail ArgumentError, "Missing the required parameter 'inventory_id_or_number' when calling InventoriesKORONARetailApi.add_inventory_inventory_list_items"
116
+ end
117
+ # verify the required parameter 'inventory_list_id_or_number' is set
118
+ if @api_client.config.client_side_validation && inventory_list_id_or_number.nil?
119
+ fail ArgumentError, "Missing the required parameter 'inventory_list_id_or_number' when calling InventoriesKORONARetailApi.add_inventory_inventory_list_items"
120
+ end
121
+ # verify the required parameter 'body' is set
122
+ if @api_client.config.client_side_validation && body.nil?
123
+ fail ArgumentError, "Missing the required parameter 'body' when calling InventoriesKORONARetailApi.add_inventory_inventory_list_items"
124
+ end
125
+ # resource path
126
+ local_var_path = "/accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'inventoryIdOrNumber' + '}', inventory_id_or_number.to_s).sub('{' + 'inventoryListIdOrNumber' + '}', inventory_list_id_or_number.to_s)
127
+
128
+ # query parameters
129
+ query_params = {}
130
+
131
+ # header parameters
132
+ header_params = {}
133
+ # HTTP header 'Accept' (if needed)
134
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
135
+ # HTTP header 'Content-Type'
136
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
137
+
138
+ # form parameters
139
+ form_params = {}
140
+
141
+ # http body (model)
142
+ post_body = @api_client.object_to_http_body(body)
143
+ auth_names = ['basicAuth']
144
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
145
+ :header_params => header_params,
146
+ :query_params => query_params,
147
+ :form_params => form_params,
148
+ :body => post_body,
149
+ :auth_names => auth_names,
150
+ :return_type => 'Array<AddOrUpdateResult>')
151
+ if @api_client.config.debugging
152
+ @api_client.config.logger.debug "API called: InventoriesKORONARetailApi#add_inventory_inventory_list_items\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
153
+ end
154
+ return data, status_code, headers
155
+ end
156
+
157
+ # deletes the inventory; only possible if hasBookedReceipts=false
158
+ #
159
+ # @param korona_account_id the account id
160
+ # @param inventory_id_or_number 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)
161
+ # @param [Hash] opts the optional parameters
162
+ # @return [nil]
163
+ def delete_inventory(korona_account_id, inventory_id_or_number, opts = {})
164
+ delete_inventory_with_http_info(korona_account_id, inventory_id_or_number, opts)
165
+ return nil
166
+ end
167
+
168
+ # deletes the inventory; only possible if hasBookedReceipts&#x3D;false
169
+ #
170
+ # @param korona_account_id the account id
171
+ # @param inventory_id_or_number 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)
172
+ # @param [Hash] opts the optional parameters
173
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
174
+ def delete_inventory_with_http_info(korona_account_id, inventory_id_or_number, opts = {})
175
+ if @api_client.config.debugging
176
+ @api_client.config.logger.debug "Calling API: InventoriesKORONARetailApi.delete_inventory ..."
177
+ end
178
+ # verify the required parameter 'korona_account_id' is set
179
+ if @api_client.config.client_side_validation && korona_account_id.nil?
180
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InventoriesKORONARetailApi.delete_inventory"
181
+ end
182
+ # verify the required parameter 'inventory_id_or_number' is set
183
+ if @api_client.config.client_side_validation && inventory_id_or_number.nil?
184
+ fail ArgumentError, "Missing the required parameter 'inventory_id_or_number' when calling InventoriesKORONARetailApi.delete_inventory"
185
+ end
186
+ # resource path
187
+ local_var_path = "/accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'inventoryIdOrNumber' + '}', inventory_id_or_number.to_s)
188
+
189
+ # query parameters
190
+ query_params = {}
191
+
192
+ # header parameters
193
+ header_params = {}
194
+ # HTTP header 'Accept' (if needed)
195
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
196
+ # HTTP header 'Content-Type'
197
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
198
+
199
+ # form parameters
200
+ form_params = {}
201
+
202
+ # http body (model)
203
+ post_body = nil
204
+ auth_names = ['basicAuth']
205
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
206
+ :header_params => header_params,
207
+ :query_params => query_params,
208
+ :form_params => form_params,
209
+ :body => post_body,
210
+ :auth_names => auth_names)
211
+ if @api_client.config.debugging
212
+ @api_client.config.logger.debug "API called: InventoriesKORONARetailApi#delete_inventory\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
213
+ end
214
+ return data, status_code, headers
215
+ end
216
+
217
+ # deletes the inventory list item
218
+ #
219
+ # @param korona_account_id the account id
220
+ # @param inventory_id_or_number 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
+ # @param inventory_list_id_or_number 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)
222
+ # @param product_id_or_number 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
+ # @param [Hash] opts the optional parameters
224
+ # @return [nil]
225
+ def delete_inventory_inventory_list_item(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, product_id_or_number, opts = {})
226
+ delete_inventory_inventory_list_item_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, product_id_or_number, opts)
227
+ return nil
228
+ end
229
+
230
+ # deletes the inventory list item
231
+ #
232
+ # @param korona_account_id the account id
233
+ # @param inventory_id_or_number 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)
234
+ # @param inventory_list_id_or_number 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)
235
+ # @param product_id_or_number 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)
236
+ # @param [Hash] opts the optional parameters
237
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
238
+ def delete_inventory_inventory_list_item_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, product_id_or_number, opts = {})
239
+ if @api_client.config.debugging
240
+ @api_client.config.logger.debug "Calling API: InventoriesKORONARetailApi.delete_inventory_inventory_list_item ..."
241
+ end
242
+ # verify the required parameter 'korona_account_id' is set
243
+ if @api_client.config.client_side_validation && korona_account_id.nil?
244
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InventoriesKORONARetailApi.delete_inventory_inventory_list_item"
245
+ end
246
+ # verify the required parameter 'inventory_id_or_number' is set
247
+ if @api_client.config.client_side_validation && inventory_id_or_number.nil?
248
+ fail ArgumentError, "Missing the required parameter 'inventory_id_or_number' when calling InventoriesKORONARetailApi.delete_inventory_inventory_list_item"
249
+ end
250
+ # verify the required parameter 'inventory_list_id_or_number' is set
251
+ if @api_client.config.client_side_validation && inventory_list_id_or_number.nil?
252
+ fail ArgumentError, "Missing the required parameter 'inventory_list_id_or_number' when calling InventoriesKORONARetailApi.delete_inventory_inventory_list_item"
253
+ end
254
+ # verify the required parameter 'product_id_or_number' is set
255
+ if @api_client.config.client_side_validation && product_id_or_number.nil?
256
+ fail ArgumentError, "Missing the required parameter 'product_id_or_number' when calling InventoriesKORONARetailApi.delete_inventory_inventory_list_item"
257
+ end
258
+ # resource path
259
+ local_var_path = "/accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items/{productIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'inventoryIdOrNumber' + '}', inventory_id_or_number.to_s).sub('{' + 'inventoryListIdOrNumber' + '}', inventory_list_id_or_number.to_s).sub('{' + 'productIdOrNumber' + '}', product_id_or_number.to_s)
260
+
261
+ # query parameters
262
+ query_params = {}
263
+
264
+ # header parameters
265
+ header_params = {}
266
+ # HTTP header 'Accept' (if needed)
267
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
268
+ # HTTP header 'Content-Type'
269
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
270
+
271
+ # form parameters
272
+ form_params = {}
273
+
274
+ # http body (model)
275
+ post_body = nil
276
+ auth_names = ['basicAuth']
277
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
278
+ :header_params => header_params,
279
+ :query_params => query_params,
280
+ :form_params => form_params,
281
+ :body => post_body,
282
+ :auth_names => auth_names)
283
+ if @api_client.config.debugging
284
+ @api_client.config.logger.debug "API called: InventoriesKORONARetailApi#delete_inventory_inventory_list_item\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
285
+ end
286
+ return data, status_code, headers
287
+ end
288
+
289
+ # lists all inventories
290
+ #
291
+ # @param korona_account_id the account id
292
+ # @param [Hash] opts the optional parameters
293
+ # @option opts [Integer] :page number of the page to fetch
294
+ # @option opts [Integer] :size amount of objects to return per page
295
+ # @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
296
+ # @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
297
+ # @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
298
+ # @return [ResultListInventory]
299
+ def get_inventories(korona_account_id, opts = {})
300
+ data, _status_code, _headers = get_inventories_with_http_info(korona_account_id, opts)
301
+ return data
302
+ end
303
+
304
+ # lists all inventories
305
+ #
306
+ # @param korona_account_id the account id
307
+ # @param [Hash] opts the optional parameters
308
+ # @option opts [Integer] :page number of the page to fetch
309
+ # @option opts [Integer] :size amount of objects to return per page
310
+ # @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
311
+ # @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
312
+ # @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
313
+ # @return [Array<(ResultListInventory, Fixnum, Hash)>] ResultListInventory data, response status code and response headers
314
+ def get_inventories_with_http_info(korona_account_id, opts = {})
315
+ if @api_client.config.debugging
316
+ @api_client.config.logger.debug "Calling API: InventoriesKORONARetailApi.get_inventories ..."
317
+ end
318
+ # verify the required parameter 'korona_account_id' is set
319
+ if @api_client.config.client_side_validation && korona_account_id.nil?
320
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InventoriesKORONARetailApi.get_inventories"
321
+ end
322
+ # resource path
323
+ local_var_path = "/accounts/{koronaAccountId}/inventories".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s)
324
+
325
+ # query parameters
326
+ query_params = {}
327
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
328
+ query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
329
+ query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
330
+ query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
331
+ query_params[:'includeDeleted'] = opts[:'include_deleted'] if !opts[:'include_deleted'].nil?
332
+
333
+ # header parameters
334
+ header_params = {}
335
+ # HTTP header 'Accept' (if needed)
336
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
337
+ # HTTP header 'Content-Type'
338
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
339
+
340
+ # form parameters
341
+ form_params = {}
342
+
343
+ # http body (model)
344
+ post_body = nil
345
+ auth_names = ['basicAuth']
346
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
347
+ :header_params => header_params,
348
+ :query_params => query_params,
349
+ :form_params => form_params,
350
+ :body => post_body,
351
+ :auth_names => auth_names,
352
+ :return_type => 'ResultListInventory')
353
+ if @api_client.config.debugging
354
+ @api_client.config.logger.debug "API called: InventoriesKORONARetailApi#get_inventories\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
355
+ end
356
+ return data, status_code, headers
357
+ end
358
+
359
+ # lists the inventory
360
+ #
361
+ # @param korona_account_id the account id
362
+ # @param inventory_id_or_number 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)
363
+ # @param [Hash] opts the optional parameters
364
+ # @return [Inventory]
365
+ def get_inventory(korona_account_id, inventory_id_or_number, opts = {})
366
+ data, _status_code, _headers = get_inventory_with_http_info(korona_account_id, inventory_id_or_number, opts)
367
+ return data
368
+ end
369
+
370
+ # lists the inventory
371
+ #
372
+ # @param korona_account_id the account id
373
+ # @param inventory_id_or_number 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)
374
+ # @param [Hash] opts the optional parameters
375
+ # @return [Array<(Inventory, Fixnum, Hash)>] Inventory data, response status code and response headers
376
+ def get_inventory_with_http_info(korona_account_id, inventory_id_or_number, opts = {})
377
+ if @api_client.config.debugging
378
+ @api_client.config.logger.debug "Calling API: InventoriesKORONARetailApi.get_inventory ..."
379
+ end
380
+ # verify the required parameter 'korona_account_id' is set
381
+ if @api_client.config.client_side_validation && korona_account_id.nil?
382
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InventoriesKORONARetailApi.get_inventory"
383
+ end
384
+ # verify the required parameter 'inventory_id_or_number' is set
385
+ if @api_client.config.client_side_validation && inventory_id_or_number.nil?
386
+ fail ArgumentError, "Missing the required parameter 'inventory_id_or_number' when calling InventoriesKORONARetailApi.get_inventory"
387
+ end
388
+ # resource path
389
+ local_var_path = "/accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'inventoryIdOrNumber' + '}', inventory_id_or_number.to_s)
390
+
391
+ # query parameters
392
+ query_params = {}
393
+
394
+ # header parameters
395
+ header_params = {}
396
+ # HTTP header 'Accept' (if needed)
397
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
398
+ # HTTP header 'Content-Type'
399
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
400
+
401
+ # form parameters
402
+ form_params = {}
403
+
404
+ # http body (model)
405
+ post_body = nil
406
+ auth_names = ['basicAuth']
407
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
408
+ :header_params => header_params,
409
+ :query_params => query_params,
410
+ :form_params => form_params,
411
+ :body => post_body,
412
+ :auth_names => auth_names,
413
+ :return_type => 'Inventory')
414
+ if @api_client.config.debugging
415
+ @api_client.config.logger.debug "API called: InventoriesKORONARetailApi#get_inventory\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
416
+ end
417
+ return data, status_code, headers
418
+ end
419
+
420
+ # lists the inventory list
421
+ #
422
+ # @param korona_account_id the account id
423
+ # @param inventory_id_or_number 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)
424
+ # @param inventory_list_id_or_number 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)
425
+ # @param [Hash] opts the optional parameters
426
+ # @return [InventoryList]
427
+ def get_inventory_inventory_list(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, opts = {})
428
+ data, _status_code, _headers = get_inventory_inventory_list_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, opts)
429
+ return data
430
+ end
431
+
432
+ # lists the inventory list
433
+ #
434
+ # @param korona_account_id the account id
435
+ # @param inventory_id_or_number 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)
436
+ # @param inventory_list_id_or_number 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)
437
+ # @param [Hash] opts the optional parameters
438
+ # @return [Array<(InventoryList, Fixnum, Hash)>] InventoryList data, response status code and response headers
439
+ def get_inventory_inventory_list_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, opts = {})
440
+ if @api_client.config.debugging
441
+ @api_client.config.logger.debug "Calling API: InventoriesKORONARetailApi.get_inventory_inventory_list ..."
442
+ end
443
+ # verify the required parameter 'korona_account_id' is set
444
+ if @api_client.config.client_side_validation && korona_account_id.nil?
445
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InventoriesKORONARetailApi.get_inventory_inventory_list"
446
+ end
447
+ # verify the required parameter 'inventory_id_or_number' is set
448
+ if @api_client.config.client_side_validation && inventory_id_or_number.nil?
449
+ fail ArgumentError, "Missing the required parameter 'inventory_id_or_number' when calling InventoriesKORONARetailApi.get_inventory_inventory_list"
450
+ end
451
+ # verify the required parameter 'inventory_list_id_or_number' is set
452
+ if @api_client.config.client_side_validation && inventory_list_id_or_number.nil?
453
+ fail ArgumentError, "Missing the required parameter 'inventory_list_id_or_number' when calling InventoriesKORONARetailApi.get_inventory_inventory_list"
454
+ end
455
+ # resource path
456
+ local_var_path = "/accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'inventoryIdOrNumber' + '}', inventory_id_or_number.to_s).sub('{' + 'inventoryListIdOrNumber' + '}', inventory_list_id_or_number.to_s)
457
+
458
+ # query parameters
459
+ query_params = {}
460
+
461
+ # header parameters
462
+ header_params = {}
463
+ # HTTP header 'Accept' (if needed)
464
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
465
+ # HTTP header 'Content-Type'
466
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
467
+
468
+ # form parameters
469
+ form_params = {}
470
+
471
+ # http body (model)
472
+ post_body = nil
473
+ auth_names = ['basicAuth']
474
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
475
+ :header_params => header_params,
476
+ :query_params => query_params,
477
+ :form_params => form_params,
478
+ :body => post_body,
479
+ :auth_names => auth_names,
480
+ :return_type => 'InventoryList')
481
+ if @api_client.config.debugging
482
+ @api_client.config.logger.debug "API called: InventoriesKORONARetailApi#get_inventory_inventory_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
483
+ end
484
+ return data, status_code, headers
485
+ end
486
+
487
+ # lists the inventory list item with the specified product
488
+ #
489
+ # @param korona_account_id the account id
490
+ # @param inventory_id_or_number 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)
491
+ # @param inventory_list_id_or_number 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)
492
+ # @param product_id_or_number 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)
493
+ # @param [Hash] opts the optional parameters
494
+ # @return [InventoryListItem]
495
+ def get_inventory_inventory_list_item(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, product_id_or_number, opts = {})
496
+ data, _status_code, _headers = get_inventory_inventory_list_item_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, product_id_or_number, opts)
497
+ return data
498
+ end
499
+
500
+ # lists the inventory list item with the specified product
501
+ #
502
+ # @param korona_account_id the account id
503
+ # @param inventory_id_or_number 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)
504
+ # @param inventory_list_id_or_number 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)
505
+ # @param product_id_or_number 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)
506
+ # @param [Hash] opts the optional parameters
507
+ # @return [Array<(InventoryListItem, Fixnum, Hash)>] InventoryListItem data, response status code and response headers
508
+ def get_inventory_inventory_list_item_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, product_id_or_number, opts = {})
509
+ if @api_client.config.debugging
510
+ @api_client.config.logger.debug "Calling API: InventoriesKORONARetailApi.get_inventory_inventory_list_item ..."
511
+ end
512
+ # verify the required parameter 'korona_account_id' is set
513
+ if @api_client.config.client_side_validation && korona_account_id.nil?
514
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InventoriesKORONARetailApi.get_inventory_inventory_list_item"
515
+ end
516
+ # verify the required parameter 'inventory_id_or_number' is set
517
+ if @api_client.config.client_side_validation && inventory_id_or_number.nil?
518
+ fail ArgumentError, "Missing the required parameter 'inventory_id_or_number' when calling InventoriesKORONARetailApi.get_inventory_inventory_list_item"
519
+ end
520
+ # verify the required parameter 'inventory_list_id_or_number' is set
521
+ if @api_client.config.client_side_validation && inventory_list_id_or_number.nil?
522
+ fail ArgumentError, "Missing the required parameter 'inventory_list_id_or_number' when calling InventoriesKORONARetailApi.get_inventory_inventory_list_item"
523
+ end
524
+ # verify the required parameter 'product_id_or_number' is set
525
+ if @api_client.config.client_side_validation && product_id_or_number.nil?
526
+ fail ArgumentError, "Missing the required parameter 'product_id_or_number' when calling InventoriesKORONARetailApi.get_inventory_inventory_list_item"
527
+ end
528
+ # resource path
529
+ local_var_path = "/accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items/{productIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'inventoryIdOrNumber' + '}', inventory_id_or_number.to_s).sub('{' + 'inventoryListIdOrNumber' + '}', inventory_list_id_or_number.to_s).sub('{' + 'productIdOrNumber' + '}', product_id_or_number.to_s)
530
+
531
+ # query parameters
532
+ query_params = {}
533
+
534
+ # header parameters
535
+ header_params = {}
536
+ # HTTP header 'Accept' (if needed)
537
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
538
+ # HTTP header 'Content-Type'
539
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
540
+
541
+ # form parameters
542
+ form_params = {}
543
+
544
+ # http body (model)
545
+ post_body = nil
546
+ auth_names = ['basicAuth']
547
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
548
+ :header_params => header_params,
549
+ :query_params => query_params,
550
+ :form_params => form_params,
551
+ :body => post_body,
552
+ :auth_names => auth_names,
553
+ :return_type => 'InventoryListItem')
554
+ if @api_client.config.debugging
555
+ @api_client.config.logger.debug "API called: InventoriesKORONARetailApi#get_inventory_inventory_list_item\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
556
+ end
557
+ return data, status_code, headers
558
+ end
559
+
560
+ # lists all inventory list items
561
+ #
562
+ # @param korona_account_id the account id
563
+ # @param inventory_id_or_number 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)
564
+ # @param inventory_list_id_or_number 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)
565
+ # @param [Hash] opts the optional parameters
566
+ # @option opts [Integer] :page number of the page to fetch
567
+ # @option opts [Integer] :size amount of objects to return per page
568
+ # @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
569
+ # @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
570
+ # @return [ResultListInventoryListItem]
571
+ def get_inventory_inventory_list_items(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, opts = {})
572
+ data, _status_code, _headers = get_inventory_inventory_list_items_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, opts)
573
+ return data
574
+ end
575
+
576
+ # lists all inventory list items
577
+ #
578
+ # @param korona_account_id the account id
579
+ # @param inventory_id_or_number 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)
580
+ # @param inventory_list_id_or_number 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)
581
+ # @param [Hash] opts the optional parameters
582
+ # @option opts [Integer] :page number of the page to fetch
583
+ # @option opts [Integer] :size amount of objects to return per page
584
+ # @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
585
+ # @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
586
+ # @return [Array<(ResultListInventoryListItem, Fixnum, Hash)>] ResultListInventoryListItem data, response status code and response headers
587
+ def get_inventory_inventory_list_items_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, opts = {})
588
+ if @api_client.config.debugging
589
+ @api_client.config.logger.debug "Calling API: InventoriesKORONARetailApi.get_inventory_inventory_list_items ..."
590
+ end
591
+ # verify the required parameter 'korona_account_id' is set
592
+ if @api_client.config.client_side_validation && korona_account_id.nil?
593
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InventoriesKORONARetailApi.get_inventory_inventory_list_items"
594
+ end
595
+ # verify the required parameter 'inventory_id_or_number' is set
596
+ if @api_client.config.client_side_validation && inventory_id_or_number.nil?
597
+ fail ArgumentError, "Missing the required parameter 'inventory_id_or_number' when calling InventoriesKORONARetailApi.get_inventory_inventory_list_items"
598
+ end
599
+ # verify the required parameter 'inventory_list_id_or_number' is set
600
+ if @api_client.config.client_side_validation && inventory_list_id_or_number.nil?
601
+ fail ArgumentError, "Missing the required parameter 'inventory_list_id_or_number' when calling InventoriesKORONARetailApi.get_inventory_inventory_list_items"
602
+ end
603
+ # resource path
604
+ local_var_path = "/accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'inventoryIdOrNumber' + '}', inventory_id_or_number.to_s).sub('{' + 'inventoryListIdOrNumber' + '}', inventory_list_id_or_number.to_s)
605
+
606
+ # query parameters
607
+ query_params = {}
608
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
609
+ query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
610
+ query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
611
+ query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
612
+
613
+ # header parameters
614
+ header_params = {}
615
+ # HTTP header 'Accept' (if needed)
616
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
617
+ # HTTP header 'Content-Type'
618
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
619
+
620
+ # form parameters
621
+ form_params = {}
622
+
623
+ # http body (model)
624
+ post_body = nil
625
+ auth_names = ['basicAuth']
626
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
627
+ :header_params => header_params,
628
+ :query_params => query_params,
629
+ :form_params => form_params,
630
+ :body => post_body,
631
+ :auth_names => auth_names,
632
+ :return_type => 'ResultListInventoryListItem')
633
+ if @api_client.config.debugging
634
+ @api_client.config.logger.debug "API called: InventoriesKORONARetailApi#get_inventory_inventory_list_items\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
635
+ end
636
+ return data, status_code, headers
637
+ end
638
+
639
+ # lists all inventory lists
640
+ #
641
+ # @param korona_account_id the account id
642
+ # @param inventory_id_or_number 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)
643
+ # @param [Hash] opts the optional parameters
644
+ # @option opts [Integer] :page number of the page to fetch
645
+ # @option opts [Integer] :size amount of objects to return per page
646
+ # @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
647
+ # @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
648
+ # @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
649
+ # @option opts [DateTime] :min_create_time min (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
650
+ # @option opts [DateTime] :max_create_time max (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
651
+ # @option opts [DateTime] :min_booking_time min (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
652
+ # @option opts [DateTime] :max_booking_time max (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
653
+ # @option opts [String] :booking_status booking status (possible values: BOOKED, IN_PROGRESS)
654
+ # @return [ResultListInventoryList]
655
+ def get_inventory_inventory_lists(korona_account_id, inventory_id_or_number, opts = {})
656
+ data, _status_code, _headers = get_inventory_inventory_lists_with_http_info(korona_account_id, inventory_id_or_number, opts)
657
+ return data
658
+ end
659
+
660
+ # lists all inventory lists
661
+ #
662
+ # @param korona_account_id the account id
663
+ # @param inventory_id_or_number 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)
664
+ # @param [Hash] opts the optional parameters
665
+ # @option opts [Integer] :page number of the page to fetch
666
+ # @option opts [Integer] :size amount of objects to return per page
667
+ # @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
668
+ # @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
669
+ # @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
670
+ # @option opts [DateTime] :min_create_time min (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
671
+ # @option opts [DateTime] :max_create_time max (inclusive) create time of the receipt (ISO 8601; date, time and timezone)
672
+ # @option opts [DateTime] :min_booking_time min (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
673
+ # @option opts [DateTime] :max_booking_time max (inclusive) booking time of the receipt (ISO 8601; date, time and timezone)
674
+ # @option opts [String] :booking_status booking status (possible values: BOOKED, IN_PROGRESS)
675
+ # @return [Array<(ResultListInventoryList, Fixnum, Hash)>] ResultListInventoryList data, response status code and response headers
676
+ def get_inventory_inventory_lists_with_http_info(korona_account_id, inventory_id_or_number, opts = {})
677
+ if @api_client.config.debugging
678
+ @api_client.config.logger.debug "Calling API: InventoriesKORONARetailApi.get_inventory_inventory_lists ..."
679
+ end
680
+ # verify the required parameter 'korona_account_id' is set
681
+ if @api_client.config.client_side_validation && korona_account_id.nil?
682
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InventoriesKORONARetailApi.get_inventory_inventory_lists"
683
+ end
684
+ # verify the required parameter 'inventory_id_or_number' is set
685
+ if @api_client.config.client_side_validation && inventory_id_or_number.nil?
686
+ fail ArgumentError, "Missing the required parameter 'inventory_id_or_number' when calling InventoriesKORONARetailApi.get_inventory_inventory_lists"
687
+ end
688
+ if @api_client.config.client_side_validation && opts[:'booking_status'] && !['BOOKED', 'IN_PROGRESS'].include?(opts[:'booking_status'])
689
+ fail ArgumentError, 'invalid value for "booking_status", must be one of BOOKED, IN_PROGRESS'
690
+ end
691
+ # resource path
692
+ local_var_path = "/accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'inventoryIdOrNumber' + '}', inventory_id_or_number.to_s)
693
+
694
+ # query parameters
695
+ query_params = {}
696
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
697
+ query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
698
+ query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
699
+ query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
700
+ query_params[:'includeDeleted'] = opts[:'include_deleted'] if !opts[:'include_deleted'].nil?
701
+ query_params[:'minCreateTime'] = opts[:'min_create_time'] if !opts[:'min_create_time'].nil?
702
+ query_params[:'maxCreateTime'] = opts[:'max_create_time'] if !opts[:'max_create_time'].nil?
703
+ query_params[:'minBookingTime'] = opts[:'min_booking_time'] if !opts[:'min_booking_time'].nil?
704
+ query_params[:'maxBookingTime'] = opts[:'max_booking_time'] if !opts[:'max_booking_time'].nil?
705
+ query_params[:'bookingStatus'] = opts[:'booking_status'] if !opts[:'booking_status'].nil?
706
+
707
+ # header parameters
708
+ header_params = {}
709
+ # HTTP header 'Accept' (if needed)
710
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
711
+ # HTTP header 'Content-Type'
712
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
713
+
714
+ # form parameters
715
+ form_params = {}
716
+
717
+ # http body (model)
718
+ post_body = nil
719
+ auth_names = ['basicAuth']
720
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
721
+ :header_params => header_params,
722
+ :query_params => query_params,
723
+ :form_params => form_params,
724
+ :body => post_body,
725
+ :auth_names => auth_names,
726
+ :return_type => 'ResultListInventoryList')
727
+ if @api_client.config.debugging
728
+ @api_client.config.logger.debug "API called: InventoriesKORONARetailApi#get_inventory_inventory_lists\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
729
+ end
730
+ return data, status_code, headers
731
+ end
732
+
733
+ # changes the inventory
734
+ #
735
+ # @param korona_account_id the account id
736
+ # @param inventory_id_or_number 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)
737
+ # @param body the properties to update of the inventory
738
+ # @param [Hash] opts the optional parameters
739
+ # @return [nil]
740
+ def update_inventory(korona_account_id, inventory_id_or_number, body, opts = {})
741
+ update_inventory_with_http_info(korona_account_id, inventory_id_or_number, body, opts)
742
+ return nil
743
+ end
744
+
745
+ # changes the inventory
746
+ #
747
+ # @param korona_account_id the account id
748
+ # @param inventory_id_or_number 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)
749
+ # @param body the properties to update of the inventory
750
+ # @param [Hash] opts the optional parameters
751
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
752
+ def update_inventory_with_http_info(korona_account_id, inventory_id_or_number, body, opts = {})
753
+ if @api_client.config.debugging
754
+ @api_client.config.logger.debug "Calling API: InventoriesKORONARetailApi.update_inventory ..."
755
+ end
756
+ # verify the required parameter 'korona_account_id' is set
757
+ if @api_client.config.client_side_validation && korona_account_id.nil?
758
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InventoriesKORONARetailApi.update_inventory"
759
+ end
760
+ # verify the required parameter 'inventory_id_or_number' is set
761
+ if @api_client.config.client_side_validation && inventory_id_or_number.nil?
762
+ fail ArgumentError, "Missing the required parameter 'inventory_id_or_number' when calling InventoriesKORONARetailApi.update_inventory"
763
+ end
764
+ # verify the required parameter 'body' is set
765
+ if @api_client.config.client_side_validation && body.nil?
766
+ fail ArgumentError, "Missing the required parameter 'body' when calling InventoriesKORONARetailApi.update_inventory"
767
+ end
768
+ # resource path
769
+ local_var_path = "/accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'inventoryIdOrNumber' + '}', inventory_id_or_number.to_s)
770
+
771
+ # query parameters
772
+ query_params = {}
773
+
774
+ # header parameters
775
+ header_params = {}
776
+ # HTTP header 'Accept' (if needed)
777
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
778
+ # HTTP header 'Content-Type'
779
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
780
+
781
+ # form parameters
782
+ form_params = {}
783
+
784
+ # http body (model)
785
+ post_body = @api_client.object_to_http_body(body)
786
+ auth_names = ['basicAuth']
787
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
788
+ :header_params => header_params,
789
+ :query_params => query_params,
790
+ :form_params => form_params,
791
+ :body => post_body,
792
+ :auth_names => auth_names)
793
+ if @api_client.config.debugging
794
+ @api_client.config.logger.debug "API called: InventoriesKORONARetailApi#update_inventory\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
795
+ end
796
+ return data, status_code, headers
797
+ end
798
+
799
+ # updates the inventory list
800
+ #
801
+ # @param korona_account_id the account id
802
+ # @param inventory_id_or_number 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)
803
+ # @param inventory_list_id_or_number 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)
804
+ # @param body data to update
805
+ # @param [Hash] opts the optional parameters
806
+ # @return [nil]
807
+ def update_inventory_inventory_list(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, body, opts = {})
808
+ update_inventory_inventory_list_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, body, opts)
809
+ return nil
810
+ end
811
+
812
+ # updates the inventory list
813
+ #
814
+ # @param korona_account_id the account id
815
+ # @param inventory_id_or_number 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)
816
+ # @param inventory_list_id_or_number 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)
817
+ # @param body data to update
818
+ # @param [Hash] opts the optional parameters
819
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
820
+ def update_inventory_inventory_list_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, body, opts = {})
821
+ if @api_client.config.debugging
822
+ @api_client.config.logger.debug "Calling API: InventoriesKORONARetailApi.update_inventory_inventory_list ..."
823
+ end
824
+ # verify the required parameter 'korona_account_id' is set
825
+ if @api_client.config.client_side_validation && korona_account_id.nil?
826
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InventoriesKORONARetailApi.update_inventory_inventory_list"
827
+ end
828
+ # verify the required parameter 'inventory_id_or_number' is set
829
+ if @api_client.config.client_side_validation && inventory_id_or_number.nil?
830
+ fail ArgumentError, "Missing the required parameter 'inventory_id_or_number' when calling InventoriesKORONARetailApi.update_inventory_inventory_list"
831
+ end
832
+ # verify the required parameter 'inventory_list_id_or_number' is set
833
+ if @api_client.config.client_side_validation && inventory_list_id_or_number.nil?
834
+ fail ArgumentError, "Missing the required parameter 'inventory_list_id_or_number' when calling InventoriesKORONARetailApi.update_inventory_inventory_list"
835
+ end
836
+ # verify the required parameter 'body' is set
837
+ if @api_client.config.client_side_validation && body.nil?
838
+ fail ArgumentError, "Missing the required parameter 'body' when calling InventoriesKORONARetailApi.update_inventory_inventory_list"
839
+ end
840
+ # resource path
841
+ local_var_path = "/accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'inventoryIdOrNumber' + '}', inventory_id_or_number.to_s).sub('{' + 'inventoryListIdOrNumber' + '}', inventory_list_id_or_number.to_s)
842
+
843
+ # query parameters
844
+ query_params = {}
845
+
846
+ # header parameters
847
+ header_params = {}
848
+ # HTTP header 'Accept' (if needed)
849
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
850
+ # HTTP header 'Content-Type'
851
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
852
+
853
+ # form parameters
854
+ form_params = {}
855
+
856
+ # http body (model)
857
+ post_body = @api_client.object_to_http_body(body)
858
+ auth_names = ['basicAuth']
859
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
860
+ :header_params => header_params,
861
+ :query_params => query_params,
862
+ :form_params => form_params,
863
+ :body => post_body,
864
+ :auth_names => auth_names)
865
+ if @api_client.config.debugging
866
+ @api_client.config.logger.debug "API called: InventoriesKORONARetailApi#update_inventory_inventory_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
867
+ end
868
+ return data, status_code, headers
869
+ end
870
+
871
+ # updates the inventory list item
872
+ #
873
+ # @param korona_account_id the account id
874
+ # @param inventory_id_or_number 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)
875
+ # @param inventory_list_id_or_number 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)
876
+ # @param product_id_or_number 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)
877
+ # @param body data to update
878
+ # @param [Hash] opts the optional parameters
879
+ # @return [nil]
880
+ def update_inventory_inventory_list_item(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, product_id_or_number, body, opts = {})
881
+ update_inventory_inventory_list_item_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, product_id_or_number, body, opts)
882
+ return nil
883
+ end
884
+
885
+ # updates the inventory list item
886
+ #
887
+ # @param korona_account_id the account id
888
+ # @param inventory_id_or_number 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)
889
+ # @param inventory_list_id_or_number 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)
890
+ # @param product_id_or_number 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)
891
+ # @param body data to update
892
+ # @param [Hash] opts the optional parameters
893
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
894
+ def update_inventory_inventory_list_item_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, product_id_or_number, body, opts = {})
895
+ if @api_client.config.debugging
896
+ @api_client.config.logger.debug "Calling API: InventoriesKORONARetailApi.update_inventory_inventory_list_item ..."
897
+ end
898
+ # verify the required parameter 'korona_account_id' is set
899
+ if @api_client.config.client_side_validation && korona_account_id.nil?
900
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InventoriesKORONARetailApi.update_inventory_inventory_list_item"
901
+ end
902
+ # verify the required parameter 'inventory_id_or_number' is set
903
+ if @api_client.config.client_side_validation && inventory_id_or_number.nil?
904
+ fail ArgumentError, "Missing the required parameter 'inventory_id_or_number' when calling InventoriesKORONARetailApi.update_inventory_inventory_list_item"
905
+ end
906
+ # verify the required parameter 'inventory_list_id_or_number' is set
907
+ if @api_client.config.client_side_validation && inventory_list_id_or_number.nil?
908
+ fail ArgumentError, "Missing the required parameter 'inventory_list_id_or_number' when calling InventoriesKORONARetailApi.update_inventory_inventory_list_item"
909
+ end
910
+ # verify the required parameter 'product_id_or_number' is set
911
+ if @api_client.config.client_side_validation && product_id_or_number.nil?
912
+ fail ArgumentError, "Missing the required parameter 'product_id_or_number' when calling InventoriesKORONARetailApi.update_inventory_inventory_list_item"
913
+ end
914
+ # verify the required parameter 'body' is set
915
+ if @api_client.config.client_side_validation && body.nil?
916
+ fail ArgumentError, "Missing the required parameter 'body' when calling InventoriesKORONARetailApi.update_inventory_inventory_list_item"
917
+ end
918
+ # resource path
919
+ local_var_path = "/accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items/{productIdOrNumber}".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'inventoryIdOrNumber' + '}', inventory_id_or_number.to_s).sub('{' + 'inventoryListIdOrNumber' + '}', inventory_list_id_or_number.to_s).sub('{' + 'productIdOrNumber' + '}', product_id_or_number.to_s)
920
+
921
+ # query parameters
922
+ query_params = {}
923
+
924
+ # header parameters
925
+ header_params = {}
926
+ # HTTP header 'Accept' (if needed)
927
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
928
+ # HTTP header 'Content-Type'
929
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
930
+
931
+ # form parameters
932
+ form_params = {}
933
+
934
+ # http body (model)
935
+ post_body = @api_client.object_to_http_body(body)
936
+ auth_names = ['basicAuth']
937
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
938
+ :header_params => header_params,
939
+ :query_params => query_params,
940
+ :form_params => form_params,
941
+ :body => post_body,
942
+ :auth_names => auth_names)
943
+ if @api_client.config.debugging
944
+ @api_client.config.logger.debug "API called: InventoriesKORONARetailApi#update_inventory_inventory_list_item\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
945
+ end
946
+ return data, status_code, headers
947
+ end
948
+
949
+ # updates inventory list items (property [product] required))
950
+ #
951
+ # @param korona_account_id the account id
952
+ # @param inventory_id_or_number 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)
953
+ # @param inventory_list_id_or_number 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)
954
+ # @param body a array of inventory list items to update
955
+ # @param [Hash] opts the optional parameters
956
+ # @return [Array<AddOrUpdateResult>]
957
+ def update_inventory_inventory_list_items(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, body, opts = {})
958
+ data, _status_code, _headers = update_inventory_inventory_list_items_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, body, opts)
959
+ return data
960
+ end
961
+
962
+ # updates inventory list items (property [product] required))
963
+ #
964
+ # @param korona_account_id the account id
965
+ # @param inventory_id_or_number 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)
966
+ # @param inventory_list_id_or_number 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)
967
+ # @param body a array of inventory list items to update
968
+ # @param [Hash] opts the optional parameters
969
+ # @return [Array<(Array<AddOrUpdateResult>, Fixnum, Hash)>] Array<AddOrUpdateResult> data, response status code and response headers
970
+ def update_inventory_inventory_list_items_with_http_info(korona_account_id, inventory_id_or_number, inventory_list_id_or_number, body, opts = {})
971
+ if @api_client.config.debugging
972
+ @api_client.config.logger.debug "Calling API: InventoriesKORONARetailApi.update_inventory_inventory_list_items ..."
973
+ end
974
+ # verify the required parameter 'korona_account_id' is set
975
+ if @api_client.config.client_side_validation && korona_account_id.nil?
976
+ fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling InventoriesKORONARetailApi.update_inventory_inventory_list_items"
977
+ end
978
+ # verify the required parameter 'inventory_id_or_number' is set
979
+ if @api_client.config.client_side_validation && inventory_id_or_number.nil?
980
+ fail ArgumentError, "Missing the required parameter 'inventory_id_or_number' when calling InventoriesKORONARetailApi.update_inventory_inventory_list_items"
981
+ end
982
+ # verify the required parameter 'inventory_list_id_or_number' is set
983
+ if @api_client.config.client_side_validation && inventory_list_id_or_number.nil?
984
+ fail ArgumentError, "Missing the required parameter 'inventory_list_id_or_number' when calling InventoriesKORONARetailApi.update_inventory_inventory_list_items"
985
+ end
986
+ # verify the required parameter 'body' is set
987
+ if @api_client.config.client_side_validation && body.nil?
988
+ fail ArgumentError, "Missing the required parameter 'body' when calling InventoriesKORONARetailApi.update_inventory_inventory_list_items"
989
+ end
990
+ # resource path
991
+ local_var_path = "/accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items".sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'inventoryIdOrNumber' + '}', inventory_id_or_number.to_s).sub('{' + 'inventoryListIdOrNumber' + '}', inventory_list_id_or_number.to_s)
992
+
993
+ # query parameters
994
+ query_params = {}
995
+
996
+ # header parameters
997
+ header_params = {}
998
+ # HTTP header 'Accept' (if needed)
999
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1000
+ # HTTP header 'Content-Type'
1001
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1002
+
1003
+ # form parameters
1004
+ form_params = {}
1005
+
1006
+ # http body (model)
1007
+ post_body = @api_client.object_to_http_body(body)
1008
+ auth_names = ['basicAuth']
1009
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
1010
+ :header_params => header_params,
1011
+ :query_params => query_params,
1012
+ :form_params => form_params,
1013
+ :body => post_body,
1014
+ :auth_names => auth_names,
1015
+ :return_type => 'Array<AddOrUpdateResult>')
1016
+ if @api_client.config.debugging
1017
+ @api_client.config.logger.debug "API called: InventoriesKORONARetailApi#update_inventory_inventory_list_items\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1018
+ end
1019
+ return data, status_code, headers
1020
+ end
1021
+ end
1022
+ end