korona_client 1.0.0 → 1.1.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 (309) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +171 -89
  3. data/config.json +6 -0
  4. data/docs/AccountTransaction.md +2 -0
  5. data/docs/AccountsApi.md +12 -12
  6. data/docs/AddOrUpdateResult.md +1 -0
  7. data/docs/AdditionalInfo.md +9 -0
  8. data/docs/AdditionalReceiptInfoType.md +22 -0
  9. data/docs/AdditionalReceiptInfoTypesApi.md +133 -0
  10. data/docs/AssortmentsApi.md +217 -48
  11. data/docs/Attendance.md +17 -0
  12. data/docs/Cashier.md +1 -0
  13. data/docs/CashiersApi.md +15 -13
  14. data/docs/Category.md +1 -0
  15. data/docs/CommodityGroupsApi.md +423 -0
  16. data/docs/CreationTask.md +17 -0
  17. data/docs/CurrenciesApi.md +15 -13
  18. data/docs/CustomerGroupsApi.md +15 -13
  19. data/docs/CustomerOrder.md +2 -2
  20. data/docs/CustomerOrdersApi.md +52 -46
  21. data/docs/CustomersApi.md +108 -45
  22. data/docs/DayTimePeriod.md +9 -0
  23. data/docs/DeliveryNote.md +22 -0
  24. data/docs/DeliveryNoteItem.md +14 -0
  25. data/docs/DeliveryNotesApi.md +316 -0
  26. data/docs/Deposit.md +12 -0
  27. data/docs/Discount.md +10 -0
  28. data/docs/EconomicZonesApi.md +15 -13
  29. data/docs/EndOfDayStatement.md +1 -1
  30. data/docs/Event.md +2 -0
  31. data/docs/ExternalSystemCall.md +20 -0
  32. data/docs/ExternalSystemCallsApi.md +423 -0
  33. data/docs/ImagesApi.md +8 -7
  34. data/docs/InfoTextsApi.md +15 -13
  35. data/docs/InventoriesApi.md +894 -0
  36. data/docs/KoronaAccount.md +1 -0
  37. data/docs/KoronaAccountApi.md +5 -5
  38. data/docs/MediaUrl.md +8 -0
  39. data/docs/OrganizationalUnit.md +1 -0
  40. data/docs/OrganizationalUnitsApi.md +108 -104
  41. data/docs/PaymentMethod.md +3 -0
  42. data/docs/PaymentMethodsApi.md +15 -13
  43. data/docs/PointsOfSaleApi.md +85 -74
  44. data/docs/Pos.md +5 -3
  45. data/docs/PriceGroupsApi.md +15 -13
  46. data/docs/Product.md +2 -0
  47. data/docs/ProductsApi.md +121 -58
  48. data/docs/Receipt.md +5 -1
  49. data/docs/ReceiptItem.md +3 -0
  50. data/docs/ReceiptsApi.md +20 -14
  51. data/docs/ResultListAdditionalReceiptInfoType.md +13 -0
  52. data/docs/ResultListAttendance.md +13 -0
  53. data/docs/ResultListCreationTask.md +13 -0
  54. data/docs/ResultListDeliveryNote.md +13 -0
  55. data/docs/ResultListExternalSystemCall.md +13 -0
  56. data/docs/ResultListTicket.md +13 -0
  57. data/docs/ResultListTimeTrackingEntity.md +13 -0
  58. data/docs/ResultListTimeTrackingEntry.md +13 -0
  59. data/docs/SalesTaxesApi.md +15 -13
  60. data/docs/Sector.md +1 -0
  61. data/docs/SectorRevenueAccountItem.md +9 -0
  62. data/docs/SectorsApi.md +15 -13
  63. data/docs/Signature.md +10 -0
  64. data/docs/StatisticsApi.md +28 -28
  65. data/docs/StockReceipt.md +1 -0
  66. data/docs/StockReceiptsApi.md +687 -0
  67. data/docs/SuppliersApi.md +15 -13
  68. data/docs/TagsApi.md +303 -13
  69. data/docs/Ticket.md +14 -0
  70. data/docs/TicketCreationApi.md +127 -0
  71. data/docs/TicketPersonalization.md +11 -0
  72. data/docs/TicketingApi.md +975 -76
  73. data/docs/TimeTrackingApi.md +388 -0
  74. data/docs/TimeTrackingEntity.md +13 -0
  75. data/docs/TimeTrackingEntry.md +14 -0
  76. data/docs/TotalPeriod.md +9 -0
  77. data/docs/Validity.md +11 -0
  78. data/korona_client-1.0.0.gem +0 -0
  79. data/korona_client.gemspec +7 -8
  80. data/lib/korona_client.rb +38 -5
  81. data/lib/korona_client/api/accounts_api.rb +24 -26
  82. data/lib/korona_client/api/additional_receipt_info_types_api.rb +155 -0
  83. data/lib/korona_client/api/assortments_api.rb +259 -82
  84. data/lib/korona_client/api/cashiers_api.rb +27 -26
  85. data/lib/korona_client/api/commodity_groups_api.rb +462 -0
  86. data/lib/korona_client/api/currencies_api.rb +27 -26
  87. data/lib/korona_client/api/customer_groups_api.rb +27 -26
  88. data/lib/korona_client/api/customer_orders_api.rb +78 -78
  89. data/lib/korona_client/api/customers_api.rb +137 -77
  90. data/lib/korona_client/api/delivery_notes_api.rb +354 -0
  91. data/lib/korona_client/api/economic_zones_api.rb +27 -26
  92. data/lib/korona_client/api/external_system_calls_api.rb +462 -0
  93. data/lib/korona_client/api/images_api.rb +16 -16
  94. data/lib/korona_client/api/info_texts_api.rb +27 -26
  95. data/lib/korona_client/api/inventories_api.rb +1014 -0
  96. data/lib/korona_client/api/korona_account_api.rb +11 -12
  97. data/lib/korona_client/api/organizational_units_api.rb +157 -162
  98. data/lib/korona_client/api/payment_methods_api.rb +27 -26
  99. data/lib/korona_client/api/points_of_sale_api.rb +127 -121
  100. data/lib/korona_client/api/price_groups_api.rb +27 -26
  101. data/lib/korona_client/api/products_api.rb +154 -95
  102. data/lib/korona_client/api/receipts_api.rb +27 -20
  103. data/lib/korona_client/api/sales_taxes_api.rb +27 -26
  104. data/lib/korona_client/api/sectors_api.rb +27 -26
  105. data/lib/korona_client/api/statistics_api.rb +32 -36
  106. data/lib/korona_client/api/stock_receipts_api.rb +769 -0
  107. data/lib/korona_client/api/suppliers_api.rb +27 -26
  108. data/lib/korona_client/api/tags_api.rb +326 -21
  109. data/lib/korona_client/api/ticket_creation_api.rb +149 -0
  110. data/lib/korona_client/api/ticketing_api.rb +1084 -132
  111. data/lib/korona_client/api/time_tracking_api.rb +425 -0
  112. data/lib/korona_client/api_client.rb +11 -11
  113. data/lib/korona_client/api_error.rb +3 -3
  114. data/lib/korona_client/configuration.rb +4 -4
  115. data/lib/korona_client/models/account.rb +11 -15
  116. data/lib/korona_client/models/account_summary.rb +8 -13
  117. data/lib/korona_client/models/account_transaction.rb +32 -15
  118. data/lib/korona_client/models/add_or_update_result.rb +24 -19
  119. data/lib/korona_client/models/additional_info.rb +192 -0
  120. data/lib/korona_client/models/additional_receipt_info_type.rb +319 -0
  121. data/lib/korona_client/models/address_information.rb +8 -13
  122. data/lib/korona_client/models/admission.rb +8 -13
  123. data/lib/korona_client/models/amount.rb +8 -13
  124. data/lib/korona_client/models/amount_count_data.rb +8 -13
  125. data/lib/korona_client/models/assortment.rb +8 -13
  126. data/lib/korona_client/models/attendance.rb +268 -0
  127. data/lib/korona_client/models/bad_request_error.rb +11 -15
  128. data/lib/korona_client/models/capacity.rb +8 -13
  129. data/lib/korona_client/models/cashier.rb +21 -16
  130. data/lib/korona_client/models/cashier_summary.rb +8 -13
  131. data/lib/korona_client/models/category.rb +19 -15
  132. data/lib/korona_client/models/cloud_subscription.rb +11 -15
  133. data/lib/korona_client/models/commodity_group.rb +8 -13
  134. data/lib/korona_client/models/commodity_group_summary.rb +8 -13
  135. data/lib/korona_client/models/company_identification.rb +8 -13
  136. data/lib/korona_client/models/creation_task.rb +298 -0
  137. data/lib/korona_client/models/currency.rb +8 -13
  138. data/lib/korona_client/models/currency_denomination.rb +11 -15
  139. data/lib/korona_client/models/currency_exchange_rate.rb +8 -13
  140. data/lib/korona_client/models/customer.rb +11 -15
  141. data/lib/korona_client/models/customer_card.rb +11 -15
  142. data/lib/korona_client/models/customer_data.rb +8 -13
  143. data/lib/korona_client/models/customer_group.rb +8 -13
  144. data/lib/korona_client/models/customer_group_summary.rb +8 -13
  145. data/lib/korona_client/models/customer_information.rb +8 -13
  146. data/lib/korona_client/models/customer_order.rb +28 -29
  147. data/lib/korona_client/models/day_rating.rb +8 -13
  148. data/lib/korona_client/models/day_time_period.rb +192 -0
  149. data/lib/korona_client/models/delivery_note.rb +316 -0
  150. data/lib/korona_client/models/delivery_note_item.rb +239 -0
  151. data/lib/korona_client/models/deposit.rb +219 -0
  152. data/lib/korona_client/models/device_information.rb +8 -13
  153. data/lib/korona_client/models/discount.rb +201 -0
  154. data/lib/korona_client/models/economic_zone.rb +8 -13
  155. data/lib/korona_client/models/end_of_day_statement.rb +15 -20
  156. data/lib/korona_client/models/end_of_day_statement_summary.rb +8 -13
  157. data/lib/korona_client/models/entry_gate.rb +8 -13
  158. data/lib/korona_client/models/event.rb +30 -15
  159. data/lib/korona_client/models/external_system_call.rb +295 -0
  160. data/lib/korona_client/models/forbidden_error.rb +11 -15
  161. data/lib/korona_client/models/geo_location.rb +8 -13
  162. data/lib/korona_client/models/info_text.rb +11 -15
  163. data/lib/korona_client/models/interval.rb +8 -13
  164. data/lib/korona_client/models/inventory.rb +14 -18
  165. data/lib/korona_client/models/inventory_list.rb +11 -15
  166. data/lib/korona_client/models/inventory_list_item.rb +8 -13
  167. data/lib/korona_client/models/inventory_list_item_stock.rb +8 -13
  168. data/lib/korona_client/models/korona_account.rb +41 -13
  169. data/lib/korona_client/models/media_url.rb +183 -0
  170. data/lib/korona_client/models/method_not_allowed_error.rb +11 -15
  171. data/lib/korona_client/models/model_reference.rb +8 -12
  172. data/lib/korona_client/models/not_found_error.rb +11 -15
  173. data/lib/korona_client/models/organizational_unit.rb +20 -16
  174. data/lib/korona_client/models/payment.rb +8 -13
  175. data/lib/korona_client/models/payment_method.rb +37 -15
  176. data/lib/korona_client/models/payment_summary.rb +8 -13
  177. data/lib/korona_client/models/period.rb +8 -13
  178. data/lib/korona_client/models/period_list_top_seller.rb +8 -13
  179. data/lib/korona_client/models/period_map_string_revenue_data.rb +8 -13
  180. data/lib/korona_client/models/period_object.rb +8 -13
  181. data/lib/korona_client/models/period_revenue_data.rb +8 -13
  182. data/lib/korona_client/models/pos.rb +31 -15
  183. data/lib/korona_client/models/price_group.rb +8 -13
  184. data/lib/korona_client/models/product.rb +35 -19
  185. data/lib/korona_client/models/product_code.rb +8 -13
  186. data/lib/korona_client/models/product_description.rb +11 -15
  187. data/lib/korona_client/models/product_price.rb +8 -13
  188. data/lib/korona_client/models/product_stock.rb +8 -13
  189. data/lib/korona_client/models/product_subproduct.rb +8 -13
  190. data/lib/korona_client/models/product_supplier_price.rb +8 -13
  191. data/lib/korona_client/models/product_transfer_involved_party_information.rb +8 -13
  192. data/lib/korona_client/models/product_transfer_involved_party_information_data.rb +8 -13
  193. data/lib/korona_client/models/rating.rb +8 -13
  194. data/lib/korona_client/models/receipt.rb +55 -20
  195. data/lib/korona_client/models/receipt_item.rb +40 -14
  196. data/lib/korona_client/models/result_list.rb +14 -19
  197. data/lib/korona_client/models/result_list_account.rb +14 -19
  198. data/lib/korona_client/models/result_list_additional_receipt_info_type.rb +268 -0
  199. data/lib/korona_client/models/result_list_assortment.rb +14 -19
  200. data/lib/korona_client/models/result_list_attendance.rb +268 -0
  201. data/lib/korona_client/models/result_list_cashier.rb +14 -19
  202. data/lib/korona_client/models/result_list_commodity_group.rb +14 -19
  203. data/lib/korona_client/models/result_list_creation_task.rb +268 -0
  204. data/lib/korona_client/models/result_list_currency.rb +14 -19
  205. data/lib/korona_client/models/result_list_customer.rb +14 -19
  206. data/lib/korona_client/models/result_list_customer_group.rb +14 -19
  207. data/lib/korona_client/models/result_list_customer_order.rb +14 -19
  208. data/lib/korona_client/models/result_list_day_rating.rb +14 -19
  209. data/lib/korona_client/models/result_list_delivery_note.rb +268 -0
  210. data/lib/korona_client/models/result_list_economic_zone.rb +14 -19
  211. data/lib/korona_client/models/result_list_end_of_day_statement.rb +14 -19
  212. data/lib/korona_client/models/result_list_entry_gate.rb +14 -19
  213. data/lib/korona_client/models/result_list_event.rb +14 -19
  214. data/lib/korona_client/models/result_list_external_system_call.rb +268 -0
  215. data/lib/korona_client/models/result_list_info_text.rb +14 -19
  216. data/lib/korona_client/models/result_list_inventory.rb +14 -19
  217. data/lib/korona_client/models/result_list_inventory_list.rb +14 -19
  218. data/lib/korona_client/models/result_list_inventory_list_item.rb +14 -19
  219. data/lib/korona_client/models/result_list_organizational_unit.rb +14 -19
  220. data/lib/korona_client/models/result_list_payment_method.rb +14 -19
  221. data/lib/korona_client/models/result_list_pos.rb +14 -19
  222. data/lib/korona_client/models/result_list_price_group.rb +14 -19
  223. data/lib/korona_client/models/result_list_product.rb +14 -19
  224. data/lib/korona_client/models/result_list_product_stock.rb +14 -19
  225. data/lib/korona_client/models/result_list_receipt.rb +14 -19
  226. data/lib/korona_client/models/result_list_sales_tax.rb +14 -19
  227. data/lib/korona_client/models/result_list_sector.rb +14 -19
  228. data/lib/korona_client/models/result_list_stock_receipt.rb +14 -19
  229. data/lib/korona_client/models/result_list_stock_receipt_item.rb +14 -19
  230. data/lib/korona_client/models/result_list_supplier.rb +14 -19
  231. data/lib/korona_client/models/result_list_tag.rb +14 -19
  232. data/lib/korona_client/models/result_list_ticket.rb +268 -0
  233. data/lib/korona_client/models/result_list_ticket_definition.rb +14 -19
  234. data/lib/korona_client/models/result_list_time_tracking_entity.rb +268 -0
  235. data/lib/korona_client/models/result_list_time_tracking_entry.rb +268 -0
  236. data/lib/korona_client/models/revenue_data.rb +8 -13
  237. data/lib/korona_client/models/sales_tax.rb +8 -13
  238. data/lib/korona_client/models/sales_tax_rate.rb +8 -13
  239. data/lib/korona_client/models/sector.rb +21 -15
  240. data/lib/korona_client/models/sector_revenue_account_item.rb +192 -0
  241. data/lib/korona_client/models/sector_sales_tax_item.rb +8 -13
  242. data/lib/korona_client/models/signature.rb +216 -0
  243. data/lib/korona_client/models/statistic.rb +8 -13
  244. data/lib/korona_client/models/statistic_list_top_seller.rb +8 -13
  245. data/lib/korona_client/models/statistic_map_string_revenue_data.rb +8 -13
  246. data/lib/korona_client/models/statistic_revenue_data.rb +8 -13
  247. data/lib/korona_client/models/stock_receipt.rb +21 -16
  248. data/lib/korona_client/models/stock_receipt_item.rb +8 -13
  249. data/lib/korona_client/models/stock_receipt_item_amount.rb +8 -13
  250. data/lib/korona_client/models/stock_receipt_item_identification.rb +8 -13
  251. data/lib/korona_client/models/stock_receipt_item_purchase_price.rb +8 -13
  252. data/lib/korona_client/models/supplier.rb +8 -13
  253. data/lib/korona_client/models/supplier_contact.rb +8 -13
  254. data/lib/korona_client/models/supplier_contact_person.rb +8 -13
  255. data/lib/korona_client/models/supplier_payment_information.rb +11 -15
  256. data/lib/korona_client/models/tag.rb +8 -13
  257. data/lib/korona_client/models/tax_payment.rb +8 -13
  258. data/lib/korona_client/models/tax_summary.rb +8 -13
  259. data/lib/korona_client/models/ticket.rb +237 -0
  260. data/lib/korona_client/models/ticket_definition.rb +8 -13
  261. data/lib/korona_client/models/ticket_personalization.rb +225 -0
  262. data/lib/korona_client/models/time_period.rb +8 -13
  263. data/lib/korona_client/models/time_tracking_entity.rb +232 -0
  264. data/lib/korona_client/models/time_tracking_entry.rb +240 -0
  265. data/lib/korona_client/models/too_many_requests_error.rb +11 -15
  266. data/lib/korona_client/models/top_seller.rb +8 -13
  267. data/lib/korona_client/models/total_period.rb +192 -0
  268. data/lib/korona_client/models/total_price.rb +10 -14
  269. data/lib/korona_client/models/validity.rb +236 -0
  270. data/lib/korona_client/models/weather.rb +11 -15
  271. data/lib/korona_client/version.rb +4 -4
  272. data/node_modules/.yarn-integrity +12 -0
  273. data/spec/api/additional_receipt_info_types_api_spec.rb +66 -0
  274. data/spec/api/commodity_groups_api_spec.rb +133 -0
  275. data/spec/api/delivery_notes_api_spec.rb +112 -0
  276. data/spec/api/external_system_calls_api_spec.rb +133 -0
  277. data/spec/api/inventories_api_spec.rb +253 -0
  278. data/spec/api/stock_receipts_api_spec.rb +201 -0
  279. data/spec/api/ticket_creation_api_spec.rb +63 -0
  280. data/spec/api/time_tracking_api_spec.rb +129 -0
  281. data/spec/models/additional_info_spec.rb +47 -0
  282. data/spec/models/additional_receipt_info_type_spec.rb +125 -0
  283. data/spec/models/attendance_spec.rb +95 -0
  284. data/spec/models/creation_task_spec.rb +99 -0
  285. data/spec/models/day_time_period_spec.rb +47 -0
  286. data/spec/models/delivery_note_item_spec.rb +77 -0
  287. data/spec/models/delivery_note_spec.rb +125 -0
  288. data/spec/models/deposit_spec.rb +65 -0
  289. data/spec/models/discount_spec.rb +53 -0
  290. data/spec/models/external_system_call_spec.rb +113 -0
  291. data/spec/models/media_url_spec.rb +41 -0
  292. data/spec/models/result_list_additional_receipt_info_type_spec.rb +71 -0
  293. data/spec/models/result_list_attendance_spec.rb +71 -0
  294. data/spec/models/result_list_creation_task_spec.rb +71 -0
  295. data/spec/models/result_list_delivery_note_spec.rb +71 -0
  296. data/spec/models/result_list_external_system_call_spec.rb +71 -0
  297. data/spec/models/result_list_ticket_spec.rb +71 -0
  298. data/spec/models/result_list_time_tracking_entity_spec.rb +71 -0
  299. data/spec/models/result_list_time_tracking_entry_spec.rb +71 -0
  300. data/spec/models/sector_revenue_account_item_spec.rb +47 -0
  301. data/spec/models/signature_spec.rb +53 -0
  302. data/spec/models/ticket_personalization_spec.rb +59 -0
  303. data/spec/models/ticket_spec.rb +77 -0
  304. data/spec/models/time_tracking_entity_spec.rb +71 -0
  305. data/spec/models/time_tracking_entry_spec.rb +77 -0
  306. data/spec/models/total_period_spec.rb +47 -0
  307. data/spec/models/validity_spec.rb +63 -0
  308. data/yarn.lock +4 -0
  309. metadata +162 -18
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 577611a8e502e0ae0e6ee899abc5274ea3663dd50002758ce1120f74f165191d
4
- data.tar.gz: 4f97ddefcbb92a489d814b52e28b5c450c58bdf6d3fada1807b90faba5f185b4
3
+ metadata.gz: b3a336a27cb859e8997b24b3ea705ff3bc24e6b5961ff3c73497c2143e2b2c1f
4
+ data.tar.gz: c893fd419e84cbd9b5155faec68b8ccba584039a0da07107ed4ac0343d823c42
5
5
  SHA512:
6
- metadata.gz: 04d4e491903979267da7c2eecd695018e53be8e18a0213df7a8834978f3509acc791109658d37ddc250f712956ab0a9258b879f299499a9eb633e957bd23d34a
7
- data.tar.gz: b03f9664f69f76541f70abea93dc453af2d0539a49185c47d2e7ddaca55b400acda074a1fbf5e3c9dd4d293f5be7e7364cace0c75669af9ed1b2ed4bb4b16828
6
+ metadata.gz: e6f92eab1f7e192b1519eeacaaf0c09578009a3df78554625d184844baac5aabb1f4eecf2cdf19550d30def7c17994cd746d82a538aa773b6986f652115ab039
7
+ data.tar.gz: 78cf8b8d1000bedb59a22c2c0d7e9dd5dd8f926ebc91011fa18e523920830e810bdda18c9429e22e3996bc65306b93ffff2f89aeb5d6c9c7d2020f57f33d5458
data/README.md CHANGED
@@ -6,8 +6,8 @@ Our api provides access to our cloud services
6
6
 
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
- - API version: 3
10
- - Package version: 1.0.0
9
+ - API version: 2.11.21
10
+ - Package version: 1.1.0
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,15 +23,15 @@ gem build korona_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./korona_client-1.0.0.gem
26
+ gem install ./korona_client-1.1.0.gem
27
27
  ```
28
- (for development, run `gem install --dev ./korona_client-1.0.0.gem` to install the development dependencies)
28
+ (for development, run `gem install --dev ./korona_client-1.1.0.gem` to install the development dependencies)
29
29
 
30
30
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
31
31
 
32
32
  Finally add this to the Gemfile:
33
33
 
34
- gem 'korona_client', '~> 1.0.0'
34
+ gem 'korona_client', '~> 1.1.0'
35
35
 
36
36
  ### Install from Git
37
37
 
@@ -63,14 +63,14 @@ end
63
63
 
64
64
  api_instance = KoronaClient::AccountsApi.new
65
65
 
66
- korona_account_id = "korona_account_id_example" # String | the account id
66
+ korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
67
67
 
68
- account_id_or_number = "account_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
68
+ account_id = 'account_id_example' # String | id of the related object (important: id should match the uuid-format)
69
69
 
70
70
 
71
71
  begin
72
- #lists the account
73
- result = api_instance.get_account(korona_account_id, account_id_or_number)
72
+ #returns the single account
73
+ result = api_instance.get_account(korona_account_id, account_id)
74
74
  p result
75
75
  rescue KoronaClient::ApiError => e
76
76
  puts "Exception when calling AccountsApi->get_account: #{e}"
@@ -84,110 +84,165 @@ All URIs are relative to *https://www.koronacloud.com/web/api/v3*
84
84
 
85
85
  Class | Method | HTTP request | Description
86
86
  ------------ | ------------- | ------------- | -------------
87
- *KoronaClient::AccountsApi* | [**get_account**](docs/AccountsApi.md#get_account) | **GET** /accounts/{koronaAccountId}/accounts/{accountIdOrNumber} | lists the account
87
+ *KoronaClient::AccountsApi* | [**get_account**](docs/AccountsApi.md#get_account) | **GET** /accounts/{koronaAccountId}/accounts/{accountId} | returns the single account
88
88
  *KoronaClient::AccountsApi* | [**get_accounts**](docs/AccountsApi.md#get_accounts) | **GET** /accounts/{koronaAccountId}/accounts | lists all accounts
89
- *KoronaClient::AssortmentsApi* | [**get_assortment**](docs/AssortmentsApi.md#get_assortment) | **GET** /accounts/{koronaAccountId}/assortments/{assortmentIdOrNumber} | lists the assortment
89
+ *KoronaClient::AdditionalReceiptInfoTypesApi* | [**get_additional_receipt_info_type**](docs/AdditionalReceiptInfoTypesApi.md#get_additional_receipt_info_type) | **GET** /accounts/{koronaAccountId}/additionalReceiptInfoTypes/{additionalReceiptInfoTypeId} | returns the single additional receipt info type
90
+ *KoronaClient::AdditionalReceiptInfoTypesApi* | [**get_additional_receipt_info_types**](docs/AdditionalReceiptInfoTypesApi.md#get_additional_receipt_info_types) | **GET** /accounts/{koronaAccountId}/additionalReceiptInfoTypes | lists all additional receipt info types
91
+ *KoronaClient::AssortmentsApi* | [**add_assortments**](docs/AssortmentsApi.md#add_assortments) | **POST** /accounts/{koronaAccountId}/assortments | adds a batch of new assortments
92
+ *KoronaClient::AssortmentsApi* | [**delete_assortment**](docs/AssortmentsApi.md#delete_assortment) | **DELETE** /accounts/{koronaAccountId}/assortments/{assortmentId} | deletes the single assortment
93
+ *KoronaClient::AssortmentsApi* | [**delete_assortments**](docs/AssortmentsApi.md#delete_assortments) | **DELETE** /accounts/{koronaAccountId}/assortments | deletes a batch of assortments
94
+ *KoronaClient::AssortmentsApi* | [**get_assortment**](docs/AssortmentsApi.md#get_assortment) | **GET** /accounts/{koronaAccountId}/assortments/{assortmentId} | returns the single assortment
90
95
  *KoronaClient::AssortmentsApi* | [**get_assortments**](docs/AssortmentsApi.md#get_assortments) | **GET** /accounts/{koronaAccountId}/assortments | lists all assortments
91
- *KoronaClient::AssortmentsApi* | [**get_commodity_group**](docs/AssortmentsApi.md#get_commodity_group) | **GET** /accounts/{koronaAccountId}/commodityGroups/{commodityGroupIdOrNumber} | lists the commodity group
92
- *KoronaClient::AssortmentsApi* | [**get_commodity_groups**](docs/AssortmentsApi.md#get_commodity_groups) | **GET** /accounts/{koronaAccountId}/commodityGroups | lists all commodity groups
93
- *KoronaClient::CashiersApi* | [**get_cashier**](docs/CashiersApi.md#get_cashier) | **GET** /accounts/{koronaAccountId}/cashiers/{cashierIdOrNumber} | lists the cashier
96
+ *KoronaClient::AssortmentsApi* | [**update_assortment**](docs/AssortmentsApi.md#update_assortment) | **PATCH** /accounts/{koronaAccountId}/assortments/{assortmentId} | updates the single assortment
97
+ *KoronaClient::AssortmentsApi* | [**update_assortments**](docs/AssortmentsApi.md#update_assortments) | **PATCH** /accounts/{koronaAccountId}/assortments | updates a batch of assortments
98
+ *KoronaClient::CashiersApi* | [**get_cashier**](docs/CashiersApi.md#get_cashier) | **GET** /accounts/{koronaAccountId}/cashiers/{cashierId} | returns the single cashier
94
99
  *KoronaClient::CashiersApi* | [**get_cashiers**](docs/CashiersApi.md#get_cashiers) | **GET** /accounts/{koronaAccountId}/cashiers | lists all cashiers
100
+ *KoronaClient::CommodityGroupsApi* | [**add_commodity_groups**](docs/CommodityGroupsApi.md#add_commodity_groups) | **POST** /accounts/{koronaAccountId}/commodityGroups | adds a batch of new commodity groups
101
+ *KoronaClient::CommodityGroupsApi* | [**delete_commodity_group**](docs/CommodityGroupsApi.md#delete_commodity_group) | **DELETE** /accounts/{koronaAccountId}/commodityGroups/{commodityGroupId} | deletes the single commodity group
102
+ *KoronaClient::CommodityGroupsApi* | [**delete_commodity_groups**](docs/CommodityGroupsApi.md#delete_commodity_groups) | **DELETE** /accounts/{koronaAccountId}/commodityGroups | deletes a batch of commodity groups
103
+ *KoronaClient::CommodityGroupsApi* | [**get_commodity_group**](docs/CommodityGroupsApi.md#get_commodity_group) | **GET** /accounts/{koronaAccountId}/commodityGroups/{commodityGroupId} | returns the single commodity group
104
+ *KoronaClient::CommodityGroupsApi* | [**get_commodity_groups**](docs/CommodityGroupsApi.md#get_commodity_groups) | **GET** /accounts/{koronaAccountId}/commodityGroups | lists all commodity groups
105
+ *KoronaClient::CommodityGroupsApi* | [**update_commodity_group**](docs/CommodityGroupsApi.md#update_commodity_group) | **PATCH** /accounts/{koronaAccountId}/commodityGroups/{commodityGroupId} | updates the single commodity group
106
+ *KoronaClient::CommodityGroupsApi* | [**update_commodity_groups**](docs/CommodityGroupsApi.md#update_commodity_groups) | **PATCH** /accounts/{koronaAccountId}/commodityGroups | updates a batch of commodity groups
95
107
  *KoronaClient::CurrenciesApi* | [**get_currencies**](docs/CurrenciesApi.md#get_currencies) | **GET** /accounts/{koronaAccountId}/currencies | lists all currencies
96
- *KoronaClient::CurrenciesApi* | [**get_currency**](docs/CurrenciesApi.md#get_currency) | **GET** /accounts/{koronaAccountId}/currencies/{currencyIdOrNumber} | lists the currency
97
- *KoronaClient::CustomerGroupsApi* | [**get_customer_group**](docs/CustomerGroupsApi.md#get_customer_group) | **GET** /accounts/{koronaAccountId}/customerGroups/{customerGroupIdOrNumber} | lists the customer group
108
+ *KoronaClient::CurrenciesApi* | [**get_currency**](docs/CurrenciesApi.md#get_currency) | **GET** /accounts/{koronaAccountId}/currencies/{currencyId} | returns the single currency
109
+ *KoronaClient::CustomerGroupsApi* | [**get_customer_group**](docs/CustomerGroupsApi.md#get_customer_group) | **GET** /accounts/{koronaAccountId}/customerGroups/{customerGroupId} | returns the single customer group
98
110
  *KoronaClient::CustomerGroupsApi* | [**get_customer_groups**](docs/CustomerGroupsApi.md#get_customer_groups) | **GET** /accounts/{koronaAccountId}/customerGroups | lists all customer groups
99
111
  *KoronaClient::CustomerOrdersApi* | [**add_customer_orders**](docs/CustomerOrdersApi.md#add_customer_orders) | **POST** /accounts/{koronaAccountId}/customerOrders | adds a batch of new customer orders
100
- *KoronaClient::CustomerOrdersApi* | [**delete_customer_order**](docs/CustomerOrdersApi.md#delete_customer_order) | **DELETE** /accounts/{koronaAccountId}/customerOrders/{customerOrderIdOrNumber} | deletes the customer order
101
- *KoronaClient::CustomerOrdersApi* | [**get_customer_order**](docs/CustomerOrdersApi.md#get_customer_order) | **GET** /accounts/{koronaAccountId}/customerOrders/{customerOrderIdOrNumber} | lists the customer order
112
+ *KoronaClient::CustomerOrdersApi* | [**delete_customer_order**](docs/CustomerOrdersApi.md#delete_customer_order) | **DELETE** /accounts/{koronaAccountId}/customerOrders/{customerOrderId} | deletes the single customer order
113
+ *KoronaClient::CustomerOrdersApi* | [**get_customer_order**](docs/CustomerOrdersApi.md#get_customer_order) | **GET** /accounts/{koronaAccountId}/customerOrders/{customerOrderId} | returns the single customer order
102
114
  *KoronaClient::CustomerOrdersApi* | [**get_customer_orders**](docs/CustomerOrdersApi.md#get_customer_orders) | **GET** /accounts/{koronaAccountId}/customerOrders | lists all customer orders
103
- *KoronaClient::CustomerOrdersApi* | [**update_customer_order**](docs/CustomerOrdersApi.md#update_customer_order) | **PATCH** /accounts/{koronaAccountId}/customerOrders/{customerOrderIdOrNumber} | changes the customer order
104
- *KoronaClient::CustomerOrdersApi* | [**update_customer_orders**](docs/CustomerOrdersApi.md#update_customer_orders) | **PATCH** /accounts/{koronaAccountId}/customerOrders | changes a batch of customer orders
115
+ *KoronaClient::CustomerOrdersApi* | [**update_customer_order**](docs/CustomerOrdersApi.md#update_customer_order) | **PATCH** /accounts/{koronaAccountId}/customerOrders/{customerOrderId} | updates the single customer order
116
+ *KoronaClient::CustomerOrdersApi* | [**update_customer_orders**](docs/CustomerOrdersApi.md#update_customer_orders) | **PATCH** /accounts/{koronaAccountId}/customerOrders | updates a batch of customer orders
105
117
  *KoronaClient::CustomersApi* | [**add_customers**](docs/CustomersApi.md#add_customers) | **POST** /accounts/{koronaAccountId}/customers | adds a batch of new customers
106
- *KoronaClient::CustomersApi* | [**delete_customer**](docs/CustomersApi.md#delete_customer) | **DELETE** /accounts/{koronaAccountId}/customers/{customerIdOrNumber} | deletes the customer
107
- *KoronaClient::CustomersApi* | [**get_customer**](docs/CustomersApi.md#get_customer) | **GET** /accounts/{koronaAccountId}/customers/{customerIdOrNumber} | lists the customer
118
+ *KoronaClient::CustomersApi* | [**delete_customer**](docs/CustomersApi.md#delete_customer) | **DELETE** /accounts/{koronaAccountId}/customers/{customerId} | deletes the single customer
119
+ *KoronaClient::CustomersApi* | [**delete_customers**](docs/CustomersApi.md#delete_customers) | **DELETE** /accounts/{koronaAccountId}/customers | deletes a batch of customers
120
+ *KoronaClient::CustomersApi* | [**get_customer**](docs/CustomersApi.md#get_customer) | **GET** /accounts/{koronaAccountId}/customers/{customerId} | returns the single customer
108
121
  *KoronaClient::CustomersApi* | [**get_customers**](docs/CustomersApi.md#get_customers) | **GET** /accounts/{koronaAccountId}/customers | lists all customers
109
- *KoronaClient::CustomersApi* | [**update_customer**](docs/CustomersApi.md#update_customer) | **PATCH** /accounts/{koronaAccountId}/customers/{customerIdOrNumber} | updates the customer
110
- *KoronaClient::CustomersApi* | [**update_customers**](docs/CustomersApi.md#update_customers) | **PATCH** /accounts/{koronaAccountId}/customers | changes a batch of customers
111
- *KoronaClient::EconomicZonesApi* | [**get_economic_zone**](docs/EconomicZonesApi.md#get_economic_zone) | **GET** /accounts/{koronaAccountId}/economicZones/{economicZoneIdOrNumber} | lists the economic zone
122
+ *KoronaClient::CustomersApi* | [**update_customer**](docs/CustomersApi.md#update_customer) | **PATCH** /accounts/{koronaAccountId}/customers/{customerId} | updates the single customer
123
+ *KoronaClient::CustomersApi* | [**update_customers**](docs/CustomersApi.md#update_customers) | **PATCH** /accounts/{koronaAccountId}/customers | updates a batch of customers
124
+ *KoronaClient::DeliveryNotesApi* | [**add_delivery_notes**](docs/DeliveryNotesApi.md#add_delivery_notes) | **POST** /accounts/{koronaAccountId}/deliveryNotes | adds delivery notes
125
+ *KoronaClient::DeliveryNotesApi* | [**book_delivery_note**](docs/DeliveryNotesApi.md#book_delivery_note) | **PATCH** /accounts/{koronaAccountId}/deliveryNotes/{deliveryNoteId}/book | book the single delivery note
126
+ *KoronaClient::DeliveryNotesApi* | [**finalize_delivery_note**](docs/DeliveryNotesApi.md#finalize_delivery_note) | **PATCH** /accounts/{koronaAccountId}/deliveryNotes/{deliveryNoteId}/finalize | finalize the single delivery note
127
+ *KoronaClient::DeliveryNotesApi* | [**get_delivery_note**](docs/DeliveryNotesApi.md#get_delivery_note) | **GET** /accounts/{koronaAccountId}/deliveryNotes/{deliveryNoteId} | returns a single delivery note
128
+ *KoronaClient::DeliveryNotesApi* | [**get_delivery_notes**](docs/DeliveryNotesApi.md#get_delivery_notes) | **GET** /accounts/{koronaAccountId}/deliveryNotes | lists all delivery notes
129
+ *KoronaClient::EconomicZonesApi* | [**get_economic_zone**](docs/EconomicZonesApi.md#get_economic_zone) | **GET** /accounts/{koronaAccountId}/economicZones/{economicZoneId} | returns the single economic zone
112
130
  *KoronaClient::EconomicZonesApi* | [**get_economic_zones**](docs/EconomicZonesApi.md#get_economic_zones) | **GET** /accounts/{koronaAccountId}/economicZones | lists all economic zones
131
+ *KoronaClient::ExternalSystemCallsApi* | [**add_external_system_calls**](docs/ExternalSystemCallsApi.md#add_external_system_calls) | **POST** /accounts/{koronaAccountId}/externalSystemCalls | adds a batch of new external system calls
132
+ *KoronaClient::ExternalSystemCallsApi* | [**delete_external_system_call**](docs/ExternalSystemCallsApi.md#delete_external_system_call) | **DELETE** /accounts/{koronaAccountId}/externalSystemCalls/{externalSystemCallId} | deletes a single external system call
133
+ *KoronaClient::ExternalSystemCallsApi* | [**delete_external_system_calls**](docs/ExternalSystemCallsApi.md#delete_external_system_calls) | **DELETE** /accounts/{koronaAccountId}/externalSystemCalls | deletes a batch of external system calls
134
+ *KoronaClient::ExternalSystemCallsApi* | [**get_external_system_call**](docs/ExternalSystemCallsApi.md#get_external_system_call) | **GET** /accounts/{koronaAccountId}/externalSystemCalls/{externalSystemCallId} | returns a single external system call
135
+ *KoronaClient::ExternalSystemCallsApi* | [**get_external_system_calls**](docs/ExternalSystemCallsApi.md#get_external_system_calls) | **GET** /accounts/{koronaAccountId}/externalSystemCalls | lists all external system calls
136
+ *KoronaClient::ExternalSystemCallsApi* | [**update_external_system_call**](docs/ExternalSystemCallsApi.md#update_external_system_call) | **PATCH** /accounts/{koronaAccountId}/externalSystemCalls/{externalSystemCallId} | updates the single external system call
137
+ *KoronaClient::ExternalSystemCallsApi* | [**update_external_system_calls**](docs/ExternalSystemCallsApi.md#update_external_system_calls) | **PATCH** /accounts/{koronaAccountId}/externalSystemCalls | updates a batch of external system calls
113
138
  *KoronaClient::ImagesApi* | [**get_image**](docs/ImagesApi.md#get_image) | **GET** /accounts/{koronaAccountId}/images/{imageId} | displays the image
114
- *KoronaClient::InfoTextsApi* | [**get_info_text**](docs/InfoTextsApi.md#get_info_text) | **GET** /accounts/{koronaAccountId}/infoTexts/{infoTextIdOrNumber} | lists the info text
139
+ *KoronaClient::InfoTextsApi* | [**get_info_text**](docs/InfoTextsApi.md#get_info_text) | **GET** /accounts/{koronaAccountId}/infoTexts/{infoTextId} | returns the single info text
115
140
  *KoronaClient::InfoTextsApi* | [**get_info_texts**](docs/InfoTextsApi.md#get_info_texts) | **GET** /accounts/{koronaAccountId}/infoTexts | lists all info texts
116
- *KoronaClient::InventoriesKORONARetailApi* | [**add_inventories**](docs/InventoriesKORONARetailApi.md#add_inventories) | **POST** /accounts/{koronaAccountId}/inventories | adds a batch of new inventories
117
- *KoronaClient::InventoriesKORONARetailApi* | [**add_inventory_inventory_list_items**](docs/InventoriesKORONARetailApi.md#add_inventory_inventory_list_items) | **POST** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items | adds inventory list items
118
- *KoronaClient::InventoriesKORONARetailApi* | [**delete_inventory**](docs/InventoriesKORONARetailApi.md#delete_inventory) | **DELETE** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber} | deletes the inventory; only possible if hasBookedReceipts=false
119
- *KoronaClient::InventoriesKORONARetailApi* | [**delete_inventory_inventory_list_item**](docs/InventoriesKORONARetailApi.md#delete_inventory_inventory_list_item) | **DELETE** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items/{productIdOrNumber} | deletes the inventory list item
120
- *KoronaClient::InventoriesKORONARetailApi* | [**get_inventories**](docs/InventoriesKORONARetailApi.md#get_inventories) | **GET** /accounts/{koronaAccountId}/inventories | lists all inventories
121
- *KoronaClient::InventoriesKORONARetailApi* | [**get_inventory**](docs/InventoriesKORONARetailApi.md#get_inventory) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber} | lists the inventory
122
- *KoronaClient::InventoriesKORONARetailApi* | [**get_inventory_inventory_list**](docs/InventoriesKORONARetailApi.md#get_inventory_inventory_list) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber} | lists the inventory list
123
- *KoronaClient::InventoriesKORONARetailApi* | [**get_inventory_inventory_list_item**](docs/InventoriesKORONARetailApi.md#get_inventory_inventory_list_item) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items/{productIdOrNumber} | lists the inventory list item with the specified product
124
- *KoronaClient::InventoriesKORONARetailApi* | [**get_inventory_inventory_list_items**](docs/InventoriesKORONARetailApi.md#get_inventory_inventory_list_items) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items | lists all inventory list items
125
- *KoronaClient::InventoriesKORONARetailApi* | [**get_inventory_inventory_lists**](docs/InventoriesKORONARetailApi.md#get_inventory_inventory_lists) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists | lists all inventory lists
126
- *KoronaClient::InventoriesKORONARetailApi* | [**update_inventory**](docs/InventoriesKORONARetailApi.md#update_inventory) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber} | changes the inventory
127
- *KoronaClient::InventoriesKORONARetailApi* | [**update_inventory_inventory_list**](docs/InventoriesKORONARetailApi.md#update_inventory_inventory_list) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber} | updates the inventory list
128
- *KoronaClient::InventoriesKORONARetailApi* | [**update_inventory_inventory_list_item**](docs/InventoriesKORONARetailApi.md#update_inventory_inventory_list_item) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items/{productIdOrNumber} | updates the inventory list item
129
- *KoronaClient::InventoriesKORONARetailApi* | [**update_inventory_inventory_list_items**](docs/InventoriesKORONARetailApi.md#update_inventory_inventory_list_items) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryIdOrNumber}/inventoryLists/{inventoryListIdOrNumber}/items | updates inventory list items (property [product] required))
130
- *KoronaClient::KoronaAccountApi* | [**get_korona_account**](docs/KoronaAccountApi.md#get_korona_account) | **GET** /accounts/{koronaAccountId} | lists the korona account
131
- *KoronaClient::OrganizationalUnitsApi* | [**add_organizational_unit_day_ratings**](docs/OrganizationalUnitsApi.md#add_organizational_unit_day_ratings) | **POST** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/dayRatings | adds a batch of new day ratings
132
- *KoronaClient::OrganizationalUnitsApi* | [**delete_organizational_unit_day_rating**](docs/OrganizationalUnitsApi.md#delete_organizational_unit_day_rating) | **DELETE** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/dayRatings/{dayRatingIdOrDate} | deletes the day rating by its id or date
133
- *KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit**](docs/OrganizationalUnitsApi.md#get_organizational_unit) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber} | lists the organizational unit
134
- *KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_day_rating**](docs/OrganizationalUnitsApi.md#get_organizational_unit_day_rating) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/dayRatings/{dayRatingIdOrDate} | lists the day rating by its id or date
135
- *KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_day_ratings**](docs/OrganizationalUnitsApi.md#get_organizational_unit_day_ratings) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/dayRatings | lists all organizational unit related day ratings
136
- *KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_inventory_lists**](docs/OrganizationalUnitsApi.md#get_organizational_unit_inventory_lists) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/inventoryLists | lists the inventory lists belonging to the organizational unit (KORONA.retail required)
137
- *KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_product_stocks**](docs/OrganizationalUnitsApi.md#get_organizational_unit_product_stocks) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/productStocks | lists the product stocks of the organizational unit, in case it contains a warehouse (KORONA.retail required)
138
- *KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_stock_receipts**](docs/OrganizationalUnitsApi.md#get_organizational_unit_stock_receipts) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/stockReceipts | lists the stock receipts belonging to the organizational unit (KORONA.retail required)
141
+ *KoronaClient::InventoriesApi* | [**add_inventories**](docs/InventoriesApi.md#add_inventories) | **POST** /accounts/{koronaAccountId}/inventories | adds a batch of new inventories
142
+ *KoronaClient::InventoriesApi* | [**add_inventory_inventory_list_items**](docs/InventoriesApi.md#add_inventory_inventory_list_items) | **POST** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items | adds inventory list items
143
+ *KoronaClient::InventoriesApi* | [**delete_inventory**](docs/InventoriesApi.md#delete_inventory) | **DELETE** /accounts/{koronaAccountId}/inventories/{inventoryId} | deletes the single inventory (only allowed if hasBookedReceipts=false)
144
+ *KoronaClient::InventoriesApi* | [**delete_inventory_inventory_list_item**](docs/InventoriesApi.md#delete_inventory_inventory_list_item) | **DELETE** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items/{productId} | deletes the single inventory list item
145
+ *KoronaClient::InventoriesApi* | [**get_inventories**](docs/InventoriesApi.md#get_inventories) | **GET** /accounts/{koronaAccountId}/inventories | lists all inventories
146
+ *KoronaClient::InventoriesApi* | [**get_inventory**](docs/InventoriesApi.md#get_inventory) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryId} | returns the single inventory
147
+ *KoronaClient::InventoriesApi* | [**get_inventory_inventory_list**](docs/InventoriesApi.md#get_inventory_inventory_list) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId} | returns the single inventory list
148
+ *KoronaClient::InventoriesApi* | [**get_inventory_inventory_list_item**](docs/InventoriesApi.md#get_inventory_inventory_list_item) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items/{productId} | returns the single inventory list item
149
+ *KoronaClient::InventoriesApi* | [**get_inventory_inventory_list_items**](docs/InventoriesApi.md#get_inventory_inventory_list_items) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items | lists all inventory list items
150
+ *KoronaClient::InventoriesApi* | [**get_inventory_inventory_lists**](docs/InventoriesApi.md#get_inventory_inventory_lists) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists | lists all inventory lists
151
+ *KoronaClient::InventoriesApi* | [**update_inventory**](docs/InventoriesApi.md#update_inventory) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryId} | updates the single inventory
152
+ *KoronaClient::InventoriesApi* | [**update_inventory_inventory_list**](docs/InventoriesApi.md#update_inventory_inventory_list) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId} | updates the single inventory list
153
+ *KoronaClient::InventoriesApi* | [**update_inventory_inventory_list_item**](docs/InventoriesApi.md#update_inventory_inventory_list_item) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items/{productId} | updates the single inventory list item
154
+ *KoronaClient::InventoriesApi* | [**update_inventory_inventory_list_items**](docs/InventoriesApi.md#update_inventory_inventory_list_items) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items | updates inventory list items (property [product] required))
155
+ *KoronaClient::KoronaAccountApi* | [**get_korona_account**](docs/KoronaAccountApi.md#get_korona_account) | **GET** /accounts/{koronaAccountId} | returns the single korona account
156
+ *KoronaClient::OrganizationalUnitsApi* | [**add_organizational_unit_day_ratings**](docs/OrganizationalUnitsApi.md#add_organizational_unit_day_ratings) | **POST** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings | adds a batch of new day ratings
157
+ *KoronaClient::OrganizationalUnitsApi* | [**delete_organizational_unit_day_rating**](docs/OrganizationalUnitsApi.md#delete_organizational_unit_day_rating) | **DELETE** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings/{dayRatingIdOrDate} | deletes the single day rating by its id or date
158
+ *KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit**](docs/OrganizationalUnitsApi.md#get_organizational_unit) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId} | returns the single organizational unit
159
+ *KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_day_rating**](docs/OrganizationalUnitsApi.md#get_organizational_unit_day_rating) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings/{dayRatingIdOrDate} | returns the single day rating by its id or date
160
+ *KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_day_ratings**](docs/OrganizationalUnitsApi.md#get_organizational_unit_day_ratings) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings | lists all organizational unit related day ratings
161
+ *KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_inventory_lists**](docs/OrganizationalUnitsApi.md#get_organizational_unit_inventory_lists) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/inventoryLists | lists the inventory lists belonging to the organizational unit (KORONA.retail required)
162
+ *KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_product_stocks**](docs/OrganizationalUnitsApi.md#get_organizational_unit_product_stocks) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/productStocks | lists the product stocks of the organizational unit, in case it contains a warehouse (KORONA.retail required)
163
+ *KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_stock_receipts**](docs/OrganizationalUnitsApi.md#get_organizational_unit_stock_receipts) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/stockReceipts | lists the stock receipts belonging to the organizational unit (KORONA.retail required)
139
164
  *KoronaClient::OrganizationalUnitsApi* | [**get_organizational_units**](docs/OrganizationalUnitsApi.md#get_organizational_units) | **GET** /accounts/{koronaAccountId}/organizationalUnits | lists all organizational units
140
- *KoronaClient::OrganizationalUnitsApi* | [**update_organizational_unit_day_rating**](docs/OrganizationalUnitsApi.md#update_organizational_unit_day_rating) | **PATCH** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/dayRatings/{dayRatingIdOrDate} | updates the day rating by its id or date
141
- *KoronaClient::OrganizationalUnitsApi* | [**update_organizational_unit_day_ratings**](docs/OrganizationalUnitsApi.md#update_organizational_unit_day_ratings) | **PATCH** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitIdOrNumber}/dayRatings | updated a batch of new day ratings
142
- *KoronaClient::PaymentMethodsApi* | [**get_payment_method**](docs/PaymentMethodsApi.md#get_payment_method) | **GET** /accounts/{koronaAccountId}/paymentMethods/{paymentMethodIdOrNumber} | lists the payment method
165
+ *KoronaClient::OrganizationalUnitsApi* | [**update_organizational_unit_day_rating**](docs/OrganizationalUnitsApi.md#update_organizational_unit_day_rating) | **PATCH** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings/{dayRatingIdOrDate} | updates the day rating by its id or date
166
+ *KoronaClient::OrganizationalUnitsApi* | [**update_organizational_unit_day_ratings**](docs/OrganizationalUnitsApi.md#update_organizational_unit_day_ratings) | **PATCH** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings | updates a batch of day ratings
167
+ *KoronaClient::PaymentMethodsApi* | [**get_payment_method**](docs/PaymentMethodsApi.md#get_payment_method) | **GET** /accounts/{koronaAccountId}/paymentMethods/{paymentMethodId} | returns the single payment method
143
168
  *KoronaClient::PaymentMethodsApi* | [**get_payment_methods**](docs/PaymentMethodsApi.md#get_payment_methods) | **GET** /accounts/{koronaAccountId}/paymentMethods | lists all payment methods
144
- *KoronaClient::PointsOfSaleApi* | [**add_point_of_sale_end_of_day_statements**](docs/PointsOfSaleApi.md#add_point_of_sale_end_of_day_statements) | **POST** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}/endOfDayStatements | adds a batch of point of sale-related end-of-day-statements
145
- *KoronaClient::PointsOfSaleApi* | [**add_point_of_sale_receipts**](docs/PointsOfSaleApi.md#add_point_of_sale_receipts) | **POST** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}/receipts | adds a batch of point of sale-related receipts
146
- *KoronaClient::PointsOfSaleApi* | [**get_point_of_sale**](docs/PointsOfSaleApi.md#get_point_of_sale) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber} | lists the point of sale
147
- *KoronaClient::PointsOfSaleApi* | [**get_point_of_sale_end_of_day_statements**](docs/PointsOfSaleApi.md#get_point_of_sale_end_of_day_statements) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}/endOfDayStatements | lists all point of sale-related end-of-day-statements
148
- *KoronaClient::PointsOfSaleApi* | [**get_point_of_sale_receipt**](docs/PointsOfSaleApi.md#get_point_of_sale_receipt) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}/receipts/{receiptId} | lists a single point of sale-related receipt
149
- *KoronaClient::PointsOfSaleApi* | [**get_point_of_sale_receipts**](docs/PointsOfSaleApi.md#get_point_of_sale_receipts) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber}/receipts | lists all point of sale-related receipts
150
- *KoronaClient::PointsOfSaleApi* | [**get_points_of_sale**](docs/PointsOfSaleApi.md#get_points_of_sale) | **GET** /accounts/{koronaAccountId}/pointsOfSale | lists all point of sales
151
- *KoronaClient::PointsOfSaleApi* | [**update_point_of_sale**](docs/PointsOfSaleApi.md#update_point_of_sale) | **PATCH** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleIdOrNumber} | updates a point of sale (works only for coupling (attribute 'couplingId') or updating device information (attribute 'deviceInformation'))
152
- *KoronaClient::PriceGroupsApi* | [**get_price_group**](docs/PriceGroupsApi.md#get_price_group) | **GET** /accounts/{koronaAccountId}/priceGroups/{priceGroupIdOrNumber} | lists the price group
169
+ *KoronaClient::PointsOfSaleApi* | [**add_point_of_sale_end_of_day_statements**](docs/PointsOfSaleApi.md#add_point_of_sale_end_of_day_statements) | **POST** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleId}/endOfDayStatements | adds a batch of point of sale-related end-of-day-statements
170
+ *KoronaClient::PointsOfSaleApi* | [**add_point_of_sale_receipts**](docs/PointsOfSaleApi.md#add_point_of_sale_receipts) | **POST** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleId}/receipts | adds a batch of point of sale-related receipts
171
+ *KoronaClient::PointsOfSaleApi* | [**get_point_of_sale**](docs/PointsOfSaleApi.md#get_point_of_sale) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleId} | returns the single point of sale
172
+ *KoronaClient::PointsOfSaleApi* | [**get_point_of_sale_end_of_day_statements**](docs/PointsOfSaleApi.md#get_point_of_sale_end_of_day_statements) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleId}/endOfDayStatements | lists all point of sale-related end-of-day-statements
173
+ *KoronaClient::PointsOfSaleApi* | [**get_point_of_sale_receipt**](docs/PointsOfSaleApi.md#get_point_of_sale_receipt) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleId}/receipts/{receiptId} | returns the single point of sale-related receipt
174
+ *KoronaClient::PointsOfSaleApi* | [**get_point_of_sale_receipts**](docs/PointsOfSaleApi.md#get_point_of_sale_receipts) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleId}/receipts | lists all point of sale-related receipts
175
+ *KoronaClient::PointsOfSaleApi* | [**get_points_of_sale**](docs/PointsOfSaleApi.md#get_points_of_sale) | **GET** /accounts/{koronaAccountId}/pointsOfSale | lists all points of sale
176
+ *KoronaClient::PointsOfSaleApi* | [**update_point_of_sale**](docs/PointsOfSaleApi.md#update_point_of_sale) | **PATCH** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleId} | updates a point of sale (works only for coupling (attribute 'couplingId') or updating device information (attribute 'deviceInformation'))
177
+ *KoronaClient::PriceGroupsApi* | [**get_price_group**](docs/PriceGroupsApi.md#get_price_group) | **GET** /accounts/{koronaAccountId}/priceGroups/{priceGroupId} | returns the single price group
153
178
  *KoronaClient::PriceGroupsApi* | [**get_price_groups**](docs/PriceGroupsApi.md#get_price_groups) | **GET** /accounts/{koronaAccountId}/priceGroups | lists all price groups
154
179
  *KoronaClient::ProductsApi* | [**add_products**](docs/ProductsApi.md#add_products) | **POST** /accounts/{koronaAccountId}/products | adds a batch of new products
155
- *KoronaClient::ProductsApi* | [**delete_product**](docs/ProductsApi.md#delete_product) | **DELETE** /accounts/{koronaAccountId}/products/{productIdOrNumber} | deletes the product
156
- *KoronaClient::ProductsApi* | [**get_product**](docs/ProductsApi.md#get_product) | **GET** /accounts/{koronaAccountId}/products/{productIdOrNumber} | lists the product
157
- *KoronaClient::ProductsApi* | [**get_product_stocks**](docs/ProductsApi.md#get_product_stocks) | **GET** /accounts/{koronaAccountId}/products/{productIdOrNumber}/stocks | lists the product stocks in different warehouses (KORONA.retail required)
180
+ *KoronaClient::ProductsApi* | [**delete_product**](docs/ProductsApi.md#delete_product) | **DELETE** /accounts/{koronaAccountId}/products/{productId} | deletes the single product
181
+ *KoronaClient::ProductsApi* | [**delete_products**](docs/ProductsApi.md#delete_products) | **DELETE** /accounts/{koronaAccountId}/products | deletes a batch of products
182
+ *KoronaClient::ProductsApi* | [**get_product**](docs/ProductsApi.md#get_product) | **GET** /accounts/{koronaAccountId}/products/{productId} | returns the single product
183
+ *KoronaClient::ProductsApi* | [**get_product_stocks**](docs/ProductsApi.md#get_product_stocks) | **GET** /accounts/{koronaAccountId}/products/{productId}/stocks | lists the product stocks in different warehouses (KORONA.retail required)
158
184
  *KoronaClient::ProductsApi* | [**get_products**](docs/ProductsApi.md#get_products) | **GET** /accounts/{koronaAccountId}/products | lists all products
159
- *KoronaClient::ProductsApi* | [**update_product**](docs/ProductsApi.md#update_product) | **PATCH** /accounts/{koronaAccountId}/products/{productIdOrNumber} | changes the product
160
- *KoronaClient::ProductsApi* | [**update_products**](docs/ProductsApi.md#update_products) | **PATCH** /accounts/{koronaAccountId}/products | changes a batch of products
161
- *KoronaClient::ReceiptsApi* | [**get_receipt**](docs/ReceiptsApi.md#get_receipt) | **GET** /accounts/{koronaAccountId}/receipts/receiptId} | lists a single receipt
185
+ *KoronaClient::ProductsApi* | [**update_product**](docs/ProductsApi.md#update_product) | **PATCH** /accounts/{koronaAccountId}/products/{productId} | updates the single product
186
+ *KoronaClient::ProductsApi* | [**update_products**](docs/ProductsApi.md#update_products) | **PATCH** /accounts/{koronaAccountId}/products | updates a batch of products
187
+ *KoronaClient::ReceiptsApi* | [**get_receipt**](docs/ReceiptsApi.md#get_receipt) | **GET** /accounts/{koronaAccountId}/receipts/{receiptId} | returns the single receipt
162
188
  *KoronaClient::ReceiptsApi* | [**get_receipts**](docs/ReceiptsApi.md#get_receipts) | **GET** /accounts/{koronaAccountId}/receipts | lists all receipts
163
- *KoronaClient::SalesTaxesApi* | [**get_sales_tax**](docs/SalesTaxesApi.md#get_sales_tax) | **GET** /accounts/{koronaAccountId}/salesTaxes/{salesTaxIdOrNumber} | lists the sales tax
189
+ *KoronaClient::SalesTaxesApi* | [**get_sales_tax**](docs/SalesTaxesApi.md#get_sales_tax) | **GET** /accounts/{koronaAccountId}/salesTaxes/{salesTaxId} | returns the single sales tax
164
190
  *KoronaClient::SalesTaxesApi* | [**get_sales_taxes**](docs/SalesTaxesApi.md#get_sales_taxes) | **GET** /accounts/{koronaAccountId}/salesTaxes | lists all sales taxes
165
- *KoronaClient::SectorsApi* | [**get_sector**](docs/SectorsApi.md#get_sector) | **GET** /accounts/{koronaAccountId}/sectors/{sectorIdOrNumber} | lists the sector
191
+ *KoronaClient::SectorsApi* | [**get_sector**](docs/SectorsApi.md#get_sector) | **GET** /accounts/{koronaAccountId}/sectors/{sectorId} | returns the single sector
166
192
  *KoronaClient::SectorsApi* | [**get_sectors**](docs/SectorsApi.md#get_sectors) | **GET** /accounts/{koronaAccountId}/sectors | lists all sectors
167
- *KoronaClient::StatisticsApi* | [**get_revenue**](docs/StatisticsApi.md#get_revenue) | **GET** /accounts/{koronaAccountId}/statistics/revenueData | lists information about the revenue in the given period
168
- *KoronaClient::StatisticsApi* | [**get_revenue_for_customer_groups**](docs/StatisticsApi.md#get_revenue_for_customer_groups) | **GET** /accounts/{koronaAccountId}/statistics/revenueDataForCustomerGroups | lists the turnover per customer group during the given period
169
- *KoronaClient::StatisticsApi* | [**get_revenue_hourly**](docs/StatisticsApi.md#get_revenue_hourly) | **GET** /accounts/{koronaAccountId}/statistics/revenueDataHourly | lists the turnover per hour during the given period
170
- *KoronaClient::StatisticsApi* | [**get_top_seller**](docs/StatisticsApi.md#get_top_seller) | **GET** /accounts/{koronaAccountId}/statistics/topSeller | lists the top-seller
171
- *KoronaClient::StockReceiptsKORONARetailApi* | [**add_stock_receipt_items**](docs/StockReceiptsKORONARetailApi.md#add_stock_receipt_items) | **POST** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptIdOrNumber}/items | adds stock-receipt items
172
- *KoronaClient::StockReceiptsKORONARetailApi* | [**add_stock_receipts**](docs/StockReceiptsKORONARetailApi.md#add_stock_receipts) | **POST** /accounts/{koronaAccountId}/stockReceipts | adds stock-receipts
173
- *KoronaClient::StockReceiptsKORONARetailApi* | [**delete_stock_receipt_item**](docs/StockReceiptsKORONARetailApi.md#delete_stock_receipt_item) | **DELETE** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptIdOrNumber}/items/{productIdOrNumber} | deletes the stock-receipt item
174
- *KoronaClient::StockReceiptsKORONARetailApi* | [**get_stock_receipt**](docs/StockReceiptsKORONARetailApi.md#get_stock_receipt) | **GET** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptIdOrNumber} | lists the stock-receipt
175
- *KoronaClient::StockReceiptsKORONARetailApi* | [**get_stock_receipt_item**](docs/StockReceiptsKORONARetailApi.md#get_stock_receipt_item) | **GET** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptIdOrNumber}/items/{productIdOrNumber} | lists the stock-receipt item
176
- *KoronaClient::StockReceiptsKORONARetailApi* | [**get_stock_receipt_items**](docs/StockReceiptsKORONARetailApi.md#get_stock_receipt_items) | **GET** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptIdOrNumber}/items | lists all stock-receipt items
177
- *KoronaClient::StockReceiptsKORONARetailApi* | [**get_stock_receipts**](docs/StockReceiptsKORONARetailApi.md#get_stock_receipts) | **GET** /accounts/{koronaAccountId}/stockReceipts | lists all stock-receipts
178
- *KoronaClient::StockReceiptsKORONARetailApi* | [**update_stock_receipt**](docs/StockReceiptsKORONARetailApi.md#update_stock_receipt) | **PATCH** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptIdOrNumber} | updates the stock-receipt
179
- *KoronaClient::StockReceiptsKORONARetailApi* | [**update_stock_receipt_item**](docs/StockReceiptsKORONARetailApi.md#update_stock_receipt_item) | **PATCH** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptIdOrNumber}/items/{productIdOrNumber} | updates the stock-receipt item
180
- *KoronaClient::StockReceiptsKORONARetailApi* | [**update_stock_receipt_items**](docs/StockReceiptsKORONARetailApi.md#update_stock_receipt_items) | **PATCH** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptIdOrNumber}/items | updates stock-receipt items
181
- *KoronaClient::SuppliersApi* | [**get_supplier**](docs/SuppliersApi.md#get_supplier) | **GET** /accounts/{koronaAccountId}/suppliers/{supplierIdOrNumber} | lists the supplier
193
+ *KoronaClient::StatisticsApi* | [**get_revenue**](docs/StatisticsApi.md#get_revenue) | **GET** /accounts/{koronaAccountId}/statistics/revenueData | returns information about the revenue in the given period
194
+ *KoronaClient::StatisticsApi* | [**get_revenue_for_customer_groups**](docs/StatisticsApi.md#get_revenue_for_customer_groups) | **GET** /accounts/{koronaAccountId}/statistics/revenueDataForCustomerGroups | returns the turnover per customer group during the given period
195
+ *KoronaClient::StatisticsApi* | [**get_revenue_hourly**](docs/StatisticsApi.md#get_revenue_hourly) | **GET** /accounts/{koronaAccountId}/statistics/revenueDataHourly | returns the turnover per hour during the given period
196
+ *KoronaClient::StatisticsApi* | [**get_top_seller**](docs/StatisticsApi.md#get_top_seller) | **GET** /accounts/{koronaAccountId}/statistics/topSeller | returns the top-seller
197
+ *KoronaClient::StockReceiptsApi* | [**add_stock_receipt_items**](docs/StockReceiptsApi.md#add_stock_receipt_items) | **POST** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/items | adds stock-receipt items
198
+ *KoronaClient::StockReceiptsApi* | [**add_stock_receipts**](docs/StockReceiptsApi.md#add_stock_receipts) | **POST** /accounts/{koronaAccountId}/stockReceipts | adds stock-receipts
199
+ *KoronaClient::StockReceiptsApi* | [**book_stock_receipt**](docs/StockReceiptsApi.md#book_stock_receipt) | **PATCH** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/book | book the single stock-receipt
200
+ *KoronaClient::StockReceiptsApi* | [**delete_stock_receipt_item**](docs/StockReceiptsApi.md#delete_stock_receipt_item) | **DELETE** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/items/{productId} | deletes the single stock-receipt item
201
+ *KoronaClient::StockReceiptsApi* | [**get_stock_receipt**](docs/StockReceiptsApi.md#get_stock_receipt) | **GET** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId} | returns the single stock-receipt
202
+ *KoronaClient::StockReceiptsApi* | [**get_stock_receipt_item**](docs/StockReceiptsApi.md#get_stock_receipt_item) | **GET** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/items/{productId} | returns the single stock-receipt item
203
+ *KoronaClient::StockReceiptsApi* | [**get_stock_receipt_items**](docs/StockReceiptsApi.md#get_stock_receipt_items) | **GET** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/items | lists all stock-receipt items
204
+ *KoronaClient::StockReceiptsApi* | [**get_stock_receipts**](docs/StockReceiptsApi.md#get_stock_receipts) | **GET** /accounts/{koronaAccountId}/stockReceipts | lists all stock-receipts
205
+ *KoronaClient::StockReceiptsApi* | [**update_stock_receipt**](docs/StockReceiptsApi.md#update_stock_receipt) | **PATCH** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId} | updates the single stock-receipt
206
+ *KoronaClient::StockReceiptsApi* | [**update_stock_receipt_item**](docs/StockReceiptsApi.md#update_stock_receipt_item) | **PATCH** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/items/{productId} | updates the single stock-receipt item
207
+ *KoronaClient::StockReceiptsApi* | [**update_stock_receipt_items**](docs/StockReceiptsApi.md#update_stock_receipt_items) | **PATCH** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/items | updates stock-receipt items
208
+ *KoronaClient::SuppliersApi* | [**get_supplier**](docs/SuppliersApi.md#get_supplier) | **GET** /accounts/{koronaAccountId}/suppliers/{supplierId} | returns the single supplier
182
209
  *KoronaClient::SuppliersApi* | [**get_suppliers**](docs/SuppliersApi.md#get_suppliers) | **GET** /accounts/{koronaAccountId}/suppliers | lists all suppliers
183
- *KoronaClient::TagsApi* | [**get_tag**](docs/TagsApi.md#get_tag) | **GET** /accounts/{koronaAccountId}/tags/{tagId} | lists the info text
184
- *KoronaClient::TagsApi* | [**get_tags**](docs/TagsApi.md#get_tags) | **GET** /accounts/{koronaAccountId}/tags | lists all info texts
185
- *KoronaClient::TicketingApi* | [**get_entry_gate**](docs/TicketingApi.md#get_entry_gate) | **GET** /accounts/{koronaAccountId}/entryGates/{entryGateIdOrNumber} | lists the entry gate
210
+ *KoronaClient::TagsApi* | [**add_tags**](docs/TagsApi.md#add_tags) | **POST** /accounts/{koronaAccountId}/tags | adds a batch of new tags
211
+ *KoronaClient::TagsApi* | [**delete_tag**](docs/TagsApi.md#delete_tag) | **DELETE** /accounts/{koronaAccountId}/tags/{tagId} | deletes the single tag
212
+ *KoronaClient::TagsApi* | [**delete_tags**](docs/TagsApi.md#delete_tags) | **DELETE** /accounts/{koronaAccountId}/tags | deletes a batch of tags
213
+ *KoronaClient::TagsApi* | [**get_tag**](docs/TagsApi.md#get_tag) | **GET** /accounts/{koronaAccountId}/tags/{tagId} | returns the single tag
214
+ *KoronaClient::TagsApi* | [**get_tags**](docs/TagsApi.md#get_tags) | **GET** /accounts/{koronaAccountId}/tags | lists all tags
215
+ *KoronaClient::TagsApi* | [**update_tag**](docs/TagsApi.md#update_tag) | **PATCH** /accounts/{koronaAccountId}/tags/{tagId} | updates the single tag
216
+ *KoronaClient::TagsApi* | [**update_tags**](docs/TagsApi.md#update_tags) | **PATCH** /accounts/{koronaAccountId}/tags | updates a batch of tags
217
+ *KoronaClient::TicketCreationApi* | [**add_creation_task**](docs/TicketCreationApi.md#add_creation_task) | **POST** /accounts/{koronaAccountId}/ticketCreation | adds a creation task
218
+ *KoronaClient::TicketCreationApi* | [**get_creation_tasks**](docs/TicketCreationApi.md#get_creation_tasks) | **GET** /accounts/{koronaAccountId}/ticketCreation | creation tasks, personalization will always be empty for technical reasons
219
+ *KoronaClient::TicketingApi* | [**add_events**](docs/TicketingApi.md#add_events) | **POST** /accounts/{koronaAccountId}/events | adds a batch of new events
220
+ *KoronaClient::TicketingApi* | [**add_or_update_attendances**](docs/TicketingApi.md#add_or_update_attendances) | **POST** /accounts/{koronaAccountId}/attendance | updates/adds attendances
221
+ *KoronaClient::TicketingApi* | [**add_ticket_definitions**](docs/TicketingApi.md#add_ticket_definitions) | **POST** /accounts/{koronaAccountId}/ticketDefinitions | adds a batch of new ticket definitions
222
+ *KoronaClient::TicketingApi* | [**cancel_attendance**](docs/TicketingApi.md#cancel_attendance) | **DELETE** /accounts/{koronaAccountId}/attendance/{attendanceId} | cancel the attendance
223
+ *KoronaClient::TicketingApi* | [**delete_event**](docs/TicketingApi.md#delete_event) | **DELETE** /accounts/{koronaAccountId}/events/{eventId} | deletes the single event
224
+ *KoronaClient::TicketingApi* | [**delete_ticket_definition**](docs/TicketingApi.md#delete_ticket_definition) | **DELETE** /accounts/{koronaAccountId}/ticketDefinitions/{ticketDefinitionId} | deletes the single ticket definition
225
+ *KoronaClient::TicketingApi* | [**delete_ticket_definitions**](docs/TicketingApi.md#delete_ticket_definitions) | **DELETE** /accounts/{koronaAccountId}/ticketDefinitions | deletes a batch of ticket definitions
226
+ *KoronaClient::TicketingApi* | [**get_attendances**](docs/TicketingApi.md#get_attendances) | **GET** /accounts/{koronaAccountId}/attendance | lists all attendances
227
+ *KoronaClient::TicketingApi* | [**get_entry_gate**](docs/TicketingApi.md#get_entry_gate) | **GET** /accounts/{koronaAccountId}/entryGates/{entryGateId} | returns the single entry gate
186
228
  *KoronaClient::TicketingApi* | [**get_entry_gates**](docs/TicketingApi.md#get_entry_gates) | **GET** /accounts/{koronaAccountId}/entryGates | lists all entry gates
187
- *KoronaClient::TicketingApi* | [**get_event**](docs/TicketingApi.md#get_event) | **GET** /accounts/{koronaAccountId}/events/{eventIdOrNumber} | lists the event
229
+ *KoronaClient::TicketingApi* | [**get_event**](docs/TicketingApi.md#get_event) | **GET** /accounts/{koronaAccountId}/events/{eventId} | returns the single event
188
230
  *KoronaClient::TicketingApi* | [**get_events**](docs/TicketingApi.md#get_events) | **GET** /accounts/{koronaAccountId}/events | lists all events
189
- *KoronaClient::TicketingApi* | [**get_ticket_definition**](docs/TicketingApi.md#get_ticket_definition) | **GET** /accounts/{koronaAccountId}/ticketDefinitions/{ticketDefinitionIdOrNumber} | lists the ticket definition
231
+ *KoronaClient::TicketingApi* | [**get_ticket_definition**](docs/TicketingApi.md#get_ticket_definition) | **GET** /accounts/{koronaAccountId}/ticketDefinitions/{ticketDefinitionId} | returns the single ticket definition
190
232
  *KoronaClient::TicketingApi* | [**get_ticket_definitions**](docs/TicketingApi.md#get_ticket_definitions) | **GET** /accounts/{koronaAccountId}/ticketDefinitions | lists all ticket definitions
233
+ *KoronaClient::TicketingApi* | [**get_tickets**](docs/TicketingApi.md#get_tickets) | **GET** /accounts/{koronaAccountId}/tickets | lists all tickets
234
+ *KoronaClient::TicketingApi* | [**lock_ticket**](docs/TicketingApi.md#lock_ticket) | **DELETE** /accounts/{koronaAccountId}/tickets/{ticketNumber} | locks the single ticket
235
+ *KoronaClient::TicketingApi* | [**unlock_ticket**](docs/TicketingApi.md#unlock_ticket) | **POST** /accounts/{koronaAccountId}/tickets/{ticketNumber} | unlocks the single ticket
236
+ *KoronaClient::TicketingApi* | [**update_event**](docs/TicketingApi.md#update_event) | **PATCH** /accounts/{koronaAccountId}/events/{eventId} | updates the single event
237
+ *KoronaClient::TicketingApi* | [**update_events**](docs/TicketingApi.md#update_events) | **PATCH** /accounts/{koronaAccountId}/events | updates a batch of events
238
+ *KoronaClient::TicketingApi* | [**update_ticket**](docs/TicketingApi.md#update_ticket) | **PATCH** /accounts/{koronaAccountId}/tickets/{ticketNumber} | updates the single ticket
239
+ *KoronaClient::TicketingApi* | [**update_ticket_definitions**](docs/TicketingApi.md#update_ticket_definitions) | **PATCH** /accounts/{koronaAccountId}/ticketDefinitions | updates a batch of ticket definitions
240
+ *KoronaClient::TimeTrackingApi* | [**add_entities**](docs/TimeTrackingApi.md#add_entities) | **POST** /accounts/{koronaAccountId}/timeTrackingEntities | adds a batch of new time tracking entities
241
+ *KoronaClient::TimeTrackingApi* | [**add_entries**](docs/TimeTrackingApi.md#add_entries) | **POST** /accounts/{koronaAccountId}/timeTrackingEntries | adds a batch of new time tracking entries
242
+ *KoronaClient::TimeTrackingApi* | [**get_entities**](docs/TimeTrackingApi.md#get_entities) | **GET** /accounts/{koronaAccountId}/timeTrackingEntities | lists time tracking entities
243
+ *KoronaClient::TimeTrackingApi* | [**get_entries**](docs/TimeTrackingApi.md#get_entries) | **GET** /accounts/{koronaAccountId}/timeTrackingEntries | lists time tracking entries
244
+ *KoronaClient::TimeTrackingApi* | [**get_time_tracking_entity**](docs/TimeTrackingApi.md#get_time_tracking_entity) | **GET** /accounts/{koronaAccountId}/timeTrackingEntities/{timeTrackingEntityId} | returns a single time tracking entity
245
+ *KoronaClient::TimeTrackingApi* | [**get_time_tracking_entry**](docs/TimeTrackingApi.md#get_time_tracking_entry) | **GET** /accounts/{koronaAccountId}/timeTrackingEntries/{timeTrackingEntryId} | returns a single time tracking entry
191
246
 
192
247
 
193
248
  ## Documentation for Models
@@ -196,11 +251,14 @@ Class | Method | HTTP request | Description
196
251
  - [KoronaClient::AccountSummary](docs/AccountSummary.md)
197
252
  - [KoronaClient::AccountTransaction](docs/AccountTransaction.md)
198
253
  - [KoronaClient::AddOrUpdateResult](docs/AddOrUpdateResult.md)
254
+ - [KoronaClient::AdditionalInfo](docs/AdditionalInfo.md)
255
+ - [KoronaClient::AdditionalReceiptInfoType](docs/AdditionalReceiptInfoType.md)
199
256
  - [KoronaClient::AddressInformation](docs/AddressInformation.md)
200
257
  - [KoronaClient::Admission](docs/Admission.md)
201
258
  - [KoronaClient::Amount](docs/Amount.md)
202
259
  - [KoronaClient::AmountCountData](docs/AmountCountData.md)
203
260
  - [KoronaClient::Assortment](docs/Assortment.md)
261
+ - [KoronaClient::Attendance](docs/Attendance.md)
204
262
  - [KoronaClient::BadRequestError](docs/BadRequestError.md)
205
263
  - [KoronaClient::Capacity](docs/Capacity.md)
206
264
  - [KoronaClient::Cashier](docs/Cashier.md)
@@ -210,6 +268,7 @@ Class | Method | HTTP request | Description
210
268
  - [KoronaClient::CommodityGroup](docs/CommodityGroup.md)
211
269
  - [KoronaClient::CommodityGroupSummary](docs/CommodityGroupSummary.md)
212
270
  - [KoronaClient::CompanyIdentification](docs/CompanyIdentification.md)
271
+ - [KoronaClient::CreationTask](docs/CreationTask.md)
213
272
  - [KoronaClient::Currency](docs/Currency.md)
214
273
  - [KoronaClient::CurrencyDenomination](docs/CurrencyDenomination.md)
215
274
  - [KoronaClient::CurrencyExchangeRate](docs/CurrencyExchangeRate.md)
@@ -221,12 +280,18 @@ Class | Method | HTTP request | Description
221
280
  - [KoronaClient::CustomerInformation](docs/CustomerInformation.md)
222
281
  - [KoronaClient::CustomerOrder](docs/CustomerOrder.md)
223
282
  - [KoronaClient::DayRating](docs/DayRating.md)
283
+ - [KoronaClient::DayTimePeriod](docs/DayTimePeriod.md)
284
+ - [KoronaClient::DeliveryNote](docs/DeliveryNote.md)
285
+ - [KoronaClient::DeliveryNoteItem](docs/DeliveryNoteItem.md)
286
+ - [KoronaClient::Deposit](docs/Deposit.md)
224
287
  - [KoronaClient::DeviceInformation](docs/DeviceInformation.md)
288
+ - [KoronaClient::Discount](docs/Discount.md)
225
289
  - [KoronaClient::EconomicZone](docs/EconomicZone.md)
226
290
  - [KoronaClient::EndOfDayStatement](docs/EndOfDayStatement.md)
227
291
  - [KoronaClient::EndOfDayStatementSummary](docs/EndOfDayStatementSummary.md)
228
292
  - [KoronaClient::EntryGate](docs/EntryGate.md)
229
293
  - [KoronaClient::Event](docs/Event.md)
294
+ - [KoronaClient::ExternalSystemCall](docs/ExternalSystemCall.md)
230
295
  - [KoronaClient::ForbiddenError](docs/ForbiddenError.md)
231
296
  - [KoronaClient::GeoLocation](docs/GeoLocation.md)
232
297
  - [KoronaClient::InfoText](docs/InfoText.md)
@@ -236,6 +301,7 @@ Class | Method | HTTP request | Description
236
301
  - [KoronaClient::InventoryListItem](docs/InventoryListItem.md)
237
302
  - [KoronaClient::InventoryListItemStock](docs/InventoryListItemStock.md)
238
303
  - [KoronaClient::KoronaAccount](docs/KoronaAccount.md)
304
+ - [KoronaClient::MediaUrl](docs/MediaUrl.md)
239
305
  - [KoronaClient::MethodNotAllowedError](docs/MethodNotAllowedError.md)
240
306
  - [KoronaClient::ModelReference](docs/ModelReference.md)
241
307
  - [KoronaClient::NotFoundError](docs/NotFoundError.md)
@@ -264,18 +330,23 @@ Class | Method | HTTP request | Description
264
330
  - [KoronaClient::ReceiptItem](docs/ReceiptItem.md)
265
331
  - [KoronaClient::ResultList](docs/ResultList.md)
266
332
  - [KoronaClient::ResultListAccount](docs/ResultListAccount.md)
333
+ - [KoronaClient::ResultListAdditionalReceiptInfoType](docs/ResultListAdditionalReceiptInfoType.md)
267
334
  - [KoronaClient::ResultListAssortment](docs/ResultListAssortment.md)
335
+ - [KoronaClient::ResultListAttendance](docs/ResultListAttendance.md)
268
336
  - [KoronaClient::ResultListCashier](docs/ResultListCashier.md)
269
337
  - [KoronaClient::ResultListCommodityGroup](docs/ResultListCommodityGroup.md)
338
+ - [KoronaClient::ResultListCreationTask](docs/ResultListCreationTask.md)
270
339
  - [KoronaClient::ResultListCurrency](docs/ResultListCurrency.md)
271
340
  - [KoronaClient::ResultListCustomer](docs/ResultListCustomer.md)
272
341
  - [KoronaClient::ResultListCustomerGroup](docs/ResultListCustomerGroup.md)
273
342
  - [KoronaClient::ResultListCustomerOrder](docs/ResultListCustomerOrder.md)
274
343
  - [KoronaClient::ResultListDayRating](docs/ResultListDayRating.md)
344
+ - [KoronaClient::ResultListDeliveryNote](docs/ResultListDeliveryNote.md)
275
345
  - [KoronaClient::ResultListEconomicZone](docs/ResultListEconomicZone.md)
276
346
  - [KoronaClient::ResultListEndOfDayStatement](docs/ResultListEndOfDayStatement.md)
277
347
  - [KoronaClient::ResultListEntryGate](docs/ResultListEntryGate.md)
278
348
  - [KoronaClient::ResultListEvent](docs/ResultListEvent.md)
349
+ - [KoronaClient::ResultListExternalSystemCall](docs/ResultListExternalSystemCall.md)
279
350
  - [KoronaClient::ResultListInfoText](docs/ResultListInfoText.md)
280
351
  - [KoronaClient::ResultListInventory](docs/ResultListInventory.md)
281
352
  - [KoronaClient::ResultListInventoryList](docs/ResultListInventoryList.md)
@@ -293,12 +364,17 @@ Class | Method | HTTP request | Description
293
364
  - [KoronaClient::ResultListStockReceiptItem](docs/ResultListStockReceiptItem.md)
294
365
  - [KoronaClient::ResultListSupplier](docs/ResultListSupplier.md)
295
366
  - [KoronaClient::ResultListTag](docs/ResultListTag.md)
367
+ - [KoronaClient::ResultListTicket](docs/ResultListTicket.md)
296
368
  - [KoronaClient::ResultListTicketDefinition](docs/ResultListTicketDefinition.md)
369
+ - [KoronaClient::ResultListTimeTrackingEntity](docs/ResultListTimeTrackingEntity.md)
370
+ - [KoronaClient::ResultListTimeTrackingEntry](docs/ResultListTimeTrackingEntry.md)
297
371
  - [KoronaClient::RevenueData](docs/RevenueData.md)
298
372
  - [KoronaClient::SalesTax](docs/SalesTax.md)
299
373
  - [KoronaClient::SalesTaxRate](docs/SalesTaxRate.md)
300
374
  - [KoronaClient::Sector](docs/Sector.md)
375
+ - [KoronaClient::SectorRevenueAccountItem](docs/SectorRevenueAccountItem.md)
301
376
  - [KoronaClient::SectorSalesTaxItem](docs/SectorSalesTaxItem.md)
377
+ - [KoronaClient::Signature](docs/Signature.md)
302
378
  - [KoronaClient::Statistic](docs/Statistic.md)
303
379
  - [KoronaClient::StatisticListTopSeller](docs/StatisticListTopSeller.md)
304
380
  - [KoronaClient::StatisticMapStringRevenueData](docs/StatisticMapStringRevenueData.md)
@@ -315,11 +391,17 @@ Class | Method | HTTP request | Description
315
391
  - [KoronaClient::Tag](docs/Tag.md)
316
392
  - [KoronaClient::TaxPayment](docs/TaxPayment.md)
317
393
  - [KoronaClient::TaxSummary](docs/TaxSummary.md)
394
+ - [KoronaClient::Ticket](docs/Ticket.md)
318
395
  - [KoronaClient::TicketDefinition](docs/TicketDefinition.md)
396
+ - [KoronaClient::TicketPersonalization](docs/TicketPersonalization.md)
319
397
  - [KoronaClient::TimePeriod](docs/TimePeriod.md)
398
+ - [KoronaClient::TimeTrackingEntity](docs/TimeTrackingEntity.md)
399
+ - [KoronaClient::TimeTrackingEntry](docs/TimeTrackingEntry.md)
320
400
  - [KoronaClient::TooManyRequestsError](docs/TooManyRequestsError.md)
321
401
  - [KoronaClient::TopSeller](docs/TopSeller.md)
402
+ - [KoronaClient::TotalPeriod](docs/TotalPeriod.md)
322
403
  - [KoronaClient::TotalPrice](docs/TotalPrice.md)
404
+ - [KoronaClient::Validity](docs/Validity.md)
323
405
  - [KoronaClient::Weather](docs/Weather.md)
324
406
 
325
407
 
@@ -0,0 +1,6 @@
1
+ {
2
+ "gemName": "korona_client",
3
+ "moduleName": "KoronaClient",
4
+ "gemVersion": "1.1.0"
5
+ }
6
+
@@ -7,5 +7,7 @@ Name | Type | Description | Notes
7
7
  **amount** | **Float** | | [optional]
8
8
  **booking_time** | **DateTime** | | [optional]
9
9
  **description** | **String** | | [optional]
10
+ **info_texts** | **Array<String>** | | [optional]
11
+ **serial_numbers** | **Array<String>** | | [optional]
10
12
 
11
13
 
@@ -4,14 +4,14 @@ All URIs are relative to *https://www.koronacloud.com/web/api/v3*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**get_account**](AccountsApi.md#get_account) | **GET** /accounts/{koronaAccountId}/accounts/{accountIdOrNumber} | lists the account
7
+ [**get_account**](AccountsApi.md#get_account) | **GET** /accounts/{koronaAccountId}/accounts/{accountId} | returns the single account
8
8
  [**get_accounts**](AccountsApi.md#get_accounts) | **GET** /accounts/{koronaAccountId}/accounts | lists all accounts
9
9
 
10
10
 
11
11
  # **get_account**
12
- > Account get_account(korona_account_id, account_id_or_number)
12
+ > Account get_account(korona_account_id, account_id)
13
13
 
14
- lists the account
14
+ returns the single account
15
15
 
16
16
 
17
17
 
@@ -28,14 +28,14 @@ end
28
28
 
29
29
  api_instance = KoronaClient::AccountsApi.new
30
30
 
31
- korona_account_id = "korona_account_id_example" # String | the account id
31
+ korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
32
32
 
33
- account_id_or_number = "account_id_or_number_example" # String | id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number)
33
+ account_id = 'account_id_example' # String | id of the related object (important: id should match the uuid-format)
34
34
 
35
35
 
36
36
  begin
37
- #lists the account
38
- result = api_instance.get_account(korona_account_id, account_id_or_number)
37
+ #returns the single account
38
+ result = api_instance.get_account(korona_account_id, account_id)
39
39
  p result
40
40
  rescue KoronaClient::ApiError => e
41
41
  puts "Exception when calling AccountsApi->get_account: #{e}"
@@ -46,8 +46,8 @@ end
46
46
 
47
47
  Name | Type | Description | Notes
48
48
  ------------- | ------------- | ------------- | -------------
49
- **korona_account_id** | **String**| the account id |
50
- **account_id_or_number** | **String**| id or number of the related object (important: if a number should match the uuid-format, the system will lookup for an id instead of a number) |
49
+ **korona_account_id** | **String**| account id of the KORONA.cloud account |
50
+ **account_id** | **String**| id of the related object (important: id should match the uuid-format) |
51
51
 
52
52
  ### Return type
53
53
 
@@ -84,12 +84,12 @@ end
84
84
 
85
85
  api_instance = KoronaClient::AccountsApi.new
86
86
 
87
- korona_account_id = "korona_account_id_example" # String | the account id
87
+ korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
88
88
 
89
89
  opts = {
90
90
  page: 56, # Integer | number of the page to fetch
91
91
  size: 56, # Integer | amount of objects to return per page
92
- sort: "sort_example", # String | attribute to sort by (multiple separated by comma; max. 5)
92
+ sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
93
93
  revision: 789, # Integer | last revision number, objects with a greater revision than this will be returned
94
94
  include_deleted: true # BOOLEAN | indicates deleted objects should be loaded or not (default: false)
95
95
  }
@@ -107,7 +107,7 @@ end
107
107
 
108
108
  Name | Type | Description | Notes
109
109
  ------------- | ------------- | ------------- | -------------
110
- **korona_account_id** | **String**| the account id |
110
+ **korona_account_id** | **String**| account id of the KORONA.cloud account |
111
111
  **page** | **Integer**| number of the page to fetch | [optional]
112
112
  **size** | **Integer**| amount of objects to return per page | [optional]
113
113
  **sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]